dilevin / computer-graphics-shader-pipeline

Computer Graphics Assignment about the Shader Pipeline
2 stars 5 forks source link

Different output test-02 #3

Closed chenzi26 closed 5 years ago

chenzi26 commented 5 years ago
csc418a6 csc418a61

My output on the top does not show the edges in the back of the object comparing with reference image on the bottom. Is this a OS problem or my code is wrong?

rarora7777 commented 5 years ago

The behaviour you report is expected. Your code should be fine.

I think that the wireframe images we've given you are showing the incorrect behaviour. I suspect that the main.cpp file was changed after the images were generated to turn backface culling ON.