Returns the ClusterProperty containing the current UV used to display the texture in OGL.
// get accessor ClusterProperty rtn = Material.CurrentUV; |
set oCube = CreatePrim("Cube", "MeshSurface") ApplyShader CreateProjection oCube.Name, "siTxtSpherical", "siTxtDefaultSpherical", , "Texture_Projection" BlendInPresetsInsp , , , True, True set oMaterial = oCube.Material Application.LogMessage oMaterial.CurrentUV |