flywave-mapview.ipass
Home > @flywave/flywave-mapview > IPass
IPass interface
The interface for the Pass class.
Signature:
export interface IPass
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | Whether the Pass instance is active or not. | ||
boolean | Whether the render method should target a WebGLRenderTarget instance, or the frame buffer. |
Methods
Method | Description |
|---|---|
render(renderer, scene, camera, writeBuffer, readBuffer, delta) | The render method to extend in Pass implementations. |
The resize method to extend in Pass implementations. |