summaryrefslogtreecommitdiff
path: root/common/curve.cpp
diff options
context:
space:
mode:
authorLeo2009-02-23 07:47:54 +0000
committerLeo2009-02-23 07:47:54 +0000
commit281dfd75faafc8a0806cb43649a07833d9209d07 (patch)
treebc1bd02d9df9100acb9d1aa217d1f514dc5e8e9c /common/curve.cpp
parent27815f2cce37721ae1c524669c3e19cff8a50894 (diff)
Replaced immediate mode calls with vertex buffers.
git-svn-id: http://svn.leocad.org/tags/leocad-0.75@742 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/curve.cpp')
-rwxr-xr-xcommon/curve.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/curve.cpp b/common/curve.cpp
index c9646a4..2c6da74 100755
--- a/common/curve.cpp
+++ b/common/curve.cpp
@@ -15,6 +15,8 @@
GLuint CurvePoint::m_nArrowList = 0;
GLuint CurvePoint::m_nSphereList = 0;
+#if 0
+
static LC_OBJECT_KEY_INFO curve_point_key_info[LC_CURVE_POINT_KEY_COUNT] =
{
{ "Control Point Position", 3, LC_CURVE_POINT_KEY_POSITION },
@@ -704,6 +706,8 @@ void Curve::Render (LC_RENDER_INFO* pInfo)
*/
}
+#endif
+