mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
Initial PVS stubs
This commit is contained in:
25
Runtime/Graphics/CPVSVisOctree.cpp
Normal file
25
Runtime/Graphics/CPVSVisOctree.cpp
Normal file
@@ -0,0 +1,25 @@
|
||||
#include "CPVSVisOctree.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CPVSVisOctree::CPVSVisOctree(CInputStream& in)
|
||||
{
|
||||
}
|
||||
|
||||
u32 CPVSVisOctree::GetNumChildren(const unsigned char*) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 CPVSVisOctree::GetChildIndex(const unsigned char*, const zeus::CVector3f&) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 CPVSVisOctree::SetTestPoint(const zeus::CVector3f&) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user