dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Does it matter which colour on the cube is displayed on start up? #20

Closed Olivia-Roscoe closed 4 years ago

Olivia-Roscoe commented 4 years ago

My cube looks completely normal, but always displays the yellow face at the start, does the initial colour matter (ie. does the green face have the be the front)? Because I imagine its just the order the faces are declared, and want to know if I should change them

dilevin commented 4 years ago

as long as the relative ordering is correct, this is fine (i.e the texture on the cube can be off by a rigid rotation but cannot be flipped or reflected)