Difference between revisions of "PRIM RENDER MATERIAL"

From Second Life Wiki
Jump to navigation Jump to search
(Undo revision 1212548 by Cosmic Linden (talk))
Tag: Undo
m
Line 1: Line 1:
<onlyinclude>{{#if:
<onlyinclude>{{#if:


{{#vardefine:material_return|an empty list.}}
{{#vardefine:render_material_return|an empty list.}}


{{#vardefine:material_const|{{LSL Const|PRIM_RENDER_MATERIAL|integer|43|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the material settings of a prim's face}}}}
{{#vardefine:render_material_const|{{LSL Const|PRIM_RENDER_MATERIAL|integer|43|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the render_material settings of a prim's face}}}}


{{LSL_Function/inventory|material|uuid=true|type=material|no_caveat={{#ifeq:{{{1|}}}|get|true|<noinclude>*</noinclude>}}|full={{{remote|}}}|remote={{#ifeq:{{{1|set}}}|get|*}}|target=PRIM_RENDER_MATERIAL#Target}}
{{LSL_Function/inventory|render_material|uuid=true|type=render_material|no_caveat={{#ifeq:{{{1|}}}|get|true|<noinclude>*</noinclude>}}|full={{{remote|}}}|remote={{#ifeq:{{{1|set}}}|get|*}}|target=PRIM_RENDER_MATERIAL#Target}}


{{#ifeq:{{{1|}}}|none||
{{#ifeq:{{{1|}}}|none||
Line 11: Line 11:
{{#vardefine:facetable|{{#var:facetable}}
{{#vardefine:facetable|{{#var:facetable}}
{{!}}-
{{!}}-
{{!}} [ {{#var:material_const}} ]
{{!}} [ {{#var:render_material_const}} ]
{{!}} {{#var:material_return}} }}
{{!}} {{#var:render_material_return}} }}


{{#vardefine:caveats_get|
{{#vardefine:caveats_get|
* With {{LSLP|material}} as with [[llGetRenderMaterial]], {{LSL Constant/NULL KEY}} is returned when the {{LSLGC|Owner|owner}} does not have {{LSLGC|Permissions/Asset|full permissions}} to the object and the [[PRIM_RENDER_MATERIAL|material]] is not in the prim's inventory.}}
* With {{LSLP|render_material}} as with [[llGetRenderMaterial]], {{LSL Constant/NULL KEY}} is returned when the {{LSLGC|Owner|owner}} does not have {{LSLGC|Permissions/Asset|full permissions}} to the object and the [[PRIM_RENDER_MATERIAL|render_material]] is not in the prim's inventory.}}


{{#ifeq:{{{1|}}}|get|
{{#ifeq:{{{1|}}}|get|
Line 46: Line 46:
{{#vardefine:issues_set|{{#var:issues}}{{#vardefine:issues|}}}}
{{#vardefine:issues_set|{{#var:issues}}{{#vardefine:issues|}}}}


{{LSL_Function/face|face|{{#var:material_const}}|!footer=*|return={{#var:material_return}}}}
{{LSL_Function/face|face|{{#var:render_material_const}}|!footer=*|return={{#var:render_material_return}}}}


{{#vardefine:caveats_get|{{#var:caveats}}{{#vardefine:caveats|}}
{{#vardefine:caveats_get|{{#var:caveats}}{{#vardefine:caveats|}}
Line 58: Line 58:
|type=integer
|type=integer
|value=43
|value=43
|desc=Used to get or set the material settings of a prim's {{LSLP|face}}.
|desc=Used to get or set the render_material settings of a prim's {{LSLP|face}}.
|examples=
|examples=
|pa={{LSL Constant/List|i_front=[&#32;{{#var:material_const}},&#32;|i_end=&nbsp;]|
|pa={{LSL Constant/List|i_front=[&#32;{{#var:render_material_const}},&#32;|i_end=&nbsp;]|
|inject-1={{#vardefine:p_material_desc|}}
|inject-1={{#vardefine:p_render_material_desc|}}
{{#vardefine:p_material_hover|}}
{{#vardefine:p_render_material_hover|}}
{{#vardefine:direction|_set}}
{{#vardefine:direction|_set}}
{{LSL_Function/inventory|material|uuid=true|type=material}}
{{LSL_Function/inventory|render_material|uuid=true|type=render_material}}
|text=Used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]].
|text=Used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]].


Line 70: Line 70:


====Examples====
====Examples====
<source lang="lsl2">llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, ALL_SIDES, my_material ]);
<source lang="lsl2">llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, ALL_SIDES, my_render_material ]);
llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, ALL_SIDES, llGetInventoryName(INVENTORY_RENDER_MATERIAL, 0) ]);
llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, ALL_SIDES, llGetInventoryName(INVENTORY_RENDER_MATERIAL, 0) ]);
llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, 0, my_material ]);</source>
llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, 0, my_render_material ]);</source>


|toc=llSetPrimitiveParams
|toc=llSetPrimitiveParams
|i1_type=integer|i1_name=face
|i1_type=integer|i1_name=face
|i2_type=string|i2_name=material
|i2_type=string|i2_name=render_material
}}
}}
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:material_const}},&#32;|i_end=&nbsp;]);|
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:render_material_const}},&#32;|i_end=&nbsp;]);|
|inject-1={{#vardefine:p_material_desc|}}
|inject-1={{#vardefine:p_render_material_desc|}}
{{#vardefine:p_material_hover|}}
{{#vardefine:p_render_material_hover|}}
{{#vardefine:direction|_get}}
{{#vardefine:direction|_get}}
{{LSL_Function/inventory|material|uuid=true|type=material|no_caveat=true|full={{{remote|}}}|remote=*|target=#Target}}
{{LSL_Function/inventory|render_material|uuid=true|type=render_material|no_caveat=true|full={{{remote|}}}|remote=*|target=#Target}}
{{LSL Function/link|link|nogroup=*|nocaveats=*}}
{{LSL Function/link|link|nogroup=*|nocaveats=*}}
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
Line 91: Line 91:
|toc=llGetPrimitiveParams
|toc=llGetPrimitiveParams
|i1_type=integer|i1_name=face
|i1_type=integer|i1_name=face
|r1_type=string|r1_name=material
|r1_type=string|r1_name=render_material
}}
}}
|constants=
|constants=

Revision as of 11:40, 5 October 2022

Description

Constant: integer PRIM_RENDER_MATERIAL = 43;

The integer constant PRIM_RENDER_MATERIAL has the value 43

Used to get or set the render_material settings of a prim's face.

llSetPrimitiveParams

[ PRIM_RENDER_MATERIAL, integer face, string render_material ]
• integer face face number or ALL_SIDES
• string render_material a render_material in the inventory of the prim this script is in or a UUID of a render_material

Used with llSetPrimitiveParams & llSetLinkPrimitiveParams.

Caveats

  • If render_material is missing from the prim's inventory and it is not a UUID or it is not a render_material then an error is shouted on DEBUG_CHANNEL.
  • If render_material 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.
All Issues ~ Search JIRA for related Bugs

Examples

llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, ALL_SIDES, my_render_material ]);
llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, ALL_SIDES, llGetInventoryName(INVENTORY_RENDER_MATERIAL, 0) ]);
llSetPrimitiveParams([ PRIM_RENDER_MATERIAL, 0, my_render_material ]);

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_RENDER_MATERIAL, integer face ]);

Returns the list [ string render_material ]

• integer face face number or ALL_SIDES

• string render_material a render_material in the inventory of the target prim or a UUID of a render_material

Caveats

All Issues ~ Search JIRA for related Bugs

Target

In the case of llGetPrimitiveParams is either the prim the script resides in, or the prim specified by the immediately prior PRIM_LINK_TARGET call. However in the case of llGetLinkPrimitiveParams, it is either the value of the link parameter, or the prim specified by the immediately prior PRIM_LINK_TARGET call.

Related Articles

Constants

•  CHANGED_RENDER_MATERIAL

Functions

•  llSetPrimitiveParams
•  llSetLinkPrimitiveParams
•  llGetPrimitiveParams
•  llSetRenderMaterial
•  llSetLinkRenderMaterial
•  llGetLinkNumber Returns the link number of the prim the script is in.

Events

•  changed

Notes

Link Numbers

Each prim that makes up an object has an address, a link number. To access a specific prim in the object, the prim's link number must be known. In addition to prims having link numbers, avatars seated upon the object do as well.

  • If an object consists of only one prim, and there are no avatars seated upon it, the (root) prim's link number is zero.
  • However, if the object is made up of multiple prims or there is an avatar seated upon the object, the root prim's link number is one.

When an avatar sits on an object, it is added to the end of the link set and will have the largest link number. In addition to this, while an avatar is seated upon an object, the object is unable to link or unlink prims without unseating all avatars first.

Counting Prims & Avatars

There are two functions of interest when trying to find the number of prims and avatars on an object.

integer GetPrimCount() { //always returns only the number of prims
    if(llGetAttached())//Is it attached?
        return llGetNumberOfPrims();//returns avatars and prims but attachments can't be sat on.
    return llGetObjectPrimCount(llGetKey());//returns only prims but won't work on attachments.
}
See llGetNumberOfPrims for more about counting prims and avatars.

Errata

If a script located in a child prim erroneously attempts to access link 0, it will get or set the property of the linkset's root prim. This bug (BUG-5049) is preserved for broken legacy scripts.

Deep Notes

Search JIRA for related Issues

Footnotes

  1. ^ LINK_ROOT does not work on single prim objects. Unless there is an avatar sitting on the object.

Signature

integer PRIM_RENDER_MATERIAL = 43;