Question by 
               hexagonius · Sep 03, 2015 at 08:19 PM · 
                meshnormalsfliptriangles  
              
 
              Why flipping triangles, not normals
I feel asking this because I made the mistake thinking flipping my normals would show my mesh from the other side. Reversing the triangles seems to be the solution. But why so and why isn't that documented in the Unity docs?
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by MakeCodeNow · Sep 05, 2015 at 03:29 AM
In realtime graphics, the normals are only used for shading but not for culling. Culling is determined by what's called the winding order, namely whether the triangle vertices are clockwise or counter clock wise.
Your answer
 
 
             Follow this Question
Related Questions
Some triangles are black on a mesh generated by script 1 Answer
Normals and triangles 0 Answers
Drawing a plane facing upwards 0 Answers
Marching Cubes normals Issue 0 Answers
How to rotate gameobjects along animated mesh surface right? 0 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                