improved 3d rendering, minor changes

added support for thick 3d walls
This commit is contained in:
2017-08-02 14:30:01 +02:00
parent 6f06984c4e
commit 29d5ce19ff
10 changed files with 234 additions and 18 deletions

View File

@@ -57,6 +57,10 @@ protected:
}
bool isTransparent() const override {
return false;
}
};
#endif // MV3DELEMENTSTAIR_H