Skip to content

@modoki/engine / index / OffscreenRenderOpts

Interface: OffscreenRenderOpts

Rendering

camera?

optional camera?: OffscreenCameraOverride

Optional deterministic camera override.


height?

optional height?: number

Output height in px (default: the live viewport height; clamped to 4096).


quality?

optional quality?: number

JPEG quality 0..1 (default 0.85).


width?

optional width?: number

Output width in px (default: the live viewport width; clamped to 4096).

Built with Modoki.