scene property

ThreeScene scene
final

An instance of ThreeScene that represents the 3D model/scene to be displayed and interacted with.

ThreeScene typically contains all the visual data and methods necessary to render the 3D model.

Implementation

final ThreeScene scene;