Search found 199 matches

by nathanf534
Wed Jun 15, 2011 9:04 pm
Forum: Competition Time!
Topic: Screenshot of the Month June 2011 [Winner announced!]
Replies: 33
Views: 17041

wow, lots of good screenshots this time.
by nathanf534
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()
by nathanf534
Sat May 28, 2011 3:35 am
Forum: Everything 2d/3d Graphics
Topic: Post Your Irrlicht Screenshots / Render Here.
Replies: 1548
Views: 390639

Agreed. It looks complex at first, but it is actually really easy to get working. And hopefully since they recently released it as open source, things like cloth will be implemented.
by nathanf534
Sat May 28, 2011 3:32 am
Forum: Project Announcements
Topic: I Shall Wear a Crown
Replies: 9
Views: 2278

Definitely spam, the "screenshots" link to mail.google.com....
by nathanf534
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
by nathanf534
Fri May 27, 2011 4:46 pm
Forum: Off-topic
Topic: Project Cleansing (more trolls victims needed)
Replies: 20
Views: 3209

I'm going forward with the use of HTML. It's no longer up for discussion. This is a "get it done" project, not a "10 years C++ project that fails".
8)
by nathanf534
Fri May 27, 2011 1:36 pm
Forum: Everything 2d/3d Graphics
Topic: Post Your Irrlicht Screenshots / Render Here.
Replies: 1548
Views: 390639

got Newton 2.32 working The documentation regarding this physics engine is LAME! =.=U
Its a wiki, feel free to update it :lol:
by nathanf534
Tue May 24, 2011 6:09 pm
Forum: Project Announcements
Topic: No Rest For The Wicked (Survival/Horror/Mystery/Puzzle)
Replies: 68
Views: 20712

Soooo would this scene scare you?
if this guy popped up right then, yes I would be scared.

Image
by nathanf534
Mon May 23, 2011 8:15 pm
Forum: Beginners Help
Topic: Crashes on device->drop()
Replies: 13
Views: 2010

The code runs fine for me, make sure you are using the correct dll version, and make sure you haven't edited any of the irrlicht headers.
by nathanf534
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...
by nathanf534
Mon May 23, 2011 5:56 pm
Forum: Competition Time!
Topic: Screenshot of the Month June 2011 [Winner announced!]
Replies: 33
Views: 17041

hey ent1ty, how many FPS does that get? :P
by nathanf534
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...
by nathanf534
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);
by nathanf534
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...
by nathanf534
Thu May 19, 2011 8:20 pm
Forum: Project Announcements
Topic: Simple SpaceSim
Replies: 17
Views: 6745

How are you making the blue stuff that turns it? It looks really nice.