-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ModelExperimental
- Support rendering in 2D and Columbus View modes
#9934
Comments
It would be great to fix some of the long running projection issues: We'll need to keep the positions in memory and generate a new vertex buffer containing the projected positions. This would be similar to how indices are handled in #10332. For further optimization |
I wanted to keep this open until the individual model projection was merged, if that's okay? |
@j9liu yes that's fine |
Making a note to keep track of this, ModelExperimental does not yet make draw commands for 2D and Columbus View modes.
Without this, the model ends up out of view or renders incorrectly:
The text was updated successfully, but these errors were encountered: