API Reference > imodeljs-frontend > Rendering > Scene Scene Class Holds a collection of objects comprising the scene to be drawn by a Viewport's. see SceneContext for the context in which the scene is created. Methods Name Description constructor(): Scene Properties Name Type Description background Readonly RenderGraphic[] Graphics to be drawn in the background behind all other graphics. foreground Readonly RenderGraphic[] Graphics to be drawn as a "normal" part of the scene - that is, with depth. overlay Readonly RenderGraphic[] Graphics to be overlaid atop all other graphics. Defined in core/frontend/src/render/Scene.ts Line 27 Last Updated: 11 June, 2024