class SceneWorld

book_4_sparkGenerated
code_blocksInput

Description

A scene world that contains SceneObjects. See Utility.CreateSceneWorld.

You may also want a SceneCamera to manually render the scene world.

Members

Instance Members

Member NameSummary
DeleteDelete this scene world. You shouldn't access it anymore.
DeletePendingObjectsDeleted objects are actually deleted at the end of each frame. Call this to actually delete pending deletes right now instead of waiting.
SceneObjectsList of scene objects belonging to this scene world.
TraceTrace against all scene objects in this scene world.
GradientFogControls gradient fog settings.
AmbientLightColorSets the ambient lighting color.
ClearColorSets the clear color, if nothing else is drawn, this is the color you will see. Obsolete: Use SceneCamera.BackgroundColor