Skip to content

Box2D

It is a 2 dimensional box built on the XY axes, facing Z axis. The origin of the box2d is in its center.

Mandatory children

  • Size: Specify the width (X) and height (Y) lengths of the box2d in meters.
    • Var: smtk_vector2
    • Type: Constant
    • Default: "1 1"
    • Values info: "x y"

Optional children

  • Scale: Scale applied to the geometry with the given attributes.
    • Var: smtk_vector3
    • Type: Input
    • Default: "1 1 1"
    • Values info: "x y z"