OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
PackedMesh::BVHNode Struct Reference

#include <packedmesh.h>

Public Attributes

Tempest::Vec3 lmin
 
uint32_t left
 
Tempest::Vec3 lmax
 
uint32_t right
 
Tempest::Vec3 rmin
 
uint32_t padd0
 
Tempest::Vec3 rmax
 
uint32_t padd1
 

Detailed Description

Definition at line 52 of file packedmesh.h.

Member Data Documentation

◆ left

uint32_t PackedMesh::BVHNode::left

Definition at line 56 of file packedmesh.h.

◆ lmax

Tempest::Vec3 PackedMesh::BVHNode::lmax

Definition at line 57 of file packedmesh.h.

◆ lmin

Tempest::Vec3 PackedMesh::BVHNode::lmin

Definition at line 56 of file packedmesh.h.

◆ padd0

uint32_t PackedMesh::BVHNode::padd0

Definition at line 58 of file packedmesh.h.

◆ padd1

uint32_t PackedMesh::BVHNode::padd1

Definition at line 59 of file packedmesh.h.

◆ right

uint32_t PackedMesh::BVHNode::right

Definition at line 57 of file packedmesh.h.

◆ rmax

Tempest::Vec3 PackedMesh::BVHNode::rmax

Definition at line 59 of file packedmesh.h.

◆ rmin

Tempest::Vec3 PackedMesh::BVHNode::rmin

Definition at line 58 of file packedmesh.h.


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