Buckets:
| import { RenderTarget } from '../core/RenderTarget.js'; | |
| /** | |
| * A render target used in context of {@link WebGLRenderer}. | |
| * | |
| * @augments RenderTarget | |
| */ | |
| class WebGLRenderTarget extends RenderTarget { | |
| /** | |
| * Constructs a new 3D render target. | |
| * | |
| * @param {number} [width=1] - The width of the render target. | |
| * @param {number} [height=1] - The height of the render target. | |
| * @param {RenderTarget~Options} [options] - The configuration object. | |
| */ | |
| constructor( width = 1, height = 1, options = {} ) { | |
| super( width, height, options ); | |
| /** | |
| * This flag can be used for type testing. | |
| * | |
| * @type {boolean} | |
| * @readonly | |
| * @default true | |
| */ | |
| this.isWebGLRenderTarget = true; | |
| } | |
| } | |
| export { WebGLRenderTarget }; | |
Xet Storage Details
- Size:
- 739 Bytes
- Xet hash:
- f6b270d07854e4b49800017c0fa9b34f75c9c99494f6bb444b5472bf77927c63
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.