Fineal Framework changes for Assignement 3

This commit is contained in:
hal8174 2024-06-19 13:44:06 +02:00
parent 56e4862861
commit 3369dc0567
6 changed files with 3 additions and 2 deletions

View file

@ -4,8 +4,8 @@ void Application3::initScene() {
Data_Constructor(&data, 1, 8);
/* select scene here */
//standardScene();
causticScene();
standardScene();
// causticScene();
}
void Application3::standardScene() {