Skip to content

Commit df8e0f3

Browse files
authored
Cleanup examples (mrdoob#27050)
* Cleanup examples See mrdoob#26421 for explanation. * Update webgl_morphtargets_face.html
1 parent 4fc9ce7 commit df8e0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/webgl_modifier_edgesplit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
} );
117117

118118

119-
const gui = new GUI( { name: 'Edge split modifier parameters' } );
119+
const gui = new GUI( { title: 'Edge split modifier parameters' } );
120120

121121
gui.add( params, 'showMap' ).onFinishChange( updateMesh );
122122
gui.add( params, 'smoothShading' ).onFinishChange( updateMesh );

examples/webgl_morphtargets_face.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
gui.add( influences, value, 0, 1, 0.01 )
9797
.name( key.replace( 'blendShape1.', '' ) )
98-
.listen( influences );
98+
.listen();
9999

100100
}
101101

0 commit comments

Comments
 (0)