Added Comments
Added ability to hold shift and skip the terrain generation when loading Added ability for the perlin terrain to save a raw image of the terrain to use as a cache
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "DirectXCore.h"
|
||||
|
||||
// Class for holding the global lighting settings, this saves having to go through every node to change these values
|
||||
class GlobalLighting
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user