mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Use multiple light positions for CAO lighting
This commit is contained in:
parent
f89794108c
commit
3f0cbbc372
3 changed files with 26 additions and 18 deletions
|
@ -43,7 +43,6 @@ public:
|
|||
virtual void removeFromScene(bool permanent) {}
|
||||
|
||||
virtual void updateLight(u32 day_night_ratio) {}
|
||||
virtual v3s16 getLightPosition() { return v3s16(0, 0, 0); }
|
||||
|
||||
virtual bool getCollisionBox(aabb3f *toset) const { return false; }
|
||||
virtual bool getSelectionBox(aabb3f *toset) const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue