Deform the shape

Started by artur, October 21, 2012, 01:19:44 PM

Previous topic - Next topic

artur

Hi, i'm newbie in jpct.
Is it possible to deform the shape of touched object?
What can I use to achieve this? I was looking for the solution, and I found the bones, but I'm not sure if it is necessary to this task.
I used hello world from wiki to display the object.

robert

Quote from: artur on October 21, 2012, 01:19:44 PM
Hi, i'm newbie in jpct.
Is it possible to deform the shape of touched object?
What can I use to achieve this? I was looking for the solution, and I found the bones, but I'm not sure if it is necessary to this task.
I used hello world from wiki to display the object.

In Blender you can create the so called "shape keys". Then you can export as Ogre and load the shape keys with Bones.

artur

Is there any way to deform shape without using blender or other apps? Just the code.