Skip to content

Commit

Permalink
Update model.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Apr 18, 2019
1 parent 604bd6f commit 2e6c5a5
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions easy3d/viewer/model.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,17 @@

#include <easy3d/core/types.h>

/********************************************************************************************
*
* A Model is the base class for 3D models, e.g., SurfaceMesh, PointCloud.
* A Model can have multiple drawables, e.g., faces, vertices, wireframe.
*
* Version: 1.1
* created: Dec. 03, 2018
* author: Liangliang Nan
* contact: [email protected]
*
*********************************************************************************************/

namespace easy3d {

class PointsDrawable;
class LinesDrawable;
class TrianglesDrawable;

/*
* Model is the base class for 3D models, e.g., SurfaceMesh, PointCloud.
* A Model can have multiple drawables, e.g., faces, vertices, wireframe.
*/
class Model
{
public:
Expand Down

0 comments on commit 2e6c5a5

Please sign in to comment.