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.
1 parent 6daf300 commit 635a04aCopy full SHA for 635a04a
manual/zh/cameras.html
@@ -251,7 +251,7 @@ <h1>摄像机</h1>
251
const sphereRadius = 3;
252
const sphereWidthDivisions = 32;
253
const sphereHeightDivisions = 16;
254
- const sphereGeo = new THREE.SphereBufferGeometry(sphereRadius, sphereWidthDivisions, sphereHeightDivisions);
+ const sphereGeo = new THREE.SphereGeometry(sphereRadius, sphereWidthDivisions, sphereHeightDivisions);
255
const numSpheres = 20;
256
for (let i = 0; i < numSpheres; ++i) {
257
const sphereMat = new THREE.MeshPhongMaterial();
@@ -473,4 +473,4 @@ <h1>摄像机</h1>
473
474
475
476
-</body></html>
+</body></html>
0 commit comments