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

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* eol=lf

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

After

Width:  |  Height:  |  Size: 768 KiB

Before After
Before After

Binary file not shown.

Binary file not shown.