Fluid
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
elevation.cpp File Reference
#include <QQuickWindow>
#include <QSGFlatColorMaterial>
#include <QSGGeometry>
#include <QSGRendererInterface>
#include "elevation.h"
#include "elevationmaterial.h"
#include "geometry.h"
Include dependency graph for elevation.cpp:

Classes

class  Fluid::SceneGraph::ElevationNode
 

Namespaces

namespace  Fluid
 
namespace  Fluid::SceneGraph
 

Variables

constexpr float kAmbientAlpha = 0.039f
 
constexpr float kSpotAlpha = 0.25f
 
constexpr float kShadowLightRadius = 800.0f
 
constexpr float kShadowLightHeight = 600.0f
 
constexpr QVector3D kLightPos = { 0, -1, 1 }
 

Variable Documentation

◆ kAmbientAlpha

constexpr float kAmbientAlpha = 0.039f
constexpr

◆ kLightPos

constexpr QVector3D kLightPos = { 0, -1, 1 }
constexpr

◆ kShadowLightHeight

constexpr float kShadowLightHeight = 600.0f
constexpr

◆ kShadowLightRadius

constexpr float kShadowLightRadius = 800.0f
constexpr

◆ kSpotAlpha

constexpr float kSpotAlpha = 0.25f
constexpr