PRIM FULLBRIGHT/ja

From Second Life Wiki
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.

Description

Constant: integer PRIM_FULLBRIGHT = 20;

The integer constant PRIM_FULLBRIGHT has the value 20

この定数を使用して、プリムの面の明るさ全開設定を取得設定します。

llSetPrimitiveParams

[ PRIM_FULLBRIGHT, integer face, integer boolean ]
• integer face 番号もしくは ALL_SIDES
• integer boolean TRUE ならば有効 、 FALSE ならば無効

llSetPrimitiveParamsllSetLinkPrimitiveParams と一緒に使用されるとき

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_FULLBRIGHT, integer face ]);

integer boolean ] のリストを返します。

• integer face 番号もしくは ALL_SIDES

• integer boolean TRUE ならば有効 、 FALSE ならば無効

警告

Related Articles

Constants

•  CHANGED_TEXTURE?

Functions

•  llSetPrimitiveParams
•  llSetLinkPrimitiveParams
•  llGetPrimitiveParams

Events

•  changed

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_FULLBRIGHT = 20;