x3dom / x3dom

X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.
http://x3dom.org
Other
815 stars 271 forks source link

What is the difference between CollidableShape.translation and RigidBody.position? #1205

Closed microaaron closed 2 years ago

microaaron commented 2 years ago

What is the difference between CollidableShape.translation and RigidBody.position? RigidBody.position doesn't seem to be used.

andreasplesch commented 2 years ago

I am not familiar with the rigid body physics component. Here are spec. entries:

https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-CD1/Part01/components/rigidBodyPhysics.html#CollidableShape

https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-CD1/Part01/components/rigidBodyPhysics.html#RigidBody

microaaron commented 2 years ago

Thanks.