16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09:18 +02:00

manual tweaks/overrides in skydome colour model

This commit is contained in:
tmj-fstate
2017-02-26 16:44:42 +01:00
parent a194f3077c
commit 0752024d47
4 changed files with 36 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ private:
// data
int const m_tesselation;
std::vector<float3> m_vertices;
std::vector<float3> m_normals;
// std::vector<float3> m_normals;
std::vector<float3> m_colours;
static float m_distributionluminance[ 5 ][ 2 ];