api.assets.Point#
- class datagen.api.assets.Point(*, x: ConstrainedFloatValue, y: ConstrainedFloatValue, z: ConstrainedFloatValue)#
A point in 3D space, in global coordinates measured in meters. This can define, e.g., the location of the actor or of the camera.
- x: float#
Defines the position of an object on the left-right axis. Lower values move the object to the right, while higher values move the object to the left (from the point of view of the default position of a human asset: at the origin, with the neck facing in the -y direction).
Min: -5.0
Max: 5.0
- y: float#
Defines the position of an object on the back-to-front axis. Lower values move the object forward, while higher values move the object backward (from the point of view of the default position of a human asset: at the origin, with the neck facing in the -y direction).
Min: -5.0
Max: 5.0
- z: float#
Defines the position of an object on the up-down axis. Lower values move the object down, higher values move the object up.
Min: -5.0
Max: 5.0