-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demo: Add .obj support to simplification demo
OBJ files require somewhat special handling for integration: they don't carry an index buffer so we need to reindex them, and they represent multiple materials via geometry groups which conflicts with our use of debug information; since we don't support materials atm, clearing the groups works.
- Loading branch information
Showing
1 changed file
with
59 additions
and
25 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