world_of_cow/README.md
2023-07-22 15:47:51 +03:00

859 B

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

  • Add menu - partially done
    • Adjust ambient light
  • Allow changing the move/rotation speed(or just a multiplier)
  • Create a cow
    • Head
    • Tail
    • Body
    • Legs
    • Ears
    • Nose
    • Eyes
  • Allow user control of the cow
    • Movement - turn and move - WIP
    • Head
    • Tail
    • Legs? (optional)
  • Change camera position to be cow point of view
    • Add popping-floating text of funny cow thoughts
  • Add multiple objects(that is not the cow)
    • at least 3
    • on needs to be metalic
  • User controlled light source
    • Add light source
    • move the light
    • change intensity
  • Add Textures and stuff :)(optional)