PhysicNode

From Crumbled World Wiki
Revision as of 13:06, 5 July 2025 by Anders (talk | contribs) (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 |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PhysicNodeExampleCode

Inheritance

SceneNode

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