|
WoWs Model Exported
World of Warships 3D model Exporter
|
Metadata for one merged vertex buffer (ENCD block descriptor). More...
#include <wows-geometry.h>
Data Fields | |
| uint64_t | off_ver_bloc_start |
| uint64_t | n_size_type_str |
| uint64_t | off_ver_bloc_end |
| uint32_t | s_ver_bloc_size |
| uint16_t | s_vertex_size |
| uint8_t | b_flag_1 |
| uint8_t | b_flag_2 |
| size_t | _abs_start |
| size_t | _abs_end |
| uint8_t | _vertex_type |
Metadata for one merged vertex buffer (ENCD block descriptor).
Describes the location and layout of a single meshoptimizer-compressed vertex buffer inside the file. Fields prefixed with _ are set by the parser and are not part of the on-disk format.
| size_t _abs_end |
Absolute file offset of the ENCD block end.
| size_t _abs_start |
Absolute file offset of the ENCD block start.
| uint8_t _vertex_type |
Resolved vertex-type ID (one of the WOWS_ID_* constants).
| uint8_t b_flag_1 |
Reserved flag byte 1.
| uint8_t b_flag_2 |
Reserved flag byte 2.
| uint64_t n_size_type_str |
Byte length of the vertex-format type string (e.g. "set3/xyznuvtbpc").
| uint64_t off_ver_bloc_end |
Relative offset to the end of the ENCD block.
| uint64_t off_ver_bloc_start |
Relative offset from this struct to the start of the ENCD block.
| uint32_t s_ver_bloc_size |
Size of the ENCD block in bytes.
| uint16_t s_vertex_size |
Stride (bytes per vertex) as recorded in the file.