RenderableOrbitDisc

Inherits Renderable

Members

Name

Documentation

Type

Description

Optional

Eccentricity

This value determines the eccentricity, that is the deviation from a perfect sphere, for this orbit

Double

Value of type ‘Double’

No

Size

This value specifies the semi-major axis of the orbit, in meter

Double

Value of type ‘Double’

No

Texture

This value is the path to a texture on disk that contains a one-dimensional texture which is used for the color

File

Value of type ‘File’

No

MultiplyColor

If set, the disc’s texture is multiplied with this color. Useful for applying a color grayscale images

Color3

Value of type ‘Color3’

Yes

Offset

This property determines the width of the disc. The values specify the lower and upper deviation from the semi major axis, respectively. The values are relative to the size of the semi-major axis. That is, 0 means no deviation from the semi-major axis and 1 is a whole semi-major axis’s worth of deviation

Vector2<double>

Value of type ‘Vector2

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