Skip to content

Commit

Permalink
Update Spelling Dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
epreston committed Aug 6, 2023
1 parent ced691a commit 01c532e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@
"Drawbuffers",
"Equirectangular",
"Framebuffers",
"genericity",
"glsl",
"gltf",
"Gouraud",
"interpolant",
"interpolants",
"keyframes",
"lerp",
"lightmap",
"linewidth",
"matcap",
"mipmaps",
Expand All @@ -41,9 +44,11 @@
"slerp",
"smootherstep",
"subclip",
"swapchain",
"tonemapping",
"Toon",
"Voronoi",
"webxr",
"wireframe"
],
"cSpell.ignoreWords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/renderers/src/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ class WebGLRenderer {
uniforms.spotLightMap.value = lights.state.spotLightMap;
uniforms.pointShadowMap.value = lights.state.pointShadowMap;
uniforms.pointShadowMatrix.value = lights.state.pointShadowMatrix;
// TODO (abelnation): add area lights shadow info to uniforms
// TODO: add area lights shadow info to uniforms
}

const progUniforms = program.getUniforms();
Expand Down Expand Up @@ -1442,7 +1442,7 @@ class WebGLRenderer {
p_uniforms.setValue(_gl, 'receiveShadow', object.receiveShadow);
}

// TODO: Refactor #24467#issuecomment-1209031512
// TODO: Refactor #24467 #issue comment-1209031512
if (material.isMeshGouraudMaterial && material.envMap !== null) {
m_uniforms.envMap.value = envMap;

Expand Down

0 comments on commit 01c532e

Please sign in to comment.