Pitch()

Syntax

Pitch(ObjectID, Value.f, Mode)
Description
Pitch the specified object.

Parameters

ObjectID The entity to pitch. It can be one of the following type:
  - Camera         : use CameraID() to get a valid ID.
  - Entity         : use EntityID() to get a valid ID.
  - Light          : use LightID() to get a valid ID.
  - Mesh           : use MeshID() to get a valid ID.
  - Node           : use NodeID() to get a valid ID.
  - ParticleEmitter: use ParticleEmitterID() to get a valid ID.
  - BillboardGroup : use BillboardGroupID() to get a valid ID.
  - Text3D         : use Text3DID() to get a valid ID.
Value The pitch value (in degree).
Mode The pitch mode. It can be one of the following values:
  #PB_Local : local pitch.
  #PB_Parent: pitch relative to the parent.
  #PB_World : pitch relative to the world.

Return value

None.

See Also

Roll(), Yaw()

Supported OS

All

<- PickZ() - Engine3D Index - PointPick() ->