From: Jerome St-Louis Date: Tue, 7 Oct 2014 10:08:41 +0000 (-0400) Subject: ecere/gfx3D/Mesh: Temporary Workaround to access OpenGL VBOs X-Git-Tag: 0.44.13~25 X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=a3e4199913e8f74868ad062982b797cfe93861ef;p=sdk ecere/gfx3D/Mesh: Temporary Workaround to access OpenGL VBOs --- diff --git a/ecere/src/gfx/3D/Mesh.ec b/ecere/src/gfx/3D/Mesh.ec index 4cf0456..df33a3b 100644 --- a/ecere/src/gfx/3D/Mesh.ec +++ b/ecere/src/gfx/3D/Mesh.ec @@ -624,6 +624,11 @@ public: return result; } + void * GetData() + { + return data; + } + private: void SetMinMaxRadius(void)