Skip to content

Commit

Permalink
Update examples (#888)
Browse files Browse the repository at this point in the history
* Update three.js

* Add examples

* Delete examples
  • Loading branch information
Methuselah96 authored Mar 29, 2024
1 parent 52f943e commit 6ae360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion three.js
Submodule three.js updated 32 files
+1 −1 build/three.cjs
+1 −1 build/three.module.js
+1 −1 build/three.module.min.js
+0 −7 docs/api/en/objects/BatchedMesh.html
+0 −7 docs/api/zh/objects/BatchedMesh.html
+2 −8 examples/jsm/nodes/accessors/BatchNode.js
+1 −1 examples/jsm/nodes/accessors/MaterialReferenceNode.js
+1 −1 examples/jsm/nodes/accessors/ReferenceNode.js
+1 −1 examples/jsm/nodes/accessors/RendererReferenceNode.js
+1 −1 examples/jsm/nodes/accessors/TextureNode.js
+2 −2 examples/jsm/nodes/core/Node.js
+10 −10 examples/jsm/nodes/core/NodeFrame.js
+6 −0 examples/jsm/nodes/display/ViewportSharedTextureNode.js
+4 −4 examples/jsm/physics/RapierPhysics.js
+1 −1 examples/jsm/renderers/webgl/nodes/GLSLNodeBuilder.js
+1 −1 examples/jsm/renderers/webgl/utils/WebGLAttributeUtils.js
+25 −0 examples/jsm/renderers/webgpu/utils/WebGPUAttributeUtils.js
+1 −1 examples/physics_rapier_instancing.html
+ examples/textures/equirectangular/spruit_sunrise_1k.hdr
+ examples/textures/equirectangular/spruit_sunrise_4k.hdr.jpg
+ examples/textures/gainmap/spruit_sunrise_4k-gainmap.webp
+0 −29 examples/textures/gainmap/spruit_sunrise_4k.json
+ examples/textures/gainmap/spruit_sunrise_4k.webp
+10 −37 examples/webgl_loader_texture_hdrjpg.html
+1 −4 examples/webgpu_compute_texture_pingpong.html
+1 −2 examples/webgpu_multiple_rendertargets.html
+3 −3 examples/webgpu_postprocessing_anamorphic.html
+2 −2 examples/webgpu_shadowmap.html
+1 −1 package.json
+2 −0 playground/editors/JoinEditor.js
+5 −7 playground/editors/SplitEditor.js
+1 −1 src/constants.js

0 comments on commit 6ae360f

Please sign in to comment.