Search found 2 matches

by alalai
Thu Nov 18, 2010 3:25 pm
Forum: Beginners Help
Topic: RTS Camera
Replies: 31
Views: 9009

how to realize a orthogonal projection with RTS camera

The code in the first page runs well, but it seems as a perspective projection. how to use RTSCamera with Orthogonal projection? A common fixed camera with orthogonal projection uses the follow few lines //matrix4 orthoMatrix; //ICameraSceneNode * camera = smgr->addCameraSceneNode(); //orthoMatrix.b...
by alalai
Mon Aug 30, 2010 3:30 pm
Forum: Project Announcements
Topic: irrBullet 0.1.8 - Bullet physics wrapper
Replies: 454
Views: 162561

would you give a step by step example?

under windows, VS2008, irrlicht 1.7.1 and irrBullet 0.1.65, a simple example just like "Creating a project from scratch" on Bullet website
http://bulletphysics.org/mediawiki-1.5. ... om_scratch