Skip to content

Commit

Permalink
Merge branch 'occlusion' of github.com:cabanier/three.js into occlusion
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Jan 17, 2024
2 parents b6ee92b + f0b6a7c commit 7be54b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/webgl/WebGLPrograms.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ function WebGLPrograms( renderer, cubemaps, cubeuvmaps, extensions, capabilities

useOcclusion: material.occlusion === true,

useOcclusion: material.occlusion === true,

flatShading: material.flatShading === true,

sizeAttenuation: material.sizeAttenuation === true,
Expand Down

0 comments on commit 7be54b5

Please sign in to comment.