Skip to content

Commit 86456ed

Browse files
authored
Update README.md
1 parent 4dfc686 commit 86456ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
3D model viewer with high quality rendering based on [ClayGL](https://github.com/pissang/claygl) and [glTF2.0/GLB](https://github.com/KhronosGroup/glTF) export.
44

5+
6+
## App
7+
8+
[Download App](https://github.com/pissang/clay-viewer/releases/) on Windows and macOS with FBX/DAE/OBj import and glTF2.0/GLB export. Use it as a common model preview tool!
9+
510
## Editor
611

712
<a href="https://pissang.github.io/clay-viewer/editor/">
@@ -12,10 +17,6 @@
1217
<img src="./screenshots/editor2.jpg" width="600px" />
1318
</a>
1419

15-
## App
16-
17-
[Download App](https://github.com/pissang/clay-viewer/releases/) on Windows and macOS with FBX/DAE/OBj import and glTF2.0/GLB export. Use it as a common model preview tool!
18-
1920
## Loader
2021

2122
```js
@@ -209,4 +210,4 @@ npm install
209210
npm run build
210211
# Build editor
211212
webpack --config editor/webpack.config.js
212-
```
213+
```

0 commit comments

Comments
 (0)