2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 02:57:03 +00:00

Update nod

This commit is contained in:
Jack Andersen
2017-07-01 19:40:12 -10:00
parent c41427e7f3
commit b7f88906ca
3 changed files with 21 additions and 5 deletions

View File

@@ -3,11 +3,15 @@
namespace urde
{
u32 CCollidableOBBTree::sTableIndex = 0;
CCollidableOBBTree::CCollidableOBBTree(const COBBTree* tree, const urde::CMaterialList& material)
: CCollisionPrimitive(material),
x10_tree((COBBTree*)tree)
{
x10_tree((COBBTree*)tree) {}
bool CCollidableOBBTree::LineIntersectsLeaf(const COBBTree::CLeafData& leaf, CRayCastInfo& info) const
{
return false;
}
FourCC CCollidableOBBTree::GetPrimType() const