UNPKG

@itwin/core-frontend

Version:
15 lines 763 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module Rendering */ /** @internal */ export var MeshPrimitiveType; (function (MeshPrimitiveType) { MeshPrimitiveType[MeshPrimitiveType["Mesh"] = 0] = "Mesh"; MeshPrimitiveType[MeshPrimitiveType["Polyline"] = 1] = "Polyline"; MeshPrimitiveType[MeshPrimitiveType["Point"] = 2] = "Point"; })(MeshPrimitiveType || (MeshPrimitiveType = {})); //# sourceMappingURL=MeshPrimitive.js.map