expose setToneMapping method
This commit is contained in:
@@ -42,11 +42,17 @@ using namespace camutils;
|
||||
typedef int32_t EntityId;
|
||||
|
||||
namespace polyvox {
|
||||
|
||||
enum ToneMapping {
|
||||
ACES, FILMIC, LINEAR
|
||||
};
|
||||
|
||||
class FilamentViewer {
|
||||
public:
|
||||
FilamentViewer(const void* context, const ResourceLoaderWrapper* const resourceLoaderWrapper);
|
||||
~FilamentViewer();
|
||||
|
||||
void setToneMapping(ToneMapping toneMapping);
|
||||
void loadSkybox(const char* const skyboxUri);
|
||||
void removeSkybox();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user