Hide trees and grass in the path of the car
This commit is contained in:
@@ -99,6 +99,7 @@ struct SceneNode {
|
||||
bool isInverted = false;
|
||||
|
||||
// rendering
|
||||
bool isHidden = false;
|
||||
Gloom::Shader* shader = nullptr;
|
||||
mat4 MVP; // MVP
|
||||
mat4 MV; // MV
|
||||
|
||||
Reference in New Issue
Block a user