Skip to main content

Meta_Billboard

Module: Metanodes / Definitions

A Billboard allows its children to be rendered in various alignment and sizing modes.

#include <meta_division.hpp>

Public Types

TypeName
enumALIGNMODE { AlignMode_World, AlignMode_Camera, AlignMode_Screen, AlignMode_Camera_X, AlignMode_Camera_Y, AlignMode_Camera_Z }
Values for Idx_AlignMode.
enumIDX { Idx_Enabled, Idx_Target, Idx_AlignMode, Idx_PositionMode, Idx_SizeMode, Idx_ShareMode, Idx_WorldPosition, Idx_WorldDepthAdjustment, Idx_ViewPosition, Idx_ScreenPosition, Idx_WorldScale, Idx_ViewScale, Idx_PixelScale, Idx_MinimumScale, Idx_MaximumScale, Idx_NoCollisions, Idx_MaxViewDistance, Idx_UseWorldUpVector, Idx_KeepHorizontal }
Property index.
enumPOSITIONMODE { PositionMode_World, PositionMode_View, PositionMode_Screen }
Values for Idx_PositionMode.
enumSIZEMODE { SizeMode_World, SizeMode_View, SizeMode_Pixels }
Values for Idx_SizeMode.

Public Types Documentation

enum ALIGNMODE

EnumeratorValueDescription
AlignMode_WorldAligns in world space, based on parent assembly transforms (Symbols - C: "AlignModeWorld", Lua: __Billboard_AlignModeWorld)
AlignMode_CameraAligns to the camera (Symbols - C: "AlignModeCamera", Lua: __Billboard_AlignModeCamera)
AlignMode_ScreenAligns to the screen (Symbols - C: "AlignModeScreen", Lua: __Billboard_AlignModeScreen)
AlignMode_Camera_XAligns to the camera around the X axis (Symbols - C: "AlignModeCameraX", Lua: __Billboard_AlignModeCameraX)
AlignMode_Camera_YAligns to the camera around the Y axis (Symbols - C: "AlignModeCameraY", Lua: __Billboard_AlignModeCameraY)
AlignMode_Camera_ZAligns to the camera around the Z axis (Symbols - C: "AlignModeCameraZ", Lua: __Billboard_AlignModeCameraZ)

Values for Idx_AlignMode.

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, the billboard and its descendants are drawn in the scene
Idx_Targetlink - Optionally specifies an assembly to align the billboard to
Idx_AlignModeALIGNMODE (int) - Specifies the alignment mode
Idx_PositionModePOSITIONMODE (int) - Specifies the position mode
Idx_SizeModeSIZEMODE (int) - Specifies the size mode
Idx_ShareModeUnused.
Idx_WorldPositionvec3w - When in world position mode, specifies the world translation of the billboard
Idx_WorldDepthAdjustmentfloat - When in world position mode, specifies a depth adjustment to bring the billboard toward or away from the viewer
Idx_ViewPositionvec3w - When in view position mode, specifies the position of the billboard in view units (-1 to +1)
Idx_ScreenPositionvec3w - When in screen position mode, specifies the position of the billboard in screen units (-1 to +1)
Idx_WorldScalefloat - When in world size mode, specifies the world scale applied to billboard contents
Idx_ViewScalefloat - When in view size mode, specifies the scale in terms of a proportion of the view
Idx_PixelScalefloat - When in screen size mode, specifies the scale in terms of pixel coverage
Idx_MinimumScalefloat - Specifies a minimum value after which the contents are no longer scaled down
Idx_MaximumScalefloat - Specifies a maximum value after which the contents are no longer scaled up
Idx_NoCollisionsbool - Disable collisions (cursor and object) with the contents of this billboard
Idx_MaxViewDistanceworld_float - Specifies the maximum distance before the billboard is no longer drawn
Idx_UseWorldUpVectorbool - When enabled, aligns the billboard using the world up vector
Idx_KeepHorizontalbool - When enabled, the billboard alignment never allows the contents to roll

Property index.

enum POSITIONMODE

EnumeratorValueDescription
PositionMode_WorldPosition the billboard using the value in Idx_WorldPosition (Symbols - C: "PositionModeWorld", Lua: __Billboard_PositionModeWorld)
PositionMode_ViewPosition the billboard using the value in Idx_ViewPosition (Symbols - C: "PositionModeView", Lua: __Billboard_PositionModeView)
PositionMode_ScreenPosition the billboard using the value in Idx_ScreenPosition (Symbols - C: "PositionModeScreen", Lua: __Billboard_PositionModeScreen)

Values for Idx_PositionMode.

enum SIZEMODE

EnumeratorValueDescription
SizeMode_WorldScale the billboard using the value in Idx_WorldScale (Symbols - C: "SizeModeWorld", Lua: __Billboard_SizeModeWorld)
SizeMode_ViewScale the billboard using the value in Idx_ViewScale (Symbols - C: "SizeModeView", Lua: __Billboard_SizeModeView)
SizeMode_PixelsScale the billboard using the value in Idx_PixelScale (Symbols - C: "SizeModePixels", Lua: __Billboard_SizeModePixels)

Values for Idx_SizeMode.