mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:38:40 +02:00
Fixes for style conformance: tabs to spaces
This commit is contained in:
parent
f15ddff7e0
commit
ab0b7bba00
4 changed files with 38 additions and 38 deletions
|
@ -98,9 +98,9 @@ protected:
|
|||
nodeColor _currentColor; /// Client only, false color of this voxel, 4 bytes
|
||||
|
||||
private:
|
||||
int _primitiveIndex;
|
||||
unsigned char _exteriorOcclusions; /// exterior shared partition boundaries that are completely occupied
|
||||
unsigned char _interiorOcclusions; /// interior shared partition boundaries with siblings
|
||||
int _primitiveIndex; ///< Unique identifier given by PrimitiveRenderer
|
||||
unsigned char _exteriorOcclusions; ///< Exterior shared partition boundaries that are completely occupied
|
||||
unsigned char _interiorOcclusions; ///< Interior shared partition boundaries with siblings
|
||||
};
|
||||
|
||||
inline void VoxelTreeElement::setExteriorOcclusions(unsigned char exteriorOcclusions) {
|
||||
|
|
Loading…
Reference in a new issue