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 .