This class is deprecated; use QMetalRoughMaterial 代替。 更多...
| 头: | #include <QTexturedMetalRoughMaterial> |
| qmake: | QT += 3dextras |
| Since: | Qt 5.9 |
| 继承: | Qt3DExtras::QMetalRoughMaterial |
该类已过时。 提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
| QTexturedMetalRoughMaterial (Qt3DCore::QNode * parent = nullptr) |
| void | ambientOcclusionChanged (const QVariant & ambientOcclusion ) |
| void | normalChanged (const QVariant & normal ) |
| const QMetaObject | staticMetaObject |
This class is deprecated; use QMetalRoughMaterial 代替。
访问函数:
| QVariant | ambientOcclusion () const |
| void | setAmbientOcclusion (const QVariant & ambientOcclusion ) |
通知程序信号:
| void | ambientOcclusionChanged (const QVariant & ambientOcclusion ) |
访问函数:
| QVariant | normal () const |
| void | setNormal (const QVariant & normal ) |
通知程序信号:
| void | normalChanged (const QVariant & normal ) |
构造新的 QTexturedMetalRoughMaterial instance with parent object parent .