[sldev] Two questions: Region geography and region handles

Jason Giglio gigstaggart at gmail.com
Fri Feb 15 11:13:49 PST 2008


Argent Stonecutter wrote:
> On 2008-02-14, at 08:00, Michael Miller wrote:
>> My question regarding region geography is: What are the dimensions of 
>> the regions? Maximum x/y/z coordinate?
> 
> All regions are the same shape, with corners at <0,0,0> and 
> <256,256,4096>. 

Please try not to build these assumptions into any new code though.  My 
dream is still to eventually have larger sims (multiples of 256).  At 
least give yourself a dummy function that returns 256 or something.  If 
it ever becomes variable you can plug some logic in later to fetch the 
actual size.

-Jason


More information about the SLDev mailing list