Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebGPURenderer: New normal nodes approach #29137

Merged
merged 10 commits into from
Aug 14, 2024
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
sunag committed Aug 14, 2024
commit 0676350fd0f035f95fc2747fa9abe3b05fc776a2
1 change: 0 additions & 1 deletion examples/webgpu_compute_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@

const birdGeometry = new BirdGeometry();
const birdMaterial = new THREE.NodeMaterial();
birdMaterial.normals = false;

// Declare varyings

Expand Down
Loading