摘要: class MeshInformer { public: static size_t getVertices(Ogre::Vector3* pDst, const Ogre::VertexData* vertexData); template <typename DestType, typename SrcType> static size_t getTriangleIndices(DestType* pDest, ... 阅读全文
posted @ 2012-07-26 20:10 geometry_ 阅读(431) 评论(0) 推荐(0) 编辑