forked from c-frame/aframe-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registry.json
30 lines (30 loc) · 840 Bytes
/
registry.json
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
[
{
"name": "aframe-extras.object-model",
"description": "Loader for THREE.ObjectLoader-compatible models.",
"main": "src/loaders/object-model"
},
{
"name": "aframe-extras.animation-mixer",
"description": "Animation mixer for JSON and glTF models.",
"main": "src/loaders/animation-mixer"
},
{
"name": "aframe-extras.ocean",
"description": "Flat-shaded, animated ocean primitive and component.",
"main": "src/primitives/a-ocean",
"bundle": true
},
{
"name": "aframe-extras.grid",
"description": "Square grid primitive for scene debugging.",
"main": "src/primitives/a-grid",
"bundle": true
},
{
"name": "aframe-extras.tube",
"description": "Tube following a custom path, primitive and component.",
"main": "src/primitives/a-tube",
"bundle": true
}
]