Search found 4 matches

by frr171
Sun Jan 24, 2010 11:07 pm
Forum: Beginners Help
Topic: How do I rotate the entire screen? ..IPhone is the task
Replies: 3
Views: 479

I think what you need to do is to use ICameraSceneNode::setUpVector() to determine which way is up relative to the camera.
by frr171
Sat Jan 02, 2010 11:49 pm
Forum: Beginners Help
Topic: position of a b3d mesh
Replies: 11
Views: 424

I think it might work if you move up all of the vertices in edit mode in blender. Most exporters don't apply object transforms to model data.
by frr171
Sat Jan 02, 2010 10:46 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 604

Terrain Generator

Nem has good a pretty good free terrain generator here:
http://nemesis.thewavelength.net/index.php?c=2
by frr171
Sat Jan 02, 2010 10:42 pm
Forum: Beginners Help
Topic: About demo file
Replies: 4
Views: 412

Re: demo file

#pragma comment is a VC++ compiler directive used to specify linker options.

Basically, including that line of code is equivalent to adding all of the Irrlicht code files to your project. The .lib is the precompiled version.