mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Reuse object_shader for "wielditem" and "item" entity drawtypes (#9537)
This commit is contained in:
parent
c87d52a5fa
commit
cdbe3c5e57
6 changed files with 24 additions and 165 deletions
|
@ -87,6 +87,8 @@ public:
|
|||
// Must only be used if the constructor was called with lighting = false
|
||||
void setColor(video::SColor color);
|
||||
|
||||
void setNodeLightColor(video::SColor color);
|
||||
|
||||
scene::IMesh *getMesh() { return m_meshnode->getMesh(); }
|
||||
|
||||
virtual void render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue