mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Basic model shading (#9374)
This commit is contained in:
parent
478e753298
commit
6958071f49
9 changed files with 338 additions and 41 deletions
|
@ -367,7 +367,7 @@ public:
|
|||
const NodeDefManager* getNodeDefManager() override;
|
||||
ICraftDefManager* getCraftDefManager() override;
|
||||
ITextureSource* getTextureSource();
|
||||
virtual IShaderSource* getShaderSource();
|
||||
virtual IWritableShaderSource* getShaderSource();
|
||||
u16 allocateUnknownNodeId(const std::string &name) override;
|
||||
virtual ISoundManager* getSoundManager();
|
||||
MtEventManager* getEventManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue