Murl::Resource::IMesh::Raw::BspLeaf Struct Reference

A BSP leaf. More...

#include "murl_resource_i_mesh.h"

Public Attributes

SInt32 mClusterIndex
 The cluster index this leaf belongs to, used for PVS visibility determination.
 
SInt32 mFirstFaceIndex
 The zero-based index of the first BspFace belonging to this leaf.
 
SInt32 mNumFaces
 The number of faces belonging to this leaf.
 
Float mBoundingBoxMinX
 The minimum X coordinate of the leaf's axis-aligned bounding box.
 
Float mBoundingBoxMinY
 The minimum Y coordinate of the leaf's axis-aligned bounding box.
 
Float mBoundingBoxMinZ
 The minimum Z coordinate of the leaf's axis-aligned bounding box.
 
Float mBoundingBoxMaxX
 The maximum X coordinate of the leaf's axis-aligned bounding box.
 
Float mBoundingBoxMaxY
 The maximum Y coordinate of the leaf's axis-aligned bounding box.
 
Float mBoundingBoxMaxZ
 The maximum Z coordinate of the leaf's axis-aligned bounding box.
 
Float mBoundingSphereCenterX
 The X coordinate of the leaf's bounding sphere.
 
Float mBoundingSphereCenterY
 The Y coordinate of the leaf's bounding sphere.
 
Float mBoundingSphereCenterZ
 The Z coordinate of the leaf's bounding sphere.
 
Float mBoundingSphereRadius
 The radius of the leaf's bounding sphere.
 

Detailed Description

A BSP leaf.


The documentation for this struct was generated from the following file:
  • murl_resource_i_mesh.h


Copyright © 2011-2024 Spraylight GmbH.