danielepanozzo / cg-old

44 stars 16 forks source link

Assignment 3 Task 1.2 #36

Closed tomhsu1990 closed 7 years ago

tomhsu1990 commented 7 years ago

Hi,

In Task 1.2, the first rendering option is Wireframe. Since we have cubes, for simplicity should we just use triangles to represent a cube? Or we have to use squares to represent a cube? And another question is that we can have fix rendering setting like Wireframe for cubes, Flat Shading for bumpy cubes, and Phong Shading for bunnies. Or we have to use keyboard to switch its rendering setting. Thanks in advance.

danielepanozzo commented 7 years ago

You can use triangles to represent the cube.

Each object should have its own rendering setting and a scene might contain multiple objects with different rendering settings.