Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 158 results for
irrlicht
- Page 1
Irrlicht help with Code Blocks
Programming
Game Development
13 Years Ago
by jtreiner
I am using
Irrlicht
with code blocks on a Mac osx. Whenever I try to run the
Irrlicht
wizard in code blocks I get an error that says "The path you entered seems valid, but this wizard can't locate the
Irrlicht
's library file in it." I am using the most recent version of Code blocks and
Irrlicht
1.7.7. Can Someone please help me. Thanks.
Irrlicht engine 3ds files
Programming
Software Development
15 Years Ago
by cwarn23
Hi and I have just downloaded the
Irrlicht
gaming engine and although I have had a briefing about …
C++ with Irrlicht
Programming
Software Development
11 Years Ago
by Lee_2
Hi basically I have been trying to set up the
irrlicht
engine with Visual Studio 2010 and after adding in the … know how to change this without affecting the setup for
irrlicht
engine. Can someone share their words of wisdom to help…
Re: C++ with Irrlicht
Programming
Software Development
11 Years Ago
by Lee_2
… one of the examples that was already part of the
irrlicht
download. There are several projects in one. However i am…
Quick Irrlicht question
Programming
Software Development
14 Years Ago
by cwarn23
…'m trying to add an event handler to the code (
Irrlicht
game engine) but I can't seem to retrieve data…
Why DirectX and not say Irrlicht?
Programming
Software Development
11 Years Ago
by MasterHacker110
… structs in the API? And what makes DirectX better than
Irrlicht
?
Re: Why DirectX and not say Irrlicht?
Programming
Software Development
11 Years Ago
by Moschops
… gives you a simpler interface to work with. For example,
Irrlicht
.
Re: Why DirectX and not say Irrlicht?
Programming
Software Development
11 Years Ago
by MasterHacker110
So
Irrlicht
by itself can't interact with the GPU, It runs throught DirectX (basicly some kind of wrapper)?
Re: Irrlicht engine 3ds files
Programming
Software Development
15 Years Ago
by cwarn23
[QUOTE]bumpedy bump bump![/QUOTE] I managed to import a 3ds file with 3d collisions although I haven't yet embedded gravity however one other problem remains. How to I increase the Line Of Sight for the camera because currently half the model is being chopped off at the distance. Does anybody know how to fix this? Please help anybody?
Re: Irrlicht engine 3ds files
Programming
Software Development
15 Years Ago
by cwarn23
O'well, found the answer myself when randomly changing code. As Magyver says, you can find the solution be eliminating all of the impossibilities.
Re: plzz help if any one knows irrlicht
Programming
Game Development
17 Years Ago
by ~s.o.s~
Asking the question [URL="http://
irrlicht
.sourceforge.net/phpBB2/index.php"]here[/URL] would be more productive.
Re: C++ with Irrlicht
Programming
Software Development
11 Years Ago
by Ancient Dragon
When you created the project did you tell the wizard to use precompiled headers or did you uncheck that box? If it was left as the default (checked) then all \*.cpp files must include stdafx.h as the very first include file. If the project contains any \*.c files then you need to tell VS that they do NOT use precompiled headers.
Re: C++ with Irrlicht
Programming
Software Development
11 Years Ago
by Lee_2
sorry the picture is not particularly clear. The file it does not like is d3dx9math.h (x245) & CD3D9Texture.cpp (x1)
Re: Quick Irrlicht question
Programming
Software Development
14 Years Ago
by cwarn23
I just found the problem. It was a completely different unrelated piece of code that I accidentally deleted or that is commented. After uncommenting that code it all worked. But I will keep this thread open for soon bound to come problems in relation to this project.
Calling a method from another class
Programming
Software Development
11 Years Ago
by Lee_2
… #if defined (_MSC_VER) #pragma comment (lib, "
Irrlicht
.lib") #endif class Bullet { public: Bullet(void…bullMesh = sm->getMesh("C:/apps/
irrlicht
-1.8/
irrlicht
-1.8/media/bullet.obj"); if…0, driver->getTexture("C:/apps/
irrlicht
-1.8/
irrlicht
-1.8/media/roughgold.jpg")); …
Game Development FAQ's, Books and Resources
Programming
Game Development
18 Years Ago
by ~s.o.s~
…is concerned go with [URL="http://
irrlicht
.sourceforge.net/index.html"]
Irrlicht
[/URL] Reaons: 1. Supports a …-6522202?"] buying the book[/URL]. Performance wise
Irrlicht
falls flat compared to Ogre but the tradeoff is …&highlight="]Here[/URL] [URL="http://
irrlicht
.sourceforge.net/phpBB2/viewtopic.php?t=16785&sid=…
Mobile phone Game Dev
Programming
Mobile Development
14 Years Ago
by iamcreasy
… while i found out, SDL supported phone can run
Irrlicht
([url]http://
irrlicht
.sourceforge.net[/url]) engine.So, I started looking for…
playe class
Programming
Software Development
14 Years Ago
by alex-VX
hi I'm trying to create a player class for
irrlicht
the main game file calls it like this [CODE=c++] …*. player header [CODE=c++]#ifndef __C_Player_H_INCLUDED__ #define __C_Player_H_INCLUDED__ #include <
irrlicht
.h> using namespace irr; #ifdef _IRR_WINDOWS_ #include <windows…
multidemensional array consisting of objects (structs)
Programming
Software Development
14 Years Ago
by nanderv
… this data. device->run() is an command from the
irrlicht
library, that's not giving any problems. De definitions of… #define _rrts_H_ #include "../rrts/camera.h" #include <
irrlicht
.h> #define FAIL0 "Loading XML failed" #define…
Re: pragma
Programming
Software Development
18 Years Ago
by John A
It's probably best to leave the
Irrlicht
dll file in the directory that your application resides in. …I couldn't find any information on
Irrlicht
's web page on where to install the dll, and…
Re: Interested in making a game?
Programming
Game Development
16 Years Ago
by Nick Evan
… programmer that either knows C++/ C# if experienced in the
Irrlicht
Engine/ Irr-EDIT that's a plus, if not that… highly-experienced programmers, because game-programming is damn hard. Also:
Irrlicht
will probably not give you up-to-date graphics according…
Re: Mobile phone Game Dev
Programming
Mobile Development
14 Years Ago
by peter_budo
Android, J2ME and Symbian supports 3D objects. I have no clue about
Irrlicht
...
Re: Mobile phone Game Dev
Programming
Mobile Development
14 Years Ago
by iamcreasy
[QUOTE=peter_budo;1260808]Android, J2ME and Symbian supports 3D objects. I have no clue about
Irrlicht
...[/QUOTE] Ive got another one.It is EDGELIB.
pragma
Programming
Software Development
18 Years Ago
by desijays
… and came across the directive [code] #pragma comment( lib, "
irrlicht
.lib" ); [/code] I got mixed and confusing answers when…
Interested in making a game?
Programming
Game Development
16 Years Ago
by Fox Hound
… programmer that either knows C++/ C# if experienced in the
Irrlicht
Engine/ Irr-EDIT that's a plus, if not that…
Re: Interested in making a game?
Programming
Game Development
16 Years Ago
by Fox Hound
Well see now your still getting into my business, thats why im agressive because i despise people like you that only judge and never ask any questions. Are you aware that i use the
irrlicht
engine as well? no you did not so just do me a favor and just shut your mouth. Wait say all the things you want im out of here.
Re: Interested in making a game?
Programming
Game Development
16 Years Ago
by jbennet
… vBulletin". [quote] Are you aware that i use the
irrlicht
engine as well? no you did not [/quote] And yes…
3D Engine tutorials
Programming
Game Development
16 Years Ago
by phyxx
… the more popular 3D engines like Ogre, Crystal Space and
Irrlicht
. It would be useful for anyone looking to compare the…
Doubt with C++ file name prefixes
Programming
Software Development
15 Years Ago
by serkOner
… writing a small game engine and I've downloaded the
Irrlicht
source code to take some tricks in the design but…
Converting string types
Programming
Software Development
14 Years Ago
by cwarn23
Hi, long time no C. I have started using the
Irrlicht
gaming engine but have bumped into a problem which has …
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC