6 template<
class VertexType,
bool bIndexed,
typename IndexType>
12 virtual bool Intersects(
const raVector3* pRayPos,
20 raOctree** m_pChildren;
24 void CreateChildNodes();
26 template<
class VertexType,
bool bIndexed,
typename IndexType>
28 m_bbMin(pEntity->m_bbMin), m_bbMax(pEntity->m_bbMax)
30 for (UINT64 idx = 0; idx < pEntity->
m_nIndices; idx += 3)
33 for(
int i = 0; i < 3; i++)
raOctree(const raEntity< VertexType, bIndexed, IndexType > *pEntity)
HRESULT Add(const TYPE &value)