![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssglightmapbaker_p.h>
Public Attributes | |
| QSSGLightmapper::Callback | lightmapBakingOutput |
| std::function< QVector< QSSGBakedLightingModel >()> | modelsToBake |
| std::function< void(bool)> | triggerNewFrame |
| std::function< void(bool)> | setCurrentlyBaking |
Definition at line 51 of file qssglightmapbaker_p.h.
| QSSGLightmapper::Callback QSSGLightmapBaker::Context::Callbacks::lightmapBakingOutput |
Definition at line 52 of file qssglightmapbaker_p.h.
| std::function<QVector<QSSGBakedLightingModel>()> QSSGLightmapBaker::Context::Callbacks::modelsToBake |
Definition at line 53 of file qssglightmapbaker_p.h.
| std::function<void(bool)> QSSGLightmapBaker::Context::Callbacks::setCurrentlyBaking |
Definition at line 55 of file qssglightmapbaker_p.h.
| std::function<void(bool)> QSSGLightmapBaker::Context::Callbacks::triggerNewFrame |
Definition at line 54 of file qssglightmapbaker_p.h.