Google
×
Did you mean: larGe Scale
Jan 22, 2015 · Examples. default { touch_start(integer total_number) { llSay(0, "My dimensions are: " + (string)llGetScale()); } } ...
Jan 22, 2015 · //But, it works. vector startingSize; default { state_entry() { startingSize = llGetScale(); } collision_start(integer i) { llSetScale(<0.1, 0.1, 0.1>); ...
Jan 22, 2015 · ... llFabs(a.y), llFabs(a.z)]); } integer ScaleByFactor(float scale) { vector root = llGetScale() * scale; if (VectorAbsStatistics(LIST_STAT_MAX, root) > ... Summary · Examples
Jan 24, 2015 · ... touch_start(integer total_number) { vector scale = llGetScale(); vector off_point = llGetLocalPos(); vector face_pos = llDetectedTouchST(0); ...
Jan 23, 2015 · llGetPrimitiveParams. •, llSetPrimitiveParams. •, llSetLinkPrimitiveParams. •, llGetScale. •, llSetScale. Examples. //Changing the prim size and ...
vector llGetScale() Returns the scale (size) of the prim. Primitive scale can be set using llSetScale or llSetPrimitiveParams. There is apparently no easy way to ...
Feb 16, 2016 · ... float growthx = 1.0; float growthy = 1.0; float growthz = 1.0; comparexyz() { vector scale = llGetScale(); if (scale.x > scale.y) { scale1 = scale.x; ...
get the size of the largest dimension. vector scale = llGetScale(); if( scale.x >= scale.y ) { scaleMax = scale.x; } else { scaleMax = scale.y; } // calculate an ...
16 vector myscale= llGetScale();. 17 corner1.x = mypos.x + (myscale.x / 2);. 18 corner1.y = mypos.y + (myscale.y / 2);. 19 corner2.x = mypos.x - (myscale.x / 2);.
Trace: • llgetscale ... QR Code. QR Code wiki:scripting_portal:lsl_functions: llgetscale (generated for current page). wiki/scripting_portal/lsl_functions/ llgetscale.txt ...
Related searches