回答編集履歴
1
改善
test
CHANGED
@@ -1,9 +1,3 @@
|
|
1
|
-
Three.js初心者です。
|
2
|
-
|
3
|
-
4ヶ月前の質問ですが、同じerrが出たので...
|
4
|
-
|
5
|
-
|
6
|
-
|
7
1
|
> this.mesh = new THREE.Mesh(this.geometry, this.material);
|
8
2
|
|
9
3
|
|
@@ -33,3 +27,9 @@
|
|
33
27
|
`this.mesh = new THREE.Mesh(this.geometry.getGeometry(), this.material);`
|
34
28
|
|
35
29
|
で解決するかと思います。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
回答者はThree.js初心者です。
|
34
|
+
|
35
|
+
同じerrが出たので...間違っていたらすみません。
|