replace obj models with vec3

This commit is contained in:
MihailRis
2024-10-26 15:51:30 +03:00
parent 39525fdaf3
commit a205d7f170
13 changed files with 1 additions and 347 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
TEST(VEC3, Decode) {
auto file = std::filesystem::u8path(
"../res/content/base/models/demo.vec3"
"../res/content/base/models/block.vec3"
);
auto bytes = files::read_bytes_buffer(file);
auto model = vec3::load(file.u8string(), bytes);