Skip to content

Creating an Animation

Coela Can't! edited this page Aug 19, 2021 · 6 revisions

Unfinished

Creating and linking your scene:

To create a scene, you need to pass the reference to your objects and lights as well as the amount of objects and lights into the constructor:

  Scene* scene = new Scene(objects, 1);