From: Jerome St-Louis Date: Wed, 9 Dec 2015 22:34:09 +0000 (-0500) Subject: ecere/gfx/3D/Mesh: Commented out new definitions X-Git-Tag: 0.44.13~26 X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=1e20501fde4689ac092a7b354fefb3c80b0fda54 ecere/gfx/3D/Mesh: Commented out new definitions --- diff --git a/ecere/src/gfx/3D/Mesh.ec b/ecere/src/gfx/3D/Mesh.ec index efeed1e..4cf0456 100644 --- a/ecere/src/gfx/3D/Mesh.ec +++ b/ecere/src/gfx/3D/Mesh.ec @@ -14,7 +14,14 @@ public enum RenderPrimitiveType : PrimitiveGroupType quads, quadStrip, lineStrip + + /* , + lineLoop, + lineStrip, + polygon + */ }; + public class MaterialFlags { public bool doubleSided:1, translucent:1, tile:1, noFog:1, singleSideLight:1; }; public class Material : struct { @@ -55,6 +62,30 @@ private: void * data; }; +/* +public class PrimitiveGroupIndices16 : PrimitiveGroup +{ + property Array indices + { + set { } + } +} + +public class PrimitiveGroupIndices32 : PrimitiveGroup +{ + property Array indices + { + set { } + } +} + +public class PrimitiveGroupVertexRange : PrimitiveGroup +{ + property int first { set { } } + property int nVertices { set { } } +} +*/ + public struct PrimitiveSingle { public: