CannonWorld Op

CannonWorld

This op is deprecated!

It will not receive any updates

start/configure a world with physics simulation


World operator is a container for a physics simulation and/or your Cast Ray setup for 3D navigation. After adjusting your simulation settings, you will need to reset the World to have the new settings take effect.


Full Name
  • Ops.Extension.CannonJs.Deprecated.CannonWorld
Visibility
  •  Extension Op - visible for members of team CannonPhysics, is deprecated
License
  • MIT
AuthorgithubMaintained by TeamJavascript Libraries








No op example found on this server

INPUT PORTS


Exec (Trigger)
Reset (Trigger)

reset all contents of a physics world

Draw Bodies (Number: boolean)

draw collision cages around your physics bodies assigned under the World

Groundplane (Number: boolean)

add a quick groundplane to your world - it is located at 0,0,0 and is invisible

Gravity X (Number)
Gravity Y (Number)
Gravity Z (Number)
Solver Iterations (Number: integer)
Contact Stiffness (Number: integer)
Contact Relaxation (Number: integer)
Simulate (Number: boolean)

toggle physics simulation

OUTPUT PORTS


next (Trigger)
Num Bodies (Number)

number of total physics bodies in this world.


Changelog

Patches using CannonWorld

  • Examples
  • Public
  • My Patches