Difference between revisions of "PRIM SHINY HIGH"
Jump to navigation
Jump to search
(New page: {{#if: {{LSL_Constants/PrimitiveParams}} }}{{LSL Constant |name=PRIM_SHINY_HIGH |type=integer |value=3 |desc= |examples= |constants= {{LSL ConstRow|PRIM_BUMP_SHINY}} |functions= {{LSL Defi...) |
Frionil Fang (talk | contribs) (missing desc) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name=PRIM_SHINY_HIGH | |name=PRIM_SHINY_HIGH | ||
|type=integer | |type=integer | ||
|value=3 | |value=3 | ||
|desc= | |desc=Sets the highest intensity legacy shininess. | ||
|examples= | |examples= | ||
|constants= | |constants= | ||
Line 16: | Line 14: | ||
{{LSL DefineRow||[[changed]]|}} | {{LSL DefineRow||[[changed]]|}} | ||
|location | |location | ||
|cat1= | |cat1=Shiny | ||
|cat2 | |cat2 | ||
|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.