Procedure SetTextureShininess sets the shininess value of the referenced texture. The value is expressed as a percentage value in a range of 0-100 with 0 equaling "Dull".
PROCEDURE SetTextureShininess(
texture : HANDLE;
shininess : INTEGER);def vs.SetTextureShininess(texture, shininess):
return None| Name | Type | Description |
|---|---|---|
| texture | HANDLE | Handle to texture. |
| shininess | INTEGER | Shininess setting for texture. |
Percentage value - 0 equals dull
SetTextureShininess is obsolete as of VectorWorks9.0
Availability: from VectorWorks8.0