taiya / dgp

Digital Geometry Processing - Fall 2016 - University of Victoria
38 stars 11 forks source link

[2% Bonus] Polish Hw#3 for next year #30

Open taiya opened 7 years ago

taiya commented 7 years ago

Hw3 is new this semester and the trace code is not super-polished yet. Create a super high-quality code + UI for use in future DGP courses, and redeem these bonus points! Only the first submission will be accepted

This is how you separate parts to be implemented from trace code:

#ifdef STRIP_CODE
        /// TASK: description of task goes here
#else
        /// C++ code goes here
#endif
taiya commented 7 years ago

If anybody wants to attempt this challenge, please get in touch with me first. Thanks!

rayhanrahman commented 7 years ago

I would like to try.