You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Lightning Sample, you will get strange edge artifacts, if you move a litte arround the cube. This is because you dont have face culling enabled. If you enable this, the cube is drawn only half. So, the clockwiese/counter-clockwise points have to be corrected.
This may out of scope of that tutorial, but even if you don't want enable face culling, you should at least correct the vertices to:
In Lightning Sample, you will get strange edge artifacts, if you move a litte arround the cube. This is because you dont have face culling enabled. If you enable this, the cube is drawn only half. So, the clockwiese/counter-clockwise points have to be corrected.
This may out of scope of that tutorial, but even if you don't want enable face culling, you should at least correct the vertices to:
The text was updated successfully, but these errors were encountered: