applyViewportState
megane-viewer / applyViewportState
Function: applyViewportState()
applyViewportState(
renderer,current,previous,primaryNodeId?):void
Defined in: pipeline/apply.ts:27
Apply the current ViewportState to the renderer. If previous is null, all properties are applied (initial).
Parameters
renderer
current
previous
ViewportState | null
primaryNodeId?
string | null
Returns
void