mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 15:42:57 +02:00
changes from cr
This commit is contained in:
parent
379a262b07
commit
458b3f18df
2 changed files with 1 additions and 4 deletions
|
@ -29,9 +29,6 @@
|
||||||
#include "TextureCache.h"
|
#include "TextureCache.h"
|
||||||
#include "FramebufferCache.h"
|
#include "FramebufferCache.h"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <sstream>
|
|
||||||
|
|
||||||
namespace ru {
|
namespace ru {
|
||||||
using render_utils::slot::texture::Texture;
|
using render_utils::slot::texture::Texture;
|
||||||
using render_utils::slot::buffer::Buffer;
|
using render_utils::slot::buffer::Buffer;
|
||||||
|
|
|
@ -30,7 +30,7 @@ enum class ToneCurve {
|
||||||
|
|
||||||
class ToneMappingConfig : public render::Job::Config {
|
class ToneMappingConfig : public render::Job::Config {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY(float exposure MEMBER exposure WRITE setExposure);
|
Q_PROPERTY(float exposure MEMBER exposure WRITE setExposure);
|
||||||
Q_PROPERTY(int curve MEMBER curve WRITE setCurve);
|
Q_PROPERTY(int curve MEMBER curve WRITE setCurve);
|
||||||
public:
|
public:
|
||||||
ToneMappingConfig() : render::Job::Config(true) {}
|
ToneMappingConfig() : render::Job::Config(true) {}
|
||||||
|
|
Loading…
Reference in a new issue