Commit Graph

19 Commits

Author SHA1 Message Date
Xiao Qi 1ce0155a4c WIP Saving all nodes and structures 2023-03-15 19:26:39 +08:00
Xiao Qi 0f88c23604 Added cpp14 define for tinygltf
Commented out block in tinygltf that loads images from gltf file
2023-03-07 22:59:23 +08:00
Xiao Qi d98fb3ceb8 Commented out solution build in premake 2023-03-07 17:12:53 +08:00
Xiao Qi 4609aa8044 Migrated necessary tinygltf files into project as include headers instead of as dependency 2023-03-07 16:16:38 +08:00
Xiao Qi 94af967fb1 Changed structure of model asset in mesh and animations.
Data write for mesh and animations have been update.

TODO: Reimplement data write for rig node data
2023-02-27 21:57:24 +08:00
Xiao Qi 5cd0b272c9 Working commit, write load with tinygltf 2023-02-20 19:56:26 +08:00
Xiao Qi 6c951d3e42 Prepare for pull from main project 2023-01-07 21:34:10 +08:00
Xiao Qi 457094dc50 Anim WIP 2022-11-11 13:18:51 +08:00
Xiao Qi 83037a7bc8 Changed relative path in premake from workspace to project 2022-11-07 14:49:19 +08:00
Xiao Qi 17610bdbc7 Added build path for standalone 2022-11-07 14:37:25 +08:00
Xiao Qi 672b2dd92c Changed project name in premake 2022-11-04 14:41:07 +08:00
Xiao Qi f12745a005 Added lines to generate sln for building and testing 2022-11-02 21:10:44 +08:00
Xiao Qi 48c3ed823b Rewrote comping to write all meshes into one file instead of multiple files for meshes 2022-11-01 20:09:27 +08:00
Xiao Qi d194ca68fe include path variable name change 2022-11-01 14:05:38 +08:00
Xiao Qi 680cf4bab7 Removed solution, only project 2022-11-01 13:49:45 +08:00
Xiao Qi fd597db112 Added assimp into repo
Changed project name
2022-10-31 15:21:47 +08:00
Xiao Qi 2c1ddb7bf3 Changed solution name 2022-10-31 15:14:56 +08:00
Xiao Qi 68c4e729a1 Copied updated libraries and compilers from main project over 2022-10-31 14:16:35 +08:00
Xiao Qi 70b6045453 Ported all mesh and animation asset related file into repo
Created premake to build solution and project 
Changed loader and compiler to be self contained and take in paths relative to "local"
2022-10-19 18:37:27 +08:00