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

Patched tree of optoctreepatch file. More...

#include <base_struct/base_struct.hpp>

Public Member Functions

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

Public Attributes

byte octree_number
 Number of octree.
 
uint16_t node_count
 Count of nodes.
 
std::vector< OptocNodenodes
 Nodes.
 

Detailed Description

Patched tree 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::OptocPatchTree::operator== ( const OptocPatchTree other) const
default

Member Data Documentation

◆ node_count

uint16_t optoctreeparser::OptocPatchTree::node_count

Count of nodes.

◆ nodes

std::vector<OptocNode> optoctreeparser::OptocPatchTree::nodes

Nodes.

◆ octree_number

byte optoctreeparser::OptocPatchTree::octree_number

Number of octree.


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