Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OBBCache Struct Reference

#include <OPC_OBBCollider.h>

Inheritance diagram for OBBCache:
VolumeCache

Public Member Functions

 OBBCache ()
 
- Public Member Functions inherited from VolumeCache
 VolumeCache ()
 
 ~VolumeCache ()
 

Public Attributes

OBB FatBox
 Box used when performing the query resulting in cached faces. More...
 
float FatCoeff
 extents multiplier used to create a fat box More...
 
- Public Attributes inherited from VolumeCache
Container TouchedPrimitives
 Indices of touched primitives. More...
 
const BaseModelModel
 Owner. More...
 

Detailed Description

Definition at line 23 of file OPC_OBBCollider.h.

Constructor & Destructor Documentation

OBBCache::OBBCache ( )
inline

Definition at line 25 of file OPC_OBBCollider.h.

References f.

25  : FatCoeff(1.1f)
26  {
30  }

Member Data Documentation

OBB OBBCache::FatBox

Box used when performing the query resulting in cached faces.

Definition at line 33 of file OPC_OBBCollider.h.

float OBBCache::FatCoeff

extents multiplier used to create a fat box

Definition at line 35 of file OPC_OBBCollider.h.


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