PRIM TEXGEN

From Second Life Wiki
Jump to navigation Jump to search

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 The texture repeats units are in texture repeats per face.
PRIM_TEXGEN_PLANAR 1 The texture repeats units are in texture repeats per half meter. This is in contrast to the in-world editing tool, in which the planar texture scaling units are repeats per meter.

llSetPrimitiveParams

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

When used with llSetPrimitiveParams, llSetLinkPrimitiveParams & llSetLinkPrimitiveParamsFast

Caveats

  • If texture is missing from the prim's inventory and it is not a UUID or it is not a texture then an error is shouted on DEBUG_CHANNEL.
  • If texture is a UUID then there are no new asset permissions consequences for the object.
    • The resulting object develops no new usage restrictions that might have occurred if the asset had been placed in the prims inventory.
  • In the default texture mapping mode the texture repeats units are in texture repeats per face. In the planar texture mapping mode the texture repeats units are in texture repeats per half meter. This is in contrast to the in-world editing tool, in which the planar texture scaling units are repeats per meter.
  • If face is ALL_SIDES then the PRIM_TEXGEN works on all sides.
  • The PRIM_TEXGEN silently fails if its face value indicates a face that does not exist.
All Issues ~ Search JIRA for related Bugs

llGetPrimitiveParams

PRIM_TEXGEN, integer face ]

Returns the list [ integer mode ]

• integer face face number or ALL_SIDES

• integer mode PRIM_TEXGEN_* flag

When used with llGetPrimitiveParams & llGetLinkPrimitiveParams

Caveats

All Issues ~ Search JIRA for related Bugs

Related Articles

Constants

•  CHANGED_TEXTURE

Functions

•  llSetPrimitiveParams
•  llSetLinkPrimitiveParams
•  llGetPrimitiveParams

Events

•  changed

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_TEXGEN = 22;