Skip to content

@orillusion/core


Type Alias: SceneCaptureUpdateMode

SceneCaptureUpdateMode = "always" | "manual"

Defined in: src/components/SceneCaptureCameraComponent.ts:23

Scene-capture update strategy.

  • 'always' — render every frame the pass executes (default; cheapest coding-wise, most expensive GPU-wise).
  • 'manual' — render only when SceneCaptureCameraComponent.needUpdate is true; SceneCapturePass clears the flag after rendering.