UNPKG

@types/three

Version:
6 lines (4 loc) 239 B
import { Mesh, MeshBasicMaterial, SphereGeometry, Texture } from "three"; export class GroundedSkybox extends Mesh<SphereGeometry, MeshBasicMaterial> { constructor(map: Texture, height: number, radius: number, resolution?: number); }