feat(meshIO): added basic mesh reading implimentation

also added basic unit sphere mesh file which can be rescaled
This commit is contained in:
2025-02-16 15:08:33 -05:00
parent 1713f6cb08
commit ea037cf996
6 changed files with 100 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ subdir('resources')
# Build the main source code
subdir('dobj')
subdir('const')
subdir('opatIO')
subdir('opatIO')
subdir('meshIO')