質問編集履歴
1
エラーを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,3 +5,39 @@
|
|
5
5
|
なぜか動作しません。
|
6
6
|
|
7
7
|
何が問題ですか?
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
※追記
|
12
|
+
|
13
|
+
[Error] Cross origin requests are only supported for HTTP.
|
14
|
+
|
15
|
+
(anonymous関数) (three.min.js:262:379)
|
16
|
+
|
17
|
+
(anonymous関数) (three.min.js:260:285)
|
18
|
+
|
19
|
+
init (index.html:67)
|
20
|
+
|
21
|
+
(anonymous関数) (index.html:32)
|
22
|
+
|
23
|
+
グローバルコード (index.html:97)
|
24
|
+
|
25
|
+
[Error] XMLHttpRequest cannot load file:///Users/コンピューターの名前/Desktop/20150108_data/models/monkey.json due to access control checks.
|
26
|
+
|
27
|
+
(anonymous関数) (three.min.js:262:379)
|
28
|
+
|
29
|
+
(anonymous関数) (three.min.js:260:285)
|
30
|
+
|
31
|
+
init (index.html:67)
|
32
|
+
|
33
|
+
(anonymous関数) (index.html:32)
|
34
|
+
|
35
|
+
グローバルコード (index.html:97)
|
36
|
+
|
37
|
+
[Error] THREE.JSONLoader: "models/monkey.json" seems to be unreachable or the file is empty.
|
38
|
+
|
39
|
+
(anonymous関数) (three.min.js:261:445)
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
のようなエラーが出てました。
|