I think you would need to use a physics engine for that, or maybe code your own.
The capabilites of irrlicht are quite limited for that (and it's normal, it's a 3D engine )
Search found 15 matches
- Thu Aug 10, 2006 6:15 pm
- Forum: Beginners Help
- Topic: Water waves and a ship
- Replies: 7
- Views: 893
- Tue Aug 08, 2006 12:27 pm
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
- Tue Aug 08, 2006 9:45 am
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
- Tue Aug 08, 2006 8:28 am
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
- Tue Aug 08, 2006 12:09 am
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
- Mon Aug 07, 2006 8:47 pm
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
mmm Well I think I'm doing it right: ICameraSceneNode *camera; then camera = smgr->addCameraSceneNode(); then gameCore.camera->setPosition(vector3df(0,500,-250)); gameCore.camera->setTarget(vector3df(0,0,0)); (In fact even the setTarget here doesn't work. setPosition does though And finnaly in my Ev...
- Mon Aug 07, 2006 8:22 pm
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
- Mon Aug 07, 2006 8:05 pm
- Forum: Beginners Help
- Topic: Rotate Camera
- Replies: 12
- Views: 1126
Rotate Camera
Hi!
I want to rotate my camera 90 degrees left or right, but I can't find how to do that, setRotation doesn't seem to work.
Any help?
Cheers
I want to rotate my camera 90 degrees left or right, but I can't find how to do that, setRotation doesn't seem to work.
Any help?
Cheers
- Mon Aug 07, 2006 7:38 pm
- Forum: Game Programming
- Topic: irrEdit 0.3 Bug
- Replies: 4
- Views: 1737
- Sun Aug 06, 2006 2:59 pm
- Forum: Beginners Help
- Topic: noob question on newton: NewtonBodySetForceAndTorqueCallback
- Replies: 1
- Views: 178
- Sun Aug 06, 2006 2:16 pm
- Forum: Beginners Help
- Topic: GUI problem
- Replies: 1
- Views: 228
GUI problem
Hi! I've got a problem with the GUI. In fact I create a window on the bottom of my screen, but each time I click outside the area of the window, then the window flickers white. Do you have any idea how to solve that? (BTW, I recompiled the engine changing a few things in the window, such as making i...
- Fri Aug 04, 2006 8:21 pm
- Forum: Beginners Help
- Topic: Some questions on Irrlicht (GUI, meshes, camera)
- Replies: 5
- Views: 370
- Fri Aug 04, 2006 3:17 pm
- Forum: Beginners Help
- Topic: Some questions on Irrlicht (GUI, meshes, camera)
- Replies: 5
- Views: 370
- Fri Aug 04, 2006 11:56 am
- Forum: Beginners Help
- Topic: Shooting..
- Replies: 5
- Views: 510
- Fri Aug 04, 2006 11:54 am
- Forum: Beginners Help
- Topic: Some questions on Irrlicht (GUI, meshes, camera)
- Replies: 5
- Views: 370
Some questions on Irrlicht (GUI, meshes, camera)
Hi everybody I'm new to Irrlicht and this is my first post on this forum! I'm looking for an engine to build a very simple city builder (nothing commercial or huge, just for fun). I experimented a bit with Irrlicht and found it quite surprising how easily you can do things compared to raw OpenGL or ...