![]() |
Scanframe Modular Application 0.1.0
|
#include <QMetaType>

Go to the source code of this file.
Namespaces | |
| namespace | sf |
Enumerations | |
| enum | sf::SceneOption : int { sf::soWireModel = 1 << 0 , sf::soShowNormals = 1 << 1 , sf::soPaint = 1 << 2 , sf::soSwitch1 = 1 << 3 , sf::soSwitch2 = 1 << 4 } |
| Scene options for rendering. Use a full namespace type path when specifying a Q_PROPERTY(...) More... | |
| enum | sf::OrbitMode { sf::omCamera , sf::omModel , sf::omLightDirection , sf::omLightPosition } |
| Modes for changing an OpenGL property of a scene. Use a full namespace type path when specifying a Q_PROPERTY(...) More... | |