optoctreeparser
Loading...
Searching...
No Matches
optoctreeparser::OptocPatchBatch Struct Reference

Patched batch of optoctreepatch file. More...

#include <base_struct/base_struct.hpp>

Public Member Functions

bool operator== (const OptocPatchBatch &other) const =default
 

Public Attributes

int16_t x_position
 X position of batch.
 
int16_t y_position
 Y position of batch.
 
int16_t z_position
 Z position of batch.
 
byte octree_count
 Count of octrees.
 
std::vector< OptocPatchTreeoctrees
 Octrees.
 

Detailed Description

Patched batch of optoctreepatch file.

See also
optoctreepatch format documentation: https://github.com/Esper89/Subnautica-TerrainPatcher/blob/master/doc/Subnautica%20Terrain%20Patch%20Format.pdf

Member Function Documentation

◆ operator==()

bool optoctreeparser::OptocPatchBatch::operator== ( const OptocPatchBatch other) const
default

Member Data Documentation

◆ octree_count

byte optoctreeparser::OptocPatchBatch::octree_count

Count of octrees.

◆ octrees

std::vector<OptocPatchTree> optoctreeparser::OptocPatchBatch::octrees

Octrees.

◆ x_position

int16_t optoctreeparser::OptocPatchBatch::x_position

X position of batch.

◆ y_position

int16_t optoctreeparser::OptocPatchBatch::y_position

Y position of batch.

◆ z_position

int16_t optoctreeparser::OptocPatchBatch::z_position

Z position of batch.


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