Skip to content

Commit dcca2b7

Browse files
authored
Merge pull request #21032 from mrdoob/Mugen87-patch-1
Update README.md
2 parents ada9770 + 22f1bdf commit dcca2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function init() {
3939

4040
scene = new THREE.Scene();
4141

42-
geometry = new THREE.BoxGeometry( 0.2, 0.2, 0.2 );
42+
geometry = new THREE.BoxBufferGeometry( 0.2, 0.2, 0.2 );
4343
material = new THREE.MeshNormalMaterial();
4444

4545
mesh = new THREE.Mesh( geometry, material );
@@ -62,7 +62,7 @@ function animation( time ) {
6262
}
6363
```
6464

65-
If everything went well, you should see [this](https://jsfiddle.net/yf6nks2o/).
65+
If everything went well, you should see [this](https://jsfiddle.net/9v7eqwu1/).
6666

6767
### Cloning this repository ###
6868

0 commit comments

Comments
 (0)