expo-three
Version:
Utilities for using THREE.js on Expo
13 lines (12 loc) • 333 B
TypeScript
import { PlaneAnchor } from 'expo/build/AR';
import THREE from '../Three';
declare class Planes extends THREE.Object3D {
common: {};
_data: PlaneAnchor[];
segments: number;
defaultRotationX: number;
planeMaterial: THREE.MeshBasicMaterial;
data: PlaneAnchor[];
update: () => void;
}
export default Planes;