Skip to content

Commit

Permalink
.obj loader
Browse files Browse the repository at this point in the history
  • Loading branch information
gramosomi committed Mar 6, 2024
1 parent f9cbe06 commit 88a3132
Show file tree
Hide file tree
Showing 6 changed files with 10,458 additions and 604 deletions.
6 changes: 6 additions & 0 deletions engine/include/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ typedef struct Point {
// Function to convert Point to string
std::vector<Point> parseFile(std::string filename);

// Function to parse OBJ file
std::vector<Point> parseOBJfile(std::string filename, std::string type);

// Function to parse 3D file
std::vector<Point> parse3Dfile(std::string filename);

#endif // UTILS_HPP
Loading

0 comments on commit 88a3132

Please sign in to comment.