NcEngine
Environment.h
Go to the documentation of this file.
1
5#pragma once
6
8#include "ncmath/Vector.h"
9
10namespace nc
11{
14{
15 Vector4 primaryColor = Vector4::One();
16 Vector4 secondaryColor = Vector4::One();
17 Vector4 tertiaryColor = Vector4::One();
19 bool useSkybox = false;
20 bool useColorOverride = false;
21};
22} // namespace nc
Contains global graphics properties.
Definition: Environment.h:14
A four component vector.
Definition: Vector.h:48
Definition: AssetViews.h:44