Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/mrdoob/three.js into clippin…
Browse files Browse the repository at this point in the history
…g-context-1
  • Loading branch information
aardgoose committed Feb 6, 2024
2 parents 1d2c04a + ca69555 commit b5e3de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/misc/ProgressiveLightMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class ProgressiveLightMap {

// Vertex Shader: Set Vertex Positions to the Unwrapped UV Positions
shader.vertexShader =
'attribute vec2 uv1;\n' +
'#define USE_LIGHTMAP\n' +
'#define LIGHTMAP_UV uv1\n' +
shader.vertexShader.slice( 0, - 1 ) +
Expand Down

0 comments on commit b5e3de1

Please sign in to comment.