Difference between revisions of "Mesh:setPrimitiveType"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 10: Line 10:
  
 
The primitive type can be any of these:
 
The primitive type can be any of these:
*'''"Point"'''
+
*'''Mesh.PRIMITIVE_POINT'''
*'''"Lines"'''
+
*'''Mesh.PRIMITIVE_LINES'''
*'''"LineLoop"'''
+
*'''Mesh.PRIMITIVE_LINELOOP'''
*'''"Triangles"'''
+
*'''Mesh.PRIMITIVE_TRIANGLES'''
*'''"RSV_EX_TriangleFan"'''
+
*'''Mesh.PRIMITIVE_TRIANGLESTRIP'''
*'''"TriangleStrip"'''
 
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 14:01, 27 November 2024