headlight,

bug fixes,
code improvement,
This commit is contained in:
Anakin
2017-01-30 11:31:37 +01:00
parent fbb51563c9
commit 9c16aa32f1
5 changed files with 31 additions and 11 deletions

View File

@@ -30,6 +30,8 @@ signals:
void updateLightColor(QVector3D value);
void updateAttFac(double value);
void updateAmbCoef(double value);
void sendHeadlight(bool value);
void sendBackfaceCulling(bool value);
void sendZommSpeed(int percent);
};