Mh, I'm not sure but I don't think so. Just try it out and report any experiences/errors/exceptions .
If it's such a simple task as making a ball bounce, you could still try to use bones. Scale the bone in one axis to make the ball squeeze.
Search found 727 matches
- Sun Jun 05, 2005 2:26 pm
- Forum: Beginners Help
- Topic: Export deformations with Blender XExporter, possible?
- Replies: 1
- Views: 372
- Wed Jun 01, 2005 12:09 pm
- Forum: Beginners Help
- Topic: C++, global class instance
- Replies: 4
- Views: 636
- Mon May 30, 2005 11:28 pm
- Forum: Beginners Help
- Topic: load meshes from blender
- Replies: 25
- Views: 3069
- Thu May 26, 2005 2:34 pm
- Forum: Bug reports
- Topic: Parallax mapping bux (w/ fix)
- Replies: 3
- Views: 846
Parallax mapping bux (w/ fix)
The parallax mapping is really really great! One thing I noticed though, is that the lighting behaves wrong. In one direction (horizontally or vertically) the normal directions are swapped. The following image demonstrates that: http://development.mindfloaters.de/images/irrlicht/parallaxbug.jpg (The...
- Thu May 26, 2005 2:09 pm
- Forum: Project Announcements
- Topic: Irrlicht 0.10.0
- Replies: 44
- Views: 11015
- Mon May 23, 2005 11:54 pm
- Forum: Beginners Help
- Topic: OnEvent question ...
- Replies: 1
- Views: 359
- Mon May 23, 2005 11:35 pm
- Forum: Beginners Help
- Topic: load meshes from blender
- Replies: 25
- Views: 3069
- Sun May 22, 2005 4:16 pm
- Forum: Beginners Help
- Topic: Irrlicht without the console
- Replies: 3
- Views: 605
- Fri May 20, 2005 10:24 pm
- Forum: Beginners Help
- Topic: [Solved] getElementType()?
- Replies: 4
- Views: 493
- Fri May 20, 2005 5:45 pm
- Forum: Project Announcements
- Topic: Blender DirectX Exporter update (Version 1.3.1)
- Replies: 24
- Views: 6317
- Fri May 20, 2005 5:37 pm
- Forum: Beginners Help
- Topic: [SOLVED] key input seems "buffered"
- Replies: 8
- Views: 1222
- Fri May 20, 2005 3:36 pm
- Forum: Project Announcements
- Topic: Blender DirectX Exporter update (Version 1.3.1)
- Replies: 24
- Views: 6317
- Fri May 20, 2005 3:28 pm
- Forum: Beginners Help
- Topic: Problems exporting x files with blender
- Replies: 5
- Views: 813
It seems you have the same problem that FanFan had recently: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=39530 Does your blender scene contain SubSurf meshes? You (currently) have to convert them to polygon meshes before exporting. I just released a new version of the exporter (1.3.1) tha...
- Thu May 19, 2005 11:45 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Irr, DevC. or coding problem?
- Replies: 7
- Views: 858
- Thu May 19, 2005 2:42 pm
- Forum: Beginners Help
- Topic: [SOLVED] key input seems "buffered"
- Replies: 8
- Views: 1222
Why would you clear the keypressed flag yourself? keyBuff[event.KeyInput.Key] = event.KeyInput.PressedDown will do that when the key is released. And how do you know when a key is repeating or when its pressed several times? When it's repeating there will be no keyup events (PressedDown == false). B...