AmmoBody Op
extension op - visible to all usersOp author: pandur
Maintained by Team: Ammo Physics
Test Patches: 1 Test
Create a physics body/collision shape using a any geometry or select a shape
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
name of this physics body
Parameters
weight of object, 0 makes a static solid
friction of object surface
influence roll of object after collision
influence velocity of object after collision (bounciness)
Shape
select shape of collision cage
required when using Convex Hull shape
simplify generated convex hull
radius of spherical object
size on X axis
size on Y axis
size on Z axis
Array
Flags
never put object to sleep
object is not solid, reports collision when intersecting with other objects
reset entire object
wake up object
Outputs
is Cast Ray detected
connect to geometry objects to automatically resize with cage
Patches using AmmoBody
Changelog
created op 2022-03-12 - pandur | |
Ops.User.pandur.AmmoBody renamed to Ops.Dev.AmmoBody 2022-03-12 - pandur | |
Ops.Dev.AmmoBody renamed to Ops.Physics.Ammo.AmmoBody 2022-05-09 - pandur | |
change default radius to 0.5 to reflect default of sphere 2022-07-05 - stephan | |
rename | Ops.Physics.Ammo.AmmoBody renamed to Ops.Extension.AmmoPhysics.AmmoBody 2023-09-14 - pandur |