Hi all.
In ini.example have not information about.
what is the max limit in 0.9.2 Dev?

I have configured some regions working with

NonPhysicalPrimMax = 1024

but now I can not build prims with size more than 512 in this regions.

Is this a new limit or I am doing some bad?

Kind regards,

Luisillo

//-----------------
vector new_size = <1024,1024,0.05>;
vector new_pos=<512,512,20>;

default
{
   touch_start(integer e)
    {

       llSetPrimitiveParams([PRIM_SIZE, new_size, PRIM_POSITION, new_pos]);
    }
}
//-------------------
_______________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Reply via email to