WoWs Model Exported
World of Warships 3D model Exporter
Loading...
Searching...
No Matches
wows_glb_part Struct Reference

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
 

Detailed Description

One resolved geometry part ready to be merged into a GLB scene.

Field Documentation

◆ geom_path

std::string geom_path

Filesystem path to the source .geometry file.

◆ matrix

wows_mat16d matrix

World-space transform; empty vector means identity.

◆ mesh_name

std::string mesh_name

Display name used for the mesh node in the merged scene.

◆ model

tinygltf::Model model

Parsed glTF model for this part.


The documentation for this struct was generated from the following file: