UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

9 lines (8 loc) 247 B
import * as THREE from "three"; type Props = { color?: THREE.ColorRepresentation; opacity?: number; wireframe?: boolean; }; declare const createDebugMaterial: (props?: Props) => THREE.MeshBasicMaterial; export { createDebugMaterial };