UNPKG

i5-tk-webxr

Version:

The i5 Toolkit for WebXR is a collection of utilities that help to develop WebXR applications that are build with three.js.

12 lines (11 loc) 363 B
import * as THREE from 'three'; export declare class LoadingIndicator { xPos: number; yPos: number; zPos: number; scale: number; cube: THREE.Mesh<THREE.BoxGeometry, THREE.MeshLambertMaterial>; constructor(xPos: number, yPos: number, zPos: number, scale: number); addToScene(scene: THREE.Scene): void; render(time: number): void; }