Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/quad.h')
-rw-r--r--src/model/quad.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/model/quad.h b/src/model/quad.h
index b7dd7af..4609cea 100644
--- a/src/model/quad.h
+++ b/src/model/quad.h
@@ -90,11 +90,6 @@ public:
return quad_detail;
}
- /// face normal
- inline math::Vector3f &normal() {
- return quad_normal;
- }
-
private:
math::Vector3f quad_v0;
@@ -113,7 +108,6 @@ private:
math::Vector3f quad_n3;
math::Vector2f quad_t3;
- math::Vector3f quad_normal;
bool quad_detail;
};