Object Hierarchy | Related C++ Class: OGLTexture
The OGLTexture object represents the OGL texture properties of a material object. OGLTexture objects are read-only. OGLTexture can be created with Material.OGLTexture.
dim grid set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface") BlendInPresetsInsp , grid, 1, True, True Application.LogMessage TypeName(grid.Material.OGLTexture) |