dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Inconsistent light reflection on cube #33

Closed Jiogit closed 4 years ago

Jiogit commented 4 years ago

My cube seems to work correctly, but for certain colours, the light reflection (circle of light on the surface) is not visible It is visible on other colours Is this normal?

songfeil commented 4 years ago

No, check your normals.

Jiogit commented 4 years ago

After closely looking, the circle seems to be present for my red, yellow and white sides too The lines narrow as if there is a circle there when moving the cube around The circle is not visible as with the other coloured surfaces though Is this acceptable?

songfeil commented 4 years ago

Emm haven't quite met that before. Could you please upload a screenshot?

Jiogit commented 4 years ago

orangecube redcube Notice how the red surface does not have the light present, but the lines (near the bottom) narrow like the ones on the orange surface as if the light was there

songfeil commented 4 years ago

That looks fine. No worries.

Jiogit commented 4 years ago

Thanks for the clarification