hilo3d 1.16.2 → 1.16.3-alpha.0
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 +2 -2
- package/README_ZH.md +2 -2
- package/build/Hilo3d.js +2 -2
- package/build/Hilo3d.single.js +2 -2
- package/build/math.single.js +2 -2
- package/package.json +1 -1
- package/examples/js/.DS_Store +0 -0
package/README.md
CHANGED
|
@@ -69,6 +69,8 @@ English | [简体中文](./README_ZH.md)
|
|
|
69
69
|
* [fog](https://hilo3d.js.org/examples/fog.html)
|
|
70
70
|
* [mesh_picker](https://hilo3d.js.org/examples/mesh_picker.html)
|
|
71
71
|
* [mouse_event](https://hilo3d.js.org/examples/mouse_event.html)
|
|
72
|
+
* [video](https://hilo3d.js.org/examples/video.html)
|
|
73
|
+
* [hdr](https://hilo3d.js.org/examples/hdr.html)
|
|
72
74
|
* [lifegame](https://hilo3d.js.org/examples/lifegame.html)
|
|
73
75
|
* [normal_map](https://hilo3d.js.org/examples/normal_map.html)
|
|
74
76
|
* [pbr](https://hilo3d.js.org/examples/pbr.html)
|
|
@@ -85,11 +87,9 @@ English | [简体中文](./README_ZH.md)
|
|
|
85
87
|
* [ssao](https://hilo3d.js.org/examples/ssao.html)
|
|
86
88
|
* [texture_data](https://hilo3d.js.org/examples/texture_data.html)
|
|
87
89
|
* [transparent](https://hilo3d.js.org/examples/transparent.html)
|
|
88
|
-
* [video_in_cube](https://hilo3d.js.org/examples/video_in_cube.html)
|
|
89
90
|
* [webgl_support](https://hilo3d.js.org/examples/webgl_support.html)
|
|
90
91
|
* [wireframe](https://hilo3d.js.org/examples/wireframe.html)
|
|
91
92
|
* [geometry_box](https://hilo3d.js.org/examples/geometry_box.html)
|
|
92
|
-
* [geometry_box2](https://hilo3d.js.org/examples/geometry_box2.html)
|
|
93
93
|
* [geometry_color](https://hilo3d.js.org/examples/geometry_color.html)
|
|
94
94
|
* [geometry_custom](https://hilo3d.js.org/examples/geometry_custom.html)
|
|
95
95
|
* [geometry_dynamic](https://hilo3d.js.org/examples/geometry_dynamic.html)
|
package/README_ZH.md
CHANGED
|
@@ -69,6 +69,8 @@
|
|
|
69
69
|
* [fog](https://hilo3d.js.org/examples/fog.html)
|
|
70
70
|
* [mesh_picker](https://hilo3d.js.org/examples/mesh_picker.html)
|
|
71
71
|
* [mouse_event](https://hilo3d.js.org/examples/mouse_event.html)
|
|
72
|
+
* [video](https://hilo3d.js.org/examples/video.html)
|
|
73
|
+
* [hdr](https://hilo3d.js.org/examples/hdr.html)
|
|
72
74
|
* [lifegame](https://hilo3d.js.org/examples/lifegame.html)
|
|
73
75
|
* [normal_map](https://hilo3d.js.org/examples/normal_map.html)
|
|
74
76
|
* [pbr](https://hilo3d.js.org/examples/pbr.html)
|
|
@@ -85,11 +87,9 @@
|
|
|
85
87
|
* [ssao](https://hilo3d.js.org/examples/ssao.html)
|
|
86
88
|
* [texture_data](https://hilo3d.js.org/examples/texture_data.html)
|
|
87
89
|
* [transparent](https://hilo3d.js.org/examples/transparent.html)
|
|
88
|
-
* [video_in_cube](https://hilo3d.js.org/examples/video_in_cube.html)
|
|
89
90
|
* [webgl_support](https://hilo3d.js.org/examples/webgl_support.html)
|
|
90
91
|
* [wireframe](https://hilo3d.js.org/examples/wireframe.html)
|
|
91
92
|
* [geometry_box](https://hilo3d.js.org/examples/geometry_box.html)
|
|
92
|
-
* [geometry_box2](https://hilo3d.js.org/examples/geometry_box2.html)
|
|
93
93
|
* [geometry_color](https://hilo3d.js.org/examples/geometry_color.html)
|
|
94
94
|
* [geometry_custom](https://hilo3d.js.org/examples/geometry_custom.html)
|
|
95
95
|
* [geometry_dynamic](https://hilo3d.js.org/examples/geometry_dynamic.html)
|