tint ability for the clouds object

This commit is contained in:
tmj-fstate
2017-02-26 00:20:18 +01:00
parent 493340e602
commit bd588b87b3
3 changed files with 29 additions and 17 deletions

3
sky.h
View File

@@ -11,6 +11,7 @@ http://mozilla.org/MPL/2.0/.
#pragma once
#include "Model3d.h"
#include "Float3d.h"
class TSky
{
@@ -21,7 +22,7 @@ class TSky
TSky();
~TSky();
void Init();
void Render();
void Render( float3 const &Tint = float3(1.0f, 1.0f, 1.0f) );
};
//---------------------------------------------------------------------------