b3dRotateForceField

Rotates force field (pitch,yaw,roll in degrees, sets cone direction for cone type fields). Takes handle (force field handle from b3dCreateForceField), pitch (rotation around X axis in degrees, up/down tilt), yaw (rotation around Y axis in degrees, left/right turn), roll (rotation around Z axis in degrees, barrel roll). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

handle Int
pitch Double
yaw Double
roll Double

Returns

Void

Quick Summary

Rotates force field (pitch,yaw,roll in degrees, sets cone direction for cone type fields). Takes handle (force field handle from b3dCreateForceField), pitch (rotation around X axis in degrees, up/down tilt), yaw (rotation around Y axis in degrees, left/right turn), roll (rotation around Z axis in degrees, barrel roll). Returns nothing.

Technical Exegesis...

Rotates force field (pitch,yaw,roll in degrees, sets cone direction for cone type fields). Takes handle (force field handle from b3dCreateForceField), pitch (rotation around X axis in degrees, up/down tilt), yaw (rotation around Y axis in degrees, left/right turn), roll (rotation around Z axis in degrees, barrel roll). Returns nothing. Sets ff.rotation, orients force field for next physics update. Use to aim cone force fields, rotate directional forces, or orient field directions.

Example

Example.bam
; No example implemented yet