UNPKG

@itwin/core-frontend

Version:
15 lines 718 B
"use strict"; /*--------------------------------------------------------------------------------------------- * 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 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RenderTextureDrape = void 0; /** An opaque representation of a texture draped on geometry within a [[Viewport]]. */ class RenderTextureDrape { } exports.RenderTextureDrape = RenderTextureDrape; //# sourceMappingURL=RenderTextureDrape.js.map