dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 6 forks source link

Wrong size in cube.h #1

Closed FaithfulZhening closed 4 years ago

FaithfulZhening commented 5 years ago

In cube.h it has // NV 6 by 4 list of 3D unit normal vectors But it should have size 6 by 3

yeqingxi commented 5 years ago

yeah pretty sure you're right cuz in the hint code it says NV.resize(6,3) so probably just a typo.