Replies: 1 comment
-
Right,
No technically reason. 1) It's just because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may be filed under the tag of questions but I am interested in the change if feasible.
I would like to draw object meshes using the
DrawTriangles*
API. Without a GeoM however, I must computevertices+geoM
every update. Have I misused the API or is this working as intended? Is there some technical reason why we cannot pass aGeoM
for these Draw calls.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions