NTBillboardOrientation
enum NTBillboardOrientation : NSInteger {}
Possible orientation modes for billboards.
-
Billboard always faces the camera plane, regardless of rotation.
Declaration
Objective-C
NT_BILLBOARD_ORIENTATION_FACE_CAMERA
-
Billboard lies parallel to the ground and rotates around it’s anchor point to face the camera. SetRotation can be used to offset the final angle of the billboard.
Declaration
Objective-C
NT_BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND
-
Billboard lies on the ground, orientation does not depend on the camera position.
Declaration
Objective-C
NT_BILLBOARD_ORIENTATION_GROUND