OGLMaterial.Decay
 
 
 

OGLMaterial.Decay

Description

Returns the decay value (Double) of this material.

C# Syntax

// get accessor
Double rtn = OGLMaterial.Decay;

Examples

VBScript Example

dim grid
set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface")
Application.LogMessage "OGL Material decay: " & grid.Material.OGLMaterial.Decay