Graphics/Camera: Add clear color per viewer
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
const Color& Camera::GetClearColor() const
|
||||
{
|
||||
return m_clearColor;
|
||||
}
|
||||
|
||||
UInt32 Camera::GetRenderMask() const
|
||||
{
|
||||
return m_renderMask;
|
||||
|
||||
Reference in New Issue
Block a user