Add a parameter for shapes to not drop shadow.
This commit is contained in:
@@ -40,6 +40,7 @@ public:
|
||||
Matrix transformMatrix;
|
||||
Matrix inverseTransform;
|
||||
Material material;
|
||||
bool dropShadow;
|
||||
|
||||
public:
|
||||
Shape(ShapeType = SHAPE_NONE);
|
||||
|
||||
Reference in New Issue
Block a user