[Opensim-users] NonPhysicalPrimMax

Luisillo Contepomi luisillocontepomi at gmail.com
Wed Jul 29 18:15:37 UTC 2020


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]);
     }
}
//-------------------


More information about the Opensim-users mailing list