Difference between revisions of "PRIM SHINY HIGH"
Jump to navigation
Jump to search
Frionil Fang (talk | contribs) (missing desc) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=3 | |value=3 | ||
|desc= | |desc=Sets the highest intensity legacy shininess. | ||
|examples= | |examples= | ||
|constants= | |constants= | ||
Line 18: | Line 18: | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
|notes=*The appearance is equivalent to [[PRIM_SPECULAR]] with {{LSLP|texture}}=[[TEXTURE_BLANK]], {{LSLP|glossiness}}=0 and {{LSLP|environment}}=192. | |||
}} | }} |
Latest revision as of 15:59, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_SHINY_HIGH = 3;The integer constant PRIM_SHINY_HIGH has the value 3
Sets the highest intensity legacy shininess.
Caveats
Related Articles
Constants
• | PRIM_BUMP_SHINY |
Functions
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams |
Events
• | changed |
Notes
- The appearance is equivalent to PRIM_SPECULAR with texture=TEXTURE_BLANK, glossiness=0 and environment=192.