Material.CurrentImageClip

Description

Returns the current ImageClip used for OGL display.

C# Syntax

// get accessor

ImageClip rtn = Material.CurrentImageClip;

Examples

VBScript Example

set oCube = CreatePrim("Cube", "MeshSurface")

ApplyShader

CreateProjection oCube.Name, "siTxtSpherical", "siTxtDefaultSpherical", , "Texture_Projection"

BlendInPresetsInsp , , , True, True

set oMaterial = oCube.Material

Application.LogMessage oMaterial.CurrentImageClip

See Also

Material.CurrentUV