UNPKG

@animech-public/playcanvas

Version:
8 lines (7 loc) 224 B
export class SkyGeometry { static create(device: any, type: any): Mesh; static infinite(device: any): Mesh; static box(device: any): Mesh; static dome(device: any): Mesh; } import { Mesh } from '../mesh.js';