Skip to content

Add scene

username-removed-200762 requested to merge add-scene into master

Add a scene class which belongs to the VolRenderWindow. This scene class now contains the texture loader. Eventually will hold the camera and the cube (Front,Back) geometries.

Both the Scene, TextureLoader, and Geometry (Cube) instances follow the update/render loop with the following methods:

  • initialize(self, gl)
  • render (self, gl)

Merge request reports