Class: SceneEnvironment

SceneEnvironment(simulator)

Environment class to manage and set up the 3D environment in the simulation. Handles setting up textures, lights, floor, surface, and other elements.

Constructor

new SceneEnvironment(simulator)

Creates an instance of Environment.
Parameters:
Name Type Description
simulator Simulator The simulator instance that manages the entire simulation.
Source: