/s/KRAABB/AABB/g
Cleanup, new hash<> functions
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
virtual void loadXML(tinyxml2::XMLElement *e);
|
||||
virtual tinyxml2::XMLElement *saveXML( tinyxml2::XMLNode *parent);
|
||||
|
||||
virtual KRAABB getBounds() = 0;
|
||||
virtual AABB getBounds() = 0;
|
||||
|
||||
virtual void render(KRCamera *pCamera, std::vector<KRPointLight *> &point_lights, std::vector<KRDirectionalLight *> &directional_lights, std::vector<KRSpotLight *>&spot_lights, const KRViewport &viewport, KRNode::RenderPass renderPass) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user