We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a8edc commit 3056904Copy full SHA for 3056904
examples/jsm/renderers/webgpu/WebGPURenderPipelines.js
@@ -738,6 +738,7 @@ const ShaderLib = {
738
layout(set = 0, binding = 0) uniform ModelUniforms {
739
mat4 modelMatrix;
740
mat4 modelViewMatrix;
741
+ mat3 normalMatrix;
742
} modelUniforms;
743
744
layout(set = 0, binding = 1) uniform CameraUniforms {
0 commit comments