Material.OGLTexture

説明

この Material のOGLTextureを戻します。OGLTexture は読み取り専用オブジェクトであり、OGLで使用されるテクスチャ情報を保持します。

VBScript の例

dim grid
set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface")
BlendInPresetsInsp , grid, 1, True, True
Application.LogMessage TypeName(grid.Material.OGLTexture)