ExtraParams

From Second Life Wiki
Revision as of 13:48, 3 December 2010 by Strife Onizuka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Used in ObjectUpdate messages, a "ExtraParam" block contains extra data for specialized prims such as lights, sculpted prims, and flexible objects. Support for projected light textures is pending.

Param Hex ID Bytes Contents LSL Exposure
Flexible 0x10 16 U8 tension, U8 drag, U8 gravity, U8 wind, Vector3 userforce PRIM_FLEXIBLE
Light 0x20 16 Color4u color, F32 radius, F32 cutoff, F32 falloff PRIM_POINT_LIGHT
Sculpted 0x30 17 UUID texture, U8 type PRIM_TYPE_SCULPT
Light Image (pending) 0x40 28 UUID texture, Vector3 params (FOV, focus, ambiance) SVC-6538