-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.json
44 lines (40 loc) · 1.32 KB
/
module.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "Framer Form",
"description": "A third dimension for your Framer Prototype",
"author": "Emil Widlund",
"require": "{Scene, Light, Model} = require 'form'",
"install": [
"form.coffee",
"/form/_Animation.coffee",
"/form/_BaseClass.coffee",
"/form/_Camera.coffee",
"/form/_States.coffee",
"/form/GA.coffee",
"/form/Light.coffee",
"/form/Mesh.coffee",
"/form/Model.coffee",
"/form/Scene.coffee",
"/form/Studio.coffee",
"/form/ParticleSystem.coffee",
"/form/loaders/Collada.coffee",
"/form/loaders/FBX.coffee",
"/form/loaders/GLTF.coffee",
"/form/loaders/JSONObject.coffee",
"/form/loaders/OBJ.coffee",
"/form/loaders/TDS.coffee",
"/form/lib/ColladaLoader.js",
"/form/lib/FBXLoader.js",
"/form/lib/GLTFLoader.js",
"/form/lib/inflate.min.js",
"/form/lib/MTLLoader.js",
"/form/lib/OBJLoader.js",
"/form/lib/TDSLoader.js",
"/form/lib/OrbitControls.js",
"/form/lib/GPUParticleSystem.js",
"/form/lib/three.min.js",
"/form/lib/textures/particle2.png",
"/form/lib/textures/perlin-512.png"
],
"example": "example.coffee",
"thumb": "/marketing/thumb.png"
}