Search found 199 matches
- Wed Jun 15, 2011 9:04 pm
- Forum: Competition Time!
- Topic: Screenshot of the Month June 2011 [Winner announced!]
- Replies: 33
- Views: 17041
- Fri Jun 03, 2011 12:13 am
- Forum: Beginners Help
- Topic: device size
- Replies: 9
- Views: 842
I assume you mean you want the size of the window?
http://irrlicht.sourceforge.net/docu/cl ... river.html
getScreenSize()
http://irrlicht.sourceforge.net/docu/cl ... river.html
getScreenSize()
- Sat May 28, 2011 3:35 am
- Forum: Everything 2d/3d Graphics
- Topic: Post Your Irrlicht Screenshots / Render Here.
- Replies: 1548
- Views: 390639
- Sat May 28, 2011 3:32 am
- Forum: Project Announcements
- Topic: I Shall Wear a Crown
- Replies: 9
- Views: 2278
- Fri May 27, 2011 4:54 pm
- Forum: Game Programming
- Topic: Networking Library
- Replies: 20
- Views: 5757
Enet is very nice, I just found it this morning, and already have it working. You don't even need to compile a library, I just copy the few source files into my project.
http://enet.bespin.org/index.html
http://enet.bespin.org/index.html
- Fri May 27, 2011 4:46 pm
- Forum: Off-topic
- Topic: Project Cleansing (more trolls victims needed)
- Replies: 20
- Views: 3209
- Fri May 27, 2011 1:36 pm
- Forum: Everything 2d/3d Graphics
- Topic: Post Your Irrlicht Screenshots / Render Here.
- Replies: 1548
- Views: 390639
- Tue May 24, 2011 6:09 pm
- Forum: Project Announcements
- Topic: No Rest For The Wicked (Survival/Horror/Mystery/Puzzle)
- Replies: 68
- Views: 20712
- Mon May 23, 2011 8:15 pm
- Forum: Beginners Help
- Topic: Crashes on device->drop()
- Replies: 13
- Views: 2010
- Mon May 23, 2011 6:57 pm
- Forum: Beginners Help
- Topic: Help compiling irrlicht
- Replies: 4
- Views: 1111
Help compiling irrlicht
I have made a slight modification to Irrlicht and need to recompile the dll's, but I can't figure out how. I am using Eclipse with Windows 7, with MinGW GCC toolchain. I tried creating a new c++ Shared Library project, and copying all the files from the source folder to that project, then clicking P...
- Mon May 23, 2011 5:56 pm
- Forum: Competition Time!
- Topic: Screenshot of the Month June 2011 [Winner announced!]
- Replies: 33
- Views: 17041
- Mon May 23, 2011 2:42 am
- Forum: Beginners Help
- Topic: set parent not working?
- Replies: 5
- Views: 591
It turns out this was caused by me adding a variable to the ISceneNode class. I added the line void* userData; at the beginning of the class so I could add data to the nodes for the Physics engine. I am guessing that since I am using the irrlicht library compiled without that, it is messing it up? H...
- Mon May 23, 2011 2:26 am
- Forum: Beginners Help
- Topic: How can i disable Mipimapping
- Replies: 4
- Views: 323
Code: Select all
driver->setTextureCreationFlag(ETCF_CREATE_MIP_MAPS,false);
- Fri May 20, 2011 3:09 am
- Forum: Beginners Help
- Topic: set parent not working?
- Replies: 5
- Views: 591
It seems to set the children of the parent correctly, but the parent of the child isn't set. Manually setting the Parent (I had to edit ISceneNode.h since Parent was protected) makes everything work, so I am fairly certain this is a bug in Irrlicht. I added this after setParent() flagNode->Parent=ba...
- Thu May 19, 2011 8:20 pm
- Forum: Project Announcements
- Topic: Simple SpaceSim
- Replies: 17
- Views: 6745