We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada9770 + 22f1bdf commit dcca2b7Copy full SHA for dcca2b7
README.md
@@ -39,7 +39,7 @@ function init() {
39
40
scene = new THREE.Scene();
41
42
- geometry = new THREE.BoxGeometry( 0.2, 0.2, 0.2 );
+ geometry = new THREE.BoxBufferGeometry( 0.2, 0.2, 0.2 );
43
material = new THREE.MeshNormalMaterial();
44
45
mesh = new THREE.Mesh( geometry, material );
@@ -62,7 +62,7 @@ function animation( time ) {
62
}
63
```
64
65
-If everything went well, you should see [this](https://jsfiddle.net/yf6nks2o/).
+If everything went well, you should see [this](https://jsfiddle.net/9v7eqwu1/).
66
67
### Cloning this repository ###
68
0 commit comments