PRIM TEXGEN DEFAULT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=0 | |value=0 | ||
|desc= | |desc=Used with [[PRIM_TEXGEN]] to set the texture mapping mode, specifically that the texture repeats units are in texture repeats per face. | ||
|examples= | |examples= | ||
|constants= | |constants= | ||
Latest revision as of 10:24, 3 July 2012
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_TEXGEN_DEFAULT = 0;The integer constant PRIM_TEXGEN_DEFAULT has the value 0
Used with PRIM_TEXGEN to set the texture mapping mode, specifically that the texture repeats units are in texture repeats per face.
Caveats
Related Articles
Constants
| • | PRIM_TEXGEN |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |