Skip to content

Commit

Permalink
ISSUE #391 deleting irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-haider committed Nov 12, 2020
1 parent 7c8e8b4 commit 9499a4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ RepoModelImport::mesh_data_t RepoModelImport::createMeshRecord(
int numIndices = mesh.get<int64_t>("numIndices");
int numVertices = mesh.get<int64_t>("numVertices");

//Avoid using assimp objects everywhere -> converting assimp objects into repo structs
std::vector<repo::lib::RepoVector3D64> vertices;
std::vector<repo::lib::RepoVector3D> normals;
std::vector<repo_face_t> faces;
Expand Down

0 comments on commit 9499a4a

Please sign in to comment.