UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

17 lines (16 loc) 754 B
import Light from './Light'; import MagneticObject from './MagneticObject'; import Planes from './Planes'; import Points from './Points'; import ShadowFloor from './ShadowFloor'; import Camera from './Camera'; import BackgroundTexture from './BackgroundTexture'; export * from './calculations'; export declare const ARCamera: typeof Camera; export declare const ARBackgroundTexture: typeof BackgroundTexture; export declare const ARLight: typeof Light; export declare const ARMagneticObject: typeof MagneticObject; export declare const ARPlanes: typeof Planes; export declare const ARPoints: typeof Points; export declare const ARShadowFloor: typeof ShadowFloor; export { Camera, BackgroundTexture, Light, MagneticObject, Planes, Points, ShadowFloor, };