Changeset 154
- Timestamp:
- 07/08/13 17:33:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/formats/md3_loader.hh
r153 r154 64 64 const std::vector< vec3 >& get_positions() { return m_positions; } 65 65 const std::vector< vec3 >& get_normals() { return m_normals; } 66 const std::vector< vec3 >& get_positions() { return m_positions; }67 66 const std::vector< vec2 >& get_texcoords() { return m_texcoords; } 68 67 const std::vector< uint16 >& get_indices() { return m_indices; }
Note: See TracChangeset
for help on using the changeset viewer.