OGLTexture.FullName
 
 
 

OGLTexture.FullName

Description

Returns this texture's image file path name as a String.

C# Syntax

// get accessor
String rtn = OGLTexture.FullName;

Examples

VBScript Example

dim grid
set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface")
BlendInPresetsInsp , grid, 1, True, True
Application.LogMessage "OGL texture file name: " & grid.Material.OGLTexture.FullName