This is a Computer graphics course assignment, where we need to create a 3d scene of a cow in a world.
Go to file
Rusty Striker e2d8466e93
comments!
2023-08-09 18:27:55 +03:00
.gitignore gitignore 2023-07-05 11:38:32 +03:00
Makefile s'more work 2023-07-22 15:47:51 +03:00
README.md comments! 2023-08-09 18:27:55 +03:00
cow.c comments! 2023-08-09 18:27:55 +03:00
cow.h MADE GRASS, also cow pov works and cow movement works :D 2023-07-26 18:57:39 +03:00
grass_texture_color.h comments! 2023-08-09 18:27:55 +03:00
help.h comments! 2023-08-09 18:27:55 +03:00
mmn_17.c comments! 2023-08-09 18:27:55 +03:00
ui.c comments! 2023-08-09 18:27:55 +03:00
ui.h user controlled light 2023-08-08 19:37:02 +03:00
vec.c comments! 2023-08-09 18:27:55 +03:00
vec.h comments! 2023-08-09 18:27:55 +03:00

README.md

World of Cow - University assignment

This is the last assignment of the computer graphics course i took...

Code here is published under the AGPL-v3

TODO

  • Properly comment the code :/
  • Construct the required pdf with explanations and screenshots