paysages3d/src/interface/modeler/quickapp/AtmosphereModeler.h
Michaël Lemaire 9d077d78f5 Added FloatPropertyBind class
This allows to easily bind a Qml property to a FloatNode,
synchronizing values both ways.
2015-08-19 01:17:49 +02:00

23 lines
322 B
C++

#ifndef ATMOSPHEREMODELER_H
#define ATMOSPHEREMODELER_H
#include "modeler_global.h"
namespace paysages {
namespace modeler {
class AtmosphereModeler
{
public:
AtmosphereModeler(MainModelerWindow *main);
~AtmosphereModeler();
private:
FloatPropertyBind *prop_daytime;
};
}
}
#endif // ATMOSPHEREMODELER_H