UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

12 lines (11 loc) 310 B
import { RawFeaturePoint } from 'expo/build/AR'; import THREE from '../Three'; export default class Points extends THREE.Object3D { common: { [id: string]: THREE.Points; }; _data: RawFeaturePoint[]; material: THREE.PointsMaterial; data: RawFeaturePoint[]; update: () => void; }