About Store Forum Documentation Contact



Post Reply 
scaling phys
Author Message
nero81af Offline
Member

Post: #1
scaling phys
I'm facing now another phys related problem.

I have a mesh from which I want to create a phys and an actor. the problem is this mesh is way too big and I need to scale it. how can I scale an actor? do I have to scale it in mesh editor?
03-31-2010 12:41 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: scaling phys
you can't dynamically scale an actor,
you can create a smaller actor during creation (there should be scale paramter in the 'create' method)

but I suggest scaling the mesh/phys in the Mesh Editor (slightly more performance increase when phys bodies don't need to be rescaled)
03-31-2010 01:31 AM
Find all posts by this user Quote this message in a reply
nero81af Offline
Member

Post: #3
RE: scaling phys
ok thanks I'll try this out!
03-31-2010 06:51 PM
Find all posts by this user Quote this message in a reply
Post Reply