From bd142a328328cdf0cbfbb59e4e0aa99dd51184b8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 10 Aug 2009 22:32:36 +0000 Subject: initial texture support for ase models --- src/model/asefile.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/model/asefile.h') diff --git a/src/model/asefile.h b/src/model/asefile.h index 7f5ab03..dc1516b 100644 --- a/src/model/asefile.h +++ b/src/model/asefile.h @@ -54,6 +54,16 @@ private: */ bool read_mesh_vertex_list(std::istream &is); + /** + * @brief read *MESH_TVERTLIST + */ + bool read_mesh_tvertex_list(std::istream &is); + + /** + * @brief read *MESH_TFACELIST + */ + bool read_mesh_tface_list(std::istream &is); + /** * @brief read *MESH */ @@ -84,6 +94,8 @@ private: VertexList ase_vertexlist; + VertexList ase_tvertexlist; + FaceList ase_facelist; math::Vector3f ase_maxbbox; -- cgit v1.2.3