Skip to content

Commit eafc22d

Browse files
Methuselah96claude
andcommitted
WebGLRenderer: add vertexNormals to WebGLProgramParameters for normal bias fallback (#33391)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 04f53ee commit eafc22d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/three/src/renderers/webgl/WebGLPrograms.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export interface WebGLProgramParameters {
131131
//
132132

133133
vertexTangents: boolean;
134+
vertexNormals: boolean;
134135
vertexColors: boolean;
135136
vertexAlphas: boolean;
136137
vertexUv1s: boolean;

0 commit comments

Comments
 (0)