-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release the limit of objects number #48
Comments
@Oblomov |
currently the device reserves space in constant memory to keep track of the rigid body properties. Constant memory regions are limited to 64KiB in size, which is why you cannot increase the limit that much. |
@Oblomov Best wishes |
To work around this limitation, object properties should be stored in buffers like just everything else. You would have to define new buffers (in |
Hi guys:
Now the number of objects we can generate in our model is limted, which make it impossible to simulate a large scale model. So if you have some good idea for releasing the limit, you can make a comment any time.
All regards
Dongxueyang
The text was updated successfully, but these errors were encountered: