PRIM TEXGEN

From Second Life Wiki

Jump to: navigation, search

Template:Needs Translation/LSL/es Template:Needs Translation/LSL/el Template:Needs Translation/LSL/he Template:Needs Translation/LSL/it Template:Needs Translation/LSL/ja Template:Needs Translation/LSL/ko Template:Needs Translation/LSL/nl Template:Needs Translation/LSL/hu Template:Needs Translation/LSL/no Template:Needs Translation/LSL/da Template:Needs Translation/LSL/sv Template:Needs Translation/LSL/tr Template:Needs Translation/LSL/pl Template:Needs Translation/LSL/pt Template:Needs Translation/LSL/ru Template:Needs Translation/LSL/uk Template:Needs Translation/LSL/zh-Hans Template:Needs Translation/LSL/zh-Hant

Contents

Description

Constant: integer PRIM_TEXGEN = 22;

The integer constant PRIM_TEXGEN has the value 22

PRIM_TEXGEN is used to get and set the configure the texture mapping mode of the face.

mode Constants Description
PRIM_TEXGEN_DEFAULT 0
PRIM_TEXGEN_PLANAR 1

llSetPrimitiveParams

[ PRIM_TEXGEN, integer face, integer mode ]
• integer face face number or ALL_SIDES
• integer mode PRIM_TEXGEN_* flag

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_TEXGEN, integer face ]);

Returns the list [ integer mode ]

• integer face face number or ALL_SIDES

• integer mode PRIM_TEXGEN_* flag

Caveats

  • If face is ALL_SIDES then the PRIM_TEXGEN works on all sides.
  • If face indicates a face that does not exist the return for the PRIM_TEXGEN is [ PRIM_TEXGEN_DEFAULT ]

Caveats

  • If face is ALL_SIDES then the PRIM_TEXGEN works on all sides.
  • If face indicates a face that does not exist the return for the PRIM_TEXGEN is [ PRIM_TEXGEN_DEFAULT ]

Related Articles

Constants

•  CHANGED_TEXTURE

Functions

•  llSetPrimitiveParams
•  llSetLinkPrimitiveParams
•  llGetPrimitiveParams

Events

•  changed
Personal tools
In other languages