RenderableDebugPlane

Inherits Renderable

Members

Name

Documentation

Type

Description

Optional

Billboard

This value specifies whether the plane is a billboard, which means that it is always facing the camera. If this is false, it can be oriented using other transformations

Boolean

Value of type ‘Boolean’

Yes

Origin

The origin of the texture coorinate system

String

In list { LowerLeft, LowerRight, UpperLeft, UpperRight, Center }

Yes

Size

This value specifies the size of the plane in meters

Double

Value of type ‘Double’

Yes

Texture

The OpenGL name of the texture that is displayed on this plane

Integer

Value of type ‘Integer’

Yes

Inherited members from Renderable

Name

Documentation

Type

Description

Optional

DimInAtmosphere

Enables/Disables if the object should be dimmed when the camera is in the sunny part of an atmosphere

Boolean

Value of type ‘Boolean’

Yes

Enabled

This setting determines whether this object will be visible or not

Boolean

Value of type ‘Boolean’

Yes

Opacity

This value determines the opacity of this renderable. A value of 0 means completely transparent

Double

In range: ( 0,1 )

Yes

RenderBinMode

This value specifies if the renderable should be rendered in the Background,Opaque, Pre/PostDeferredTransparency, or Overlay rendering step

String

In list { Background, Opaque, PreDeferredTransparent, PostDeferredTransparent, Overlay }

Yes

Tag

A single tag or a list of tags that this renderable will respond to when setting properties

Table, or String

Value of type ‘Table’, or Value of type ‘String’

Yes

Type

This tells the type of the renderable

String

Value of type ‘String’

Yes