@objectifthunes/three-book 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
A procedural, interactive 3D book for [Three.js](https://threejs.org/) — drag pages to turn them, apply textures to every surface, and drop the whole thing into your scene as a regular `THREE.Group`.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img src="
|
|
7
|
-
<img src="
|
|
6
|
+
<img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/default.png" width="49%" alt="Closed book" />
|
|
7
|
+
<img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/open-half.png" width="49%" alt="Book opened halfway" />
|
|
8
8
|
</p>
|
|
9
9
|
<p align="center">
|
|
10
|
-
<img src="
|
|
11
|
-
<img src="
|
|
10
|
+
<img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/page-curl.png" width="49%" alt="Page mid-curl" />
|
|
11
|
+
<img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/demo-ui.png" width="49%" alt="Demo app with tweakable controls" />
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
## Features
|