PhysicNode: Difference between revisions
From Crumbled World Wiki
(Created page with "{{:PhysicNodeExampleCode}} ==Inheritance== SceneNode ==Functions== {| class="wikitable" !|return !|function !|description |- | |addRigidBody(Mesh mesh, Vec3 velocity, Vec3 Rotation, float rotationSpeed, float timeToLive) |Add a Mesh to be handled by the Very Basic Physic |- |}") |
(No difference)
|
Revision as of 13:06, 5 July 2025
Inheritance
Functions
| return | function | description |
|---|---|---|
| addRigidBody(Mesh mesh, Vec3 velocity, Vec3 Rotation, float rotationSpeed, float timeToLive) | Add a Mesh to be handled by the Very Basic Physic |