Returns the decay value (Double) of this material.
// get accessor Double rtn = OGLMaterial.Decay; |
dim grid set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface") Application.LogMessage "OGL Material decay: " & grid.Material.OGLMaterial.Decay |