traits0.cc

来自「penMesh is a generic and efficient data 」· CC 代码 · 共 18 行

CC
18
字号
struct DefaultTraits{  typedef Vec3f  Point;  typedef Vec3f  Normal;  typedef Vec2f  TexCoord;  typedef Vec3uc Color;  VertexTraits    {};  HalfedgeTraits  {};  EdgeTraits      {};  FaceTraits      {};    VertexAttributes(0);  HalfedgeAttributes(Attributes::PrevHalfedge);  EdgeAttributes(0);  FaceAttributes(0);};

⌨️ 快捷键说明

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