OGLTexture
 
 
 

OGLTexture

Object Hierarchy | Related C++ Class: OGLTexture

Description

The OGLTexture object represents the OGL texture properties of a material object. OGLTexture objects are read-only. OGLTexture can be created with Material.OGLTexture.

Properties

FullName Height Width  
       

Examples

VBScript Example

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