Skip to content

Commit a904d88

Browse files
Fix example in SknnedMesh.html
Fixes #14314
1 parent 531b1b3 commit a904d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/objects/SkinnedMesh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>[name]</h1>
3838
<h2>Example</h2>
3939

4040
<code>
41-
var geometry = new THREE.CylinderBufferGeometry( 5, 5, 5, 5, 15, 5, 30 );
41+
var geometry = new THREE.CylinderGeometry( 5, 5, 5, 5, 15, 5, 30 );
4242

4343
//Create the skin indices and skin weights
4444
for ( var i = 0; i < geometry.vertices.length; i ++ ) {

0 commit comments

Comments
 (0)