mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
tint ability for the clouds object
This commit is contained in:
3
sky.h
3
sky.h
@@ -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) );
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user