Commit 74d52460 authored by chili's avatar chili
Browse files

nanosuit hierarchical

parent e8a59d8c
...@@ -24,5 +24,5 @@ private: ...@@ -24,5 +24,5 @@ private:
float speed_factor = 1.0f; float speed_factor = 1.0f;
Camera cam; Camera cam;
PointLight light; PointLight light;
Model nano{ wnd.Gfx(),"Models\\boxy.gltf" }; Model nano{ wnd.Gfx(),"Models\\nano.gltf" };
}; };
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment