ViewWindow.ObjectShadowing Property

Top 

Description

Determines how object diffuse lighting will be calculated.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Always Illuminated - Objects will always be illuminated with the maximum lighting value )

Valid Values:

Value

Label

0

Always Illuminated - Objects will always be illuminated with the maximum lighting value

1

Celestial Object Shadowing - Objects illumination will be reduced when entering a celestial body shadow

 

Syntax

myVariable1 = myViewWindow1.ObjectShadowing;

 

myViewWindow1.ObjectShadowing = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide