Mine GO BOOM Hunch Hunch What What

Age:42 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Sat Jun 25, 2005 7:14 pm Post subject: Re: Max number of objs |
 |
|
|
|
underdog wrote: | I'm thinking max of unsigned short .. 32k? |
Unsigned short is 65,535. The real problem comes from the protocol itself, which uses the first bit as a signal for on or off, so you are left with only 15 bits, which is 32,767. If you use all those, I will personally come to your house and kill you, because you should never need all of them. Seriously, if you do, you have some design issues and I'm sure Continuum wasn't designed to handle 30,000 objects in an efficent way. |
|