|
WoWs Model Exported
World of Warships 3D model Exporter
|
One resolved geometry part ready to be merged into a GLB scene. More...
#include <wows-model-exporter.h>
Data Fields | |
| tinygltf::Model | model |
| std::string | mesh_name |
| std::string | geom_path |
| wows_mat16d | matrix |
One resolved geometry part ready to be merged into a GLB scene.
| std::string geom_path |
Filesystem path to the source .geometry file.
| wows_mat16d matrix |
World-space transform; empty vector means identity.
| std::string mesh_name |
Display name used for the mesh node in the merged scene.
| tinygltf::Model model |
Parsed glTF model for this part.