-
Notifications
You must be signed in to change notification settings - Fork 234
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
567b2e3
commit 70f1d8a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule glTF-Sample-Renderer
updated
11 files
+57 −0 | .github/workflows/Publish_to_NPM.yml | |
+68 −78 | API.md | |
+5 −0 | RELEASE.md | |
+2 −2 | package-lock.json | |
+3 −4 | package.json | |
+8 −0 | source/Renderer/renderer.js | |
+2 −1 | source/Renderer/shaders/material_info.glsl | |
+3 −0 | source/Renderer/shaders/pbr.frag | |
+2 −2 | source/Renderer/shaders/textures.glsl | |
+5 −5 | source/gltf/gltf.js | |
+2 −2 | source/gltf/primitive.js |