Skip to content

Commit

Permalink
Add information on STL model loading to readme (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat authored Aug 23, 2024
1 parent 80fb3fd commit 0289b46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ When in memory, the assets can be for example be
### Model

| Format | Deserialize | Serialize | Feature |
| -------- | ----------- | --------- | ------- |
| OBJ/MTL ||| `obj`  |
| GLTF/GLB ||| `gltf`  |
|----------|-------------|-----------|---------|
| OBJ/MTL ||| `obj` |
| GLTF/GLB ||| `gltf` |
| STL ||| `stl` |

### Texture2D

Expand Down

0 comments on commit 0289b46

Please # to comment.