forked from vis-three/vis-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.d.ts
24 lines (24 loc) · 1.25 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import animation from "@vis-three/module-animation";
import camera from "@vis-three/module-camera";
import controls from "@vis-three/module-controls";
import css2D from "@vis-three/module-css2d";
import css3D from "@vis-three/module-css3d";
import geometry from "@vis-three/module-geometry";
import group from "@vis-three/module-group";
import light from "@vis-three/module-light";
import line from "@vis-three/module-line";
import material from "@vis-three/module-material";
import mesh from "@vis-three/module-mesh";
import modifier from "@vis-three/module-modifier";
import object3d from "@vis-three/module-object3d";
import pass from "@vis-three/module-pass";
import points from "@vis-three/module-points";
import renderer from "@vis-three/module-renderer";
import scene from "@vis-three/module-scene";
import sprite from "@vis-three/module-sprite";
import texture from "@vis-three/module-texture";
import path from "@vis-three/module-path";
import shape from "@vis-three/module-shape";
import curve from "@vis-three/module-curve";
import helper from "@vis-three/module-helper";
export { animation, camera, controls, css2D, css3D, geometry, group, light, line, material, mesh, modifier, object3d, pass, points, renderer, scene, sprite, texture, path, shape, curve, helper, };