Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_Polygon.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_Polygon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Rasterizer/RAS_Polygon.h b/source/gameengine/Rasterizer/RAS_Polygon.h
index 597e80ffdfb..8606eb34081 100644
--- a/source/gameengine/Rasterizer/RAS_Polygon.h
+++ b/source/gameengine/Rasterizer/RAS_Polygon.h
@@ -57,7 +57,7 @@ class RAS_Polygon
unsigned char m_edgecode;
unsigned char m_polyflags;
#endif
-
+
public:
enum {
VISIBLE = 1,
@@ -67,7 +67,7 @@ public:
RAS_Polygon(RAS_MaterialBucket* bucket, RAS_DisplayArray* darray, int numvert);
virtual ~RAS_Polygon() {};
-
+
int VertexCount();
RAS_TexVert* GetVertex(int i);
@@ -78,7 +78,7 @@ public:
// - Not used yet!
/* int GetEdgeCode();
void SetEdgeCode(int edgecode); */
-
+
bool IsVisible();
void SetVisible(bool visible);