Scene
Noun · Development
Definitions
A hierarchical data structure representing the objects, lights, cameras, and spatial relationships in a virtual 3D environment, typically organized as a scene graph.
In plain English: Everything that makes up a 3D world in a game or app — the objects, lights, and camera — organized in a tree structure.
Example: "We loaded the GLTF file and added it to the Three.js scene with default lighting."