UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

13 lines (11 loc) 289 B
/* * Copyright (c) 2015-2018, IGN France. * Copyright (c) 2018-2026, Giro3D team. * SPDX-License-Identifier: MIT */ /** * Interface for meshes that represent a single OpenLayers Geometry. */ export function isSimpleGeometryMesh(obj) { return obj?.isSimpleGeometryMesh ?? false; }