Skip to content

Commit e822620

Browse files
committed
Clean up.
1 parent 071cb23 commit e822620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/webgpu_loader_materialx.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@
150150
} );
151151

152152
// Create grid pattern
153-
const gridPattern = gridXZ( 1.0, 0.04, 0.01 ); // Grid size: 1 unit, dot width: 0.15, line width: 0.03
154-
const baseColor = vec4( 0.9, 0.9, 0.9, 0.0 );
153+
const gridPattern = gridXZ( 1.0, 0.04, 0.01 );
154+
const baseColor = vec4( 1.0, 1.0, 1.0, 0.0 );
155155
const gridColor = vec4( 0.2, 0.2, 0.2, 1.0 );
156156

157157
// Mix base color with grid lines

0 commit comments

Comments
 (0)