Object Hierarchy | 関連する C++クラス:OGLTexture
OGLTexture オブジェクトは、マテリアルオブジェクトの OGLテクスチャプロパティです。OGLTexture オブジェクトは読み取り専用です。OGLTexture はMaterial.OGLTextureを使用して作成します。
dim grid set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface") BlendInPresetsInsp , grid, 1, True, True Application.LogMessage TypeName(grid.Material.OGLTexture) |