Material.OGLTexture

説明

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

C#構文

// get accessor

OGLTexture rtn = Material.OGLTexture;

VBScript の例

dim grid

set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface")

BlendInPresetsInsp , grid, 1, True, True

Application.LogMessage TypeName(grid.Material.OGLTexture)