Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 637 Bytes

File metadata and controls

30 lines (21 loc) · 637 Bytes

GetTextureShininess

Description

Function GetTextureShininess returns the shininess value of the referenced texture. The value is expressed as a percentage value with 0 equaling "Dull".

FUNCTION GetTextureShininess(texture : HANDLE): INTEGER;
def vs.GetTextureShininess(texture):
    return INTEGER

Parameters

Name Type Description
texture HANDLE Handle to texture.

Remarks

Percentage value - 0 equals ?Dull?

Version

GetTextureShininess is obsolete as of VectorWorks9.0

Availability: from VectorWorks8.0

Category