Search found 15 matches
- Tue Nov 17, 2009 9:00 pm
- Forum: Beginners Help
- Topic: MouseWheel move Camera
- Replies: 16
- Views: 996
- Sat Nov 14, 2009 6:08 am
- Forum: Beginners Help
- Topic: Rotating toward a clicked point
- Replies: 2
- Views: 416
Rotating toward a clicked point
How do you rotate a vector to face a clicked point. Like in many RPG's when you click on a spot on the ground and your character changes his/her facing toward to clicked spot as he/she moves towards it?
I hope I am making sense.
I hope I am making sense.
- Fri Nov 06, 2009 5:03 am
- Forum: Bug reports
- Topic: Irrlicht 1.6 opengl shadows buf
- Replies: 5
- Views: 1210
- Tue Oct 27, 2009 6:18 am
- Forum: Bug reports
- Topic: [fixed] Issue with collision
- Replies: 20
- Views: 3864
- Wed Oct 21, 2009 6:38 am
- Forum: Beginners Help
- Topic: ISceneCollisionManager behaving differently from 1.51 to 1.6
- Replies: 3
- Views: 288
- Tue Oct 20, 2009 5:31 am
- Forum: Beginners Help
- Topic: ISceneCollisionManager behaving differently from 1.51 to 1.6
- Replies: 3
- Views: 288
ISceneCollisionManager behaving differently from 1.51 to 1.6
Is there a range limitation in 1.6 for GetSceneNodeFromRayBB() and GetSceneNodeFromScreenCoordinatesBB()? In Irrlicht 1.51 I was able to pick a node using either of the functions as long as the node was visible. In 1.6 the camera has to be REALLY close to the node (like within 200 or so) in order to...
- Tue Oct 20, 2009 5:01 am
- Forum: Beginners Help
- Topic: Gmax + .x
- Replies: 9
- Views: 601
- Sun Oct 18, 2009 5:44 pm
- Forum: Beginners Help
- Topic: Gmax + .x
- Replies: 9
- Views: 601
I spent several hours searching for this very same solution once I discovered that md3's don't cast shadows in Irrlicht. Its seems like more than a coincidence that none of the formats Irrlicht (and ORGE for that matter) support can be exported from gmax. Except md3's and ye olde md2's. I would love...
- Sat Oct 17, 2009 1:50 pm
- Forum: Beginners Help
- Topic: 3dvectors and node rotation
- Replies: 2
- Views: 207
- Sat Oct 17, 2009 6:52 am
- Forum: Beginners Help
- Topic: 3dvectors and node rotation
- Replies: 2
- Views: 207
3dvectors and node rotation
So, a node's rotation is based on a vector3d, and a vector3d is made up of an x, y, and z of type s32 or f32. So what does the value of say z represent? Is it a range 2147483647 to -2147483648 ? Obviously not degrees unless we do some division. How would I make a 90 degree change to one of a vector'...
- Sat Oct 17, 2009 5:20 am
- Forum: Bug reports
- Topic: Irrlicht 1.6 opengl shadows buf
- Replies: 5
- Views: 1210
- Sat Oct 17, 2009 4:33 am
- Forum: Bug reports
- Topic: Irrlicht 1.6 opengl shadows buf
- Replies: 5
- Views: 1210
- Fri Oct 09, 2009 5:49 pm
- Forum: Bug reports
- Topic: MD3 exported from gmax not casting shadows
- Replies: 3
- Views: 669
...sound of crickets chirping... Okay, so I was looking into this further, and I noticed all the tutorial examples use .md2 and .x and .b3d formats...no .md3's. So now I have to ask a broader question: Is anyone using .md3's in their own projects? And if so, do you use shadows? Do they work? I could...
- Fri Oct 09, 2009 4:16 pm
- Forum: Bug reports
- Topic: MD3 exported from gmax not casting shadows
- Replies: 3
- Views: 669
- Fri Oct 09, 2009 3:24 pm
- Forum: Bug reports
- Topic: MD3 exported from gmax not casting shadows
- Replies: 3
- Views: 669
MD3 exported from gmax not casting shadows
I have a simple .bsp level which loads and show textures with no problems. I have three different models: 1) A medium-polygon animated character (.md3). 2) A low-poly non-animated statue (.md3). 3) Another low-poly non-animated statue (.3ds). Neither of the .md3 models will cast shadows, while the ....