You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some models are split across multiple files. This applies to all supported games. One approach is to add model loading functions that take an iterator of paths. Loading a single model can call this function internally with std::iter::once. Merging a ModelRoot should also merge the skeletons. Skeleton merging can be tested with unit tests.
load_models and load_models_legacy
merge ModelRoot
support multiple files for xc3_gltf and xc3_viewer
The text was updated successfully, but these errors were encountered:
ScanMountGoat
changed the title
Specify multiple wimdo paths for xc3_gltf and xc3_viewer
Specify multiple model paths for xc3_gltf and xc3_viewer
Apr 8, 2024
ScanMountGoat
changed the title
Specify multiple model paths for xc3_gltf and xc3_viewer
Load multiple wimdo and camdo models
Apr 28, 2024
Some models are split across multiple files. This applies to all supported games. One approach is to add model loading functions that take an iterator of paths. Loading a single model can call this function internally with
std::iter::once
. Merging aModelRoot
should also merge the skeletons. Skeleton merging can be tested with unit tests.ModelRoot
The text was updated successfully, but these errors were encountered: