Joe627487136 / G-V_assignment1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G-V_assignment1

How to Use

  • After setup the project, make sure you are running the Visual Studio 2010 since the project is compiled with such an IDE.
  • For running the project, Shift + Right Click and choose Open command window here, then in the terminal, please key in:
    ./one swp/core.swp (To generate curve)
    ./one swp/weird.swp (To generate the cylinder stadium-like thing)
    ./one swp/weird.swp foo (To generate Obj)
    ./one swp/Tower?.swp foo (Artifact 1)
    ./one swp/DNA.swp foo (Artifact2)

Answers for the Questions

  1. Did you collaborate with anyone in the class?

I collaborated with Guanlun Zhao in the class

  1. Were there any references (books, papers, websites, etc.) that you found particularly helpful for completing your assignment?

This assignment is so hard. I basically checked Github for some MIT guys' code then started to implement mine.

  1. Are there any known problems with your code?

None so far.

  1. Did you do any extra credit?

Currently no.

  1. Got any comments about this assignment that you'd like to share?

Why this assignment this hard. I mean if I only refer to the assignment instruction then it is impossible to finish. TODO segment is wide and didn't provide me any instruction where to implement the equations which were showing in the assignment instruction. But good to refer to others and see how they implent the equation. I mean if the TODO be a bit more specific then I think it would be a great experience. Though, the thing is fun! All the drawings looks pretty cool!

About


Languages

Language:C++ 77.6%Language:C 22.4%