git-svn-id: svn://db.shs.com.ru/libs@447 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-10-16 13:38:12 +00:00
parent 83b27e0ff7
commit 452c9aa3a1
4 changed files with 68 additions and 38 deletions

View File

@@ -143,6 +143,7 @@ public:
QMatrix4x4 transform() {return mat_;}
void setTransform(const QMatrix4x4 & t);
bool isRawMatrix() {return raw_matrix;}
bool isAcceptLight() const {return accept_light;}
void setAcceptLight(bool yes) {accept_light = yes;}