visualization-tools

Home > @visualization-tools/core > IGlRendererOptions

IGlRendererOptions interface

WebGl Renderer construction options.

Signature:

export interface IGlRendererOptions<TExts extends TGlExtensionKeys> 

Properties

Property Type Description
onCreate IGlRendererCreationOptions<TExts> Options for enabling extensions and features, like SCISSOR_TEST etc.
onNewFrame IGlRendererOnFrameOptions Options for which bits should be cleared on a new frame and what color to clear with.