|
@@ -83,34 +83,40 @@ The library also supplies custom lighting for up to eight lights. Within the un
|
|
|
For linux:
|
|
|
|
|
|
to make the examples go into the repository and type
|
|
|
-```shell
|
|
|
-$make examples
|
|
|
+```
|
|
|
+$ make examples
|
|
|
```
|
|
|
then enter the examples directory
|
|
|
-```shell
|
|
|
-$cd examples
|
|
|
+```
|
|
|
+$ cd examples
|
|
|
```
|
|
|
and then run the example you desire.
|
|
|
|
|
|
To make the tests go into the repository and type
|
|
|
-```shell
|
|
|
-$make tests
|
|
|
+```
|
|
|
+$ make tests
|
|
|
```
|
|
|
then enter the tests directory
|
|
|
-```shell
|
|
|
-$cd tests
|
|
|
+```
|
|
|
+$ cd tests
|
|
|
```
|
|
|
and then run the test you deire.
|
|
|
|
|
|
To clean tests executables run
|
|
|
```
|
|
|
-$make clean-tests
|
|
|
+$ make clean-tests
|
|
|
```
|
|
|
And likewise to clean the example executables run
|
|
|
```
|
|
|
-$make clean-examples
|
|
|
+$ make clean-examples
|
|
|
```
|
|
|
|
|
|
-Happy Mask Salesman model does not belong to me
|
|
|
+### Credits
|
|
|
+
|
|
|
+Happy Mask Salesman model & texture do not belong to me
|
|
|
+
|
|
|
+Link model & texture created by [ps1guy](https://sketchfab.com/ps1guy) on sketchfab
|
|
|
+
|
|
|
+Thanks to the [Graphics Programming Discord](https://discord.com/invite/6mgNGk7) for helping me along the way!
|
|
|
+
|
|
|
|
|
|
-Link model created by [ps1guy](https://sketchfab.com/ps1guy) on sketchfab
|