mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
Mass code cleanup
This commit is contained in:
@@ -12,13 +12,15 @@ public:
|
||||
: CSceneNode(pScene, NodeID, pParent) {}
|
||||
~CRootNode() {}
|
||||
|
||||
ENodeType NodeType() {
|
||||
ENodeType NodeType()
|
||||
{
|
||||
return eRootNode;
|
||||
}
|
||||
|
||||
inline void RayAABoxIntersectTest(CRayCollisionTester&, const SViewInfo&) {}
|
||||
|
||||
inline SRayIntersection RayNodeIntersectTest(const CRay &, u32, const SViewInfo&) {
|
||||
inline SRayIntersection RayNodeIntersectTest(const CRay &, u32, const SViewInfo&)
|
||||
{
|
||||
return SRayIntersection();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user