Blender 2.49 Physics.
2 posters
Blender 2.49 Physics.
Game Logic (physics) Buttons in blender is a little different> Does the exporter support 2.49?
Or should I downgrade blender.
sio2ResourceBindAllPhysicObjects( sio2->_SIO2resource,sio2->_SIO2physic ); throws an exception
PS: I added the physics frame listener in EAGLView.mm
_SIO2physic->_btSoftRigidDynamicsWorld->addRigidBody( _SIO2object->_btRigidBody ); in sio_physic.cc line number 374.
I checked the object and it is a Plane
I have tried all possible combinations ( as in rigid, static, soft ) for the plane but all crashed.
I am guessing there might be an exporter issue with blender 2.49? any ideas.
Also Thanks for the fast replies.
Or should I downgrade blender.
sio2ResourceBindAllPhysicObjects( sio2->_SIO2resource,sio2->_SIO2physic ); throws an exception
PS: I added the physics frame listener in EAGLView.mm
_SIO2physic->_btSoftRigidDynamicsWorld->addRigidBody( _SIO2object->_btRigidBody ); in sio_physic.cc line number 374.
I checked the object and it is a Plane
I have tried all possible combinations ( as in rigid, static, soft ) for the plane but all crashed.
I am guessing there might be an exporter issue with blender 2.49? any ideas.
Also Thanks for the fast replies.
evrenbingol- Posts : 7
Join date : 2009-07-12
Re: Blender 2.49 Physics.
The exporter fully support 2.49 (that's whats the version Im using too)
When you export physic object make sure that you are adding them in the following sequence:
1. Make sure that you have a physic world created on sio2->_SIO2physic
2.
When you export physic object make sure that you are adding them in the following sequence:
1. Make sure that you have a physic world created on sio2->_SIO2physic
2.
- Code:
...
...
sio2ResourceBindAllInstances( sio2->_SIO2resource );
sio2ResourceBindAllMatrix( sio2->_SIO2resource );
sio2ResourceBindAllPhysicObjects( sio2->_SIO2resource, sio2->_SIO2physic );
sio2ResourceGenId( sio2->_SIO2resource );
...
...
Similar topics
» Setting Camera Physics in Blender
» a problem with blender, when i run the blender on leopard prompt "not enough VRAM"
» physics object inside another physics object
» Physics in 1.3.1
» Speeding Up Physics
» a problem with blender, when i run the blender on leopard prompt "not enough VRAM"
» physics object inside another physics object
» Physics in 1.3.1
» Speeding Up Physics
Permissions in this forum:
You cannot reply to topics in this forum