UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

10 lines (9 loc) 244 B
/** * Interface for objects that expose a default camera point of view. */ /** * Checks if the object implements {@link HasDefaultPointOfView}. */ export function hasDefaultPointOfView(obj) { return obj?.hasDefaultPointOfView === true; }