Skip to content

Commit

Permalink
Update usdObj.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo authored Jul 24, 2024
1 parent 971ecc8 commit fc262d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/usdObj.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Why built-in?
## Data structure

* Shape(group/object) hierarchy is flattened to single mesh and no material.
* Texcoords and normals are decoded as face-varying attribute.
* Texcoords and normals are decoded(expanded) as face-varying attribute.

## Limitations

Expand All @@ -20,6 +20,7 @@ Why built-in?

## TODO

* [ ] Construct Indexed Primvar for texcoords and normals(more USD friendly than expanding it to face-varying data?)
* [ ] Preserve shape hierarchy
* [ ] per-face material
* Decode to GeomSubset?
Expand Down

0 comments on commit fc262d0

Please sign in to comment.