Google
×
Jan 22, 2015 · This function causes the script to sleep for 0.2 seconds. The function silently fails if its face value indicates a face that does not exist. All Issues ... Summary · Examples
Jan 5, 2008 · Sometimes it is useful to be able to change or apply textures through a script. Imagine, for example, a button or switch where you want to ...
llOffsetTexture(float horizontal, float vertical, integer side) Sets an object texture's horizontal and vertical offsets on side. Specifying a side of ALL_SIDES will set ...
11 llOffsetTexture( -1.5 * cell_width, 1.5 * cell_height, face );. 12 else if( value == 1 ). 13 llOffsetTexture( -0.5 * cell_width, 1.5 * cell_height, face );. 14 else if( value  ...
13 llOffsetTexture( 0.5 * cell_width, 1.5 * cell_height, face );. 14 else if( value == 3 ). 15 llOffsetTexture( 1.5 * cell_width, 1.5 * cell_height, face );. 16 else if( value ...
Oct 8, 2008 · Summary, 0002357: llOffsetTexture causes texture rotation to change. Description, I tried using llOffsetTexture on a primitive. Every time this ...
Jun 17, 2008 · default { state_entry() { llOffsetTexture(0.0,0.25,ALL_SIDES); llSleep(1.37); state off; } }. state off { state_entry() { llOffsetTexture(0.0,0.75 ...
llSetText("", <1,0,0>, 0.5);. llOffsetTexture(0.5 - primPos.x, 0.666, 5); // hover effect. llOffsetTexture(0.5 - primPos.x, 0, 5); // do this so that it's "loaded". //right face (2).
Sep 19, 2014 · llOffsetTexture( -1.5 * cell_width, 1.5 * cell_height, face ); else if ( value == 1 ) llOffsetTexture( -0.5 * cell_width, 1.5 * cell_height, face );
テクスチャーのオフセットを設定する。 horizontalは横方向、verticalは縦方向のオフセット値で、どちらも-1.0~1.0の範囲で設定する。 引数sideには面を指定する。面として ...