UNPKG

@geodanresearch/mapbox-3dtiles

Version:
24 lines (15 loc) 274 B
import * as THREE from 'three'; class HighLighter { constructor(scene, world) { this.scene = scene; this.world = world; this.highlighted = []; } add() { } remove() { } clear() { } } export default HighLighter;