-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbe6f56
commit 455e123
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule glTF-Sample-Renderer
updated
8 files
+4 −3 | README.md | |
+1 −1 | package-lock.json | |
+113 −10 | source/Renderer/renderer.js | |
+14 −4 | source/Renderer/shaders/primitive.vert | |
+1 −1 | source/gltf/accessor.js | |
+39 −2 | source/gltf/node.js | |
+7 −4 | source/gltf/primitive.js | |
+10 −0 | source/gltf/scene.js |