mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-10 18:51:05 +00:00
Remove irr
namespace (#16309)
This commit is contained in:
parent
7e22c72492
commit
61551cfc3a
381 changed files with 680 additions and 1632 deletions
|
@ -7,8 +7,6 @@
|
|||
#include "IBillboardSceneNode.h"
|
||||
#include "CMeshBuffer.h"
|
||||
|
||||
namespace irr
|
||||
{
|
||||
namespace scene
|
||||
{
|
||||
|
||||
|
@ -68,7 +66,7 @@ public:
|
|||
video::SColor &bottomColor) const override;
|
||||
|
||||
//! Get the real boundingbox used by the billboard (which depends on the active camera)
|
||||
const core::aabbox3d<f32> &getTransformedBillboardBoundingBox(const irr::scene::ICameraSceneNode *camera) override;
|
||||
const core::aabbox3d<f32> &getTransformedBillboardBoundingBox(const scene::ICameraSceneNode *camera) override;
|
||||
|
||||
//! Get the amount of mesh buffers.
|
||||
u32 getMeshBufferCount() const override
|
||||
|
@ -91,7 +89,7 @@ public:
|
|||
ISceneNode *clone(ISceneNode *newParent = 0, ISceneManager *newManager = 0) override;
|
||||
|
||||
protected:
|
||||
void updateMesh(const irr::scene::ICameraSceneNode *camera);
|
||||
void updateMesh(const scene::ICameraSceneNode *camera);
|
||||
|
||||
private:
|
||||
//! Size.Width is the bottom edge width
|
||||
|
@ -110,4 +108,3 @@ private:
|
|||
};
|
||||
|
||||
} // end namespace scene
|
||||
} // end namespace irr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue