ViewWindow.ObjectShadowing Property

Top 

Description

Determines how object diffuse lighting will be calculated.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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