Skip to content

Commit 895ca13

Browse files
authored
Added back MeshPhysicalNodeMaterial
1 parent 5ee2693 commit 895ca13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/materials/ProceduralWood.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ const colorNode = wood(
465465
uniforms.lightGrainColor
466466
).mul( params.clearcoatDarken );
467467

468-
export class WoodNodeMaterial extends THREE.MeshPhysicalMaterial {
468+
export class WoodNodeMaterial extends THREE.MeshPhysicalNodeMaterial {
469469

470470
static get type() {
471471

0 commit comments

Comments
 (0)