Difference between revisions of "VertexWinding"

(Created page with "{{newin|11.0|110||type=enum}} Vertex winding. {{notice|Please fill more information and remove this notice afterwards!}} == Constants == ;cw: Clockwise ;ccw: Counter-cl...")
 
m (Copied documentation from love-api.)
 
Line 1: Line 1:
 
{{newin|[[11.0]]|110||type=enum}}
 
{{newin|[[11.0]]|110||type=enum}}
 
+
How Mesh geometry vertices are ordered.
Vertex winding.
 
 
 
{{notice|Please fill more information and remove this notice afterwards!}}
 
  
 
== Constants ==
 
== Constants ==

Latest revision as of 14:16, 29 July 2020

Available since LÖVE 11.0
This enum is not supported in earlier versions.

How Mesh geometry vertices are ordered.

Constants

cw
Clockwise
ccw
Counter-clockwise

See Also


Other Languages