Add stp to info site.

This commit is contained in:
kovacsv 2022-02-07 22:27:42 +01:00
parent fa7f82e9c2
commit 2ad0f11929
2 changed files with 10 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The repository is separated into two parts. See more information in the [Develop
## Supported file formats
* **Import**: obj, 3ds, stl, ply, gltf, off, 3dm, fbx, dae, wrl, 3mf, ifc.
* **Import**: obj, 3ds, stl, ply, gltf, off, 3dm, fbx, dae, wrl, 3mf, stp, ifc.
* **Export**: obj, stl, ply, gltf, off, 3dm.
## Features

View File

@ -198,6 +198,15 @@
<td><a href="https://github.com/mrdoob/three.js">three.js</a></td>
<td>experimental</td>
</tr>
<tr>
<td>STEP</td>
<td>stp</td>
<td>text</td>
<td class="center green">&#x2713</td>
<td class="center red">&#x2717</td>
<td><a href="https://github.com/kovacsv/occt-import-js">occt-import-js</a></td>
<td>highly experimental</td>
</tr>
<tr>
<td>Industry Foundation Classes</td>
<td>ifc</td>