We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3676c55 commit d407ccfCopy full SHA for d407ccf
README.md
@@ -23,8 +23,9 @@ val scene = Importer().readFile("test/resources/models/OBJ/box.obj")
23
24
| Format | status | % |
25
| ------------- |:---------------:|-----|
26
-| STL ascii | done,`.stl`ext | 90 |
27
-| STL binary | to test,`.stl`ext| 80 |
+| STL ascii | done (only `.stl`ext) | 90 |
+| STL binary | done (only `.stl`ext)| 90 |
28
+| Obj Wavefront | done (only `.obj`ext without external material)| 80 |
29
| Wavefront | to implement | 0 |
30
| Ply | to implement | 0 |
31
| Collada | to implement | 0 |
0 commit comments