-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BatchedMesh: Add setGeometryAt, addGeometry functions (#27078)
* BatchedMesh: Remove unused fields * BatchedMesh: Add thrown errors in unimplemented functions * Add PURE and glsl identifiers * Add more error handling * More errors * Fix batched index overrun * BatchedMesh: Check for normalized, as well * Fix screenshot * Add "setGeometry" function * Fixes * Remove "applyGeometry" * Use "addGeometry" in example * Swap arguments * Update set geometry functions * Cleanup * Add error messages * linting * Reset the BATCHING value * Remove unnecessary value set * Swap the batch define true / false order
- Loading branch information
Showing
2 changed files
with
194 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters