Search found 8 matches
- Sat Apr 18, 2009 7:18 pm
- Forum: Advanced Help
- Topic: little help with shaders
- Replies: 5
- Views: 622
- Fri Apr 17, 2009 6:26 pm
- Forum: Advanced Help
- Topic: loading Textures into Shaders...
- Replies: 1
- Views: 561
I have only used GLSL before, but I came across this thread that might help you. http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31940 According to one of the the post, all you need to do is set the material texture in irrlicht, and in your HLSL code, initialize with sampler2d xTexture0 : reg...
- Fri Mar 20, 2009 4:14 pm
- Forum: Beginners Help
- Topic: Irrlicht/Newton Integration Compile Error--Code Blocks
- Replies: 17
- Views: 1132
- Fri Mar 20, 2009 3:50 pm
- Forum: Beginners Help
- Topic: Irrlicht/Newton Integration Compile Error--Code Blocks
- Replies: 17
- Views: 1132
- Fri Mar 20, 2009 3:12 pm
- Forum: Beginners Help
- Topic: Best way to add moving platforms?
- Replies: 6
- Views: 446
- Sat Feb 28, 2009 10:15 pm
- Forum: Beginners Help
- Topic: Best way to control camera manually
- Replies: 2
- Views: 418
- Sat Feb 28, 2009 8:15 am
- Forum: Beginners Help
- Topic: graphics update rate (Irrlicht + ODE)
- Replies: 2
- Views: 277
http://irrlicht.sourceforge.net/phpBB2/ ... framedelta
Look for the part about frameDelta.
It doesn't make the frame rate constant, but it makes the movement constant.
Also,
http://opende.sourceforge.net/mediawiki ... e_timestep
Look for the part about frameDelta.
It doesn't make the frame rate constant, but it makes the movement constant.
Also,
http://opende.sourceforge.net/mediawiki ... e_timestep
- Tue Feb 24, 2009 10:47 pm
- Forum: Beginners Help
- Topic: Children transformation delayed
- Replies: 2
- Views: 429
I ran into the same problem and tried to fix it with the UpdateAbsoluteTransformationAndChildren codes. However, it still doesn't work if I have animators attach to the character node. After looking through the source code (v 1.5), I found that the problem is there because somehow in CBoneSceneNode....