1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Optimize draw3DBox generic case

This commit is contained in:
sfan5 2025-01-02 12:32:45 +01:00
parent 4e2ca05f08
commit 0614b175b5
3 changed files with 10 additions and 76 deletions

View file

@ -170,9 +170,6 @@ public:
const core::position2d<s32> &end,
SColor color = SColor(255, 255, 255, 255)) override;
//! Draws a 3d box
void draw3DBox(const core::aabbox3d<f32> &box, SColor color = SColor(255, 255, 255, 255)) override;
//! Draws a 3d line.
virtual void draw3DLine(const core::vector3df &start,
const core::vector3df &end,