Search the Community
Showing results for tags 'glowing'.
-
Hey guys, so i'm trying to get a mesh to glow and i have thi script: float rate = 1; default { state_entry() { llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.001]); llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.01]); llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.02]); llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.03]); llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.05]); llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.05]); llSetPrimitiveParams([PRIM_GLOW, ALL_SIDE
-
Hello! I want to embed the brightness and glowing of certain surfaces in this door script to simulate the inclusion of light in the refrigerator. It will be two prims - the refrigerator itself and the door. only two faces will be lit accordingly. Advise how to do this? and another question. Will it work if the fridge itself is part of the linket? The script is written by the forum participant string door_sound = "743e6ba4-65a8-d641-da12-6dc20e37eceb"; integer intSwing =90; rotation rotSwing; vector vOffset; default{ state_entry(){ rotSwing = llEuler2Ro