Decay (OGLMaterial)
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.DecayAutodesk Softimage v7.5