Material.OGLMaterial

説明

この Material のOGLMaterialを戻します。OGLMaterialは読み取り専用オブジェクトで、OGLで使用されるマテリアルレンダリング情報を保持します。

VBScript の例

set oRoot = activeproject.activescene.root
set oCube = oRoot.AddGeometry("Cube","MeshSurface")
set oMaterial = oCube.AddMaterial("Phong")
Application.LogMessage "OGL material type: " & typeName (oMaterial.OGLMaterial)