forked from takahirox/MMDLoader-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.js
35 lines (35 loc) · 772 Bytes
/
files.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
var files = {
"App": [
"app_deferred",
"app_facetracking",
"app_gpu_particles",
"app_gpu_water",
"app_interactive",
"app_music_live",
"app_physics",
"app_postprocessing_blur",
"app_postprocessing_lowresolution",
"app_postprocessing_ripple",
"app_postprocessing_stereo",
"app_postprocessing_unreal_bloom",
"app_shadow",
"app_speak",
"app_stereo",
"app_vr",
"app_walk"
],
"External Links": [
{
name: "AR(Learning Three.js)",
url: "http://learningthreejs.com/blog/2015/07/16/hatsune-miku-dancing-in-augmented-reality/"
},
{
name: "360 panorama(Medel View)",
url: "http://web-k.github.io/medelview/model/"
},
{
name: "MMDxThree.jsxVR | CardboardClub",
url: "http://cardboardclub.jp/study/160609_mmd/"
}
]
};