DrawFrameInfo
Defined in: render/customDraw.ts:9
The camera facts used by the draw pass invoking a callback.
Properties
Section titled “Properties”height
Section titled “height”
readonlyheight:number
Defined in: render/customDraw.ts:14
viewProjection
Section titled “viewProjection”
readonlyviewProjection:Float32Array
Defined in: render/customDraw.ts:11
Canonical view-projection matrix for this render pass. Valid for the callback.
readonlywidth:number
Defined in: render/customDraw.ts:13
Framebuffer viewport dimensions used by Draw.begin.