GLBasic forum

Main forum => GLBasic - en => Topic started by: JohnnyB on 2020-Apr-29

Title: Can the maximum number of 3D objects be raised?
Post by: JohnnyB on 2020-Apr-29
Right now, I have noticed, at a few thousand 3D objects there will be some sort of overflow(?), I guess.

Yes, I know that this sounds a little bit like overkill, but is this a deliberate restriction or just some sort of oversight/bug?
Title: Re: Can the maximum number of 3D objects be raised?
Post by: Kitty Hello on 2020-May-08
Limit is 4096. Do you need more? How many? The static size makes it work a lot faster than with a dynamic size.
Title: Re: Can the maximum number of 3D objects be raised?
Post by: JohnnyB on 2020-May-09
Alright, I don't think this is so important. I was just experimenting a little bit, and apparently you can hack it in some way if you want or try to manage it.  :booze: