UNPKG

@itwin/core-frontend

Version:
11 lines 562 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 */ /** An opaque representation of a texture draped on geometry within a [[Viewport]]. */ export class RenderTextureDrape { } //# sourceMappingURL=RenderTextureDrape.js.map