ADD: multi light system docs

This commit is contained in:
2025-11-26 21:40:46 +09:00
parent 12cab048d8
commit 87e2a5d683
3 changed files with 414 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ public:
std::vector<ComputeEffect> &getEffects() { return _backgroundEffects; }
std::vector<ComputeEffect> _backgroundEffects;
int _currentEffect = 0;
int _currentEffect = 2;
private:
EngineContext *_context = nullptr;