⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 baseimporter.hh

📁 penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes
💻 HH
字号:
class BaseImporter{public:  virtual void add_vertex  (const OpenMesh::Vec3f&) {};  virtual void add_normal  (const OpenMesh::Vec3f&) {};  virtual void add_texture (const OpenMesh::Vec2f&) {};  virtual void add_face    (const FaceType&)        {};};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -