Navigation: Scripting Reference Manual > Data Structures > T_SOURCEVISUALIZE

 

T_SOURCEVISUALIZE

 

Contact Us: fredsupport@photonengr.com

 

Description

Data structure for the visualization attributes of a FRED source.

 

Definition

Type T_SOURCEVISUALIZE

everyNth As Long
sourceColorR As Integer
sourceColorG As Integer
sourceColorB As Integer
drawStartPositions As Boolean
trackColor As Boolean
drawBoundingVolume As Boolean
trimColorR As Integer
trimColorG As Integer
trimColorB As Integer

End Type

 

Members

everyNth

Determines how many source points are drawn.

 

sourceColorR

Red component of the source color

 

sourceColorG

Green component of the source color

 

sourceColorB

Blue component of the source color

 

drawStartPositions

When set to True, places a dot where the source begins tracing rays.

 

trackColor

When set to True, darkens the color of the traced rays as the power drops off.

 

drawBoundingVolume

When set to True, draws a volume enclosing the source.

 

trimColorR

Red component of the trimming volume color.

 

trimColorG

Green component of the trimming volume color.

 

trimColorB

Blue component of the trimming volume color.

 

Remarks

The color components range in value from 0 (black) to 255 (bright). No errors are set.

 

Used as Parameter in

GetSourceVisualization

SetSourceVisualization

Examples

Sources

 

 

 

 

 

Copyright © Photon Engineering, LLC