OGLTexture

Object Hierarchy | 関連する C++クラス:OGLTexture

説明

OGLTexture オブジェクトは、マテリアルオブジェクトの OGLテクスチャプロパティです。OGLTexture オブジェクトは読み取り専用です。OGLTexture はMaterial.OGLTextureを使用して作成します。

プロパティ

FullName Height Width  
       

VBScript の例

dim grid

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

BlendInPresetsInsp , grid, 1, True, True

Application.LogMessage TypeName(grid.Material.OGLTexture)