Skip to content
Snippets Groups Projects
Commit 09629a67 authored by Trevor Hollmann's avatar Trevor Hollmann
Browse files

[#79] Formatting and TODO comments

parent 7cb38a56
No related branches found
No related tags found
1 merge request!69Resolve "Rework Asset Loader API"
......@@ -140,7 +140,7 @@ enum class PrimitiveType : uint32_t {
NORMAL = 2,
TEXCOORD_0 = 3,
TEXCOORD_1 = 4,
TANGENT = 5,
TANGENT = 5,
COLOR_0 = 6,
COLOR_1 = 7,
JOINTS_0 = 8,
......@@ -227,8 +227,14 @@ typedef struct {
*/
int loadScene(const std::filesystem::path &path, Scene &scene);
/**
* TODO document
*/
int probeScene(const std::filesystem::path &path, Scene &scene);
/**
* TODO document
*/
int loadMesh(const std::filesystem::path& path, Scene& scene, std::string name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment