EdgeDetect QML Type

边缘高亮效果。更多

Import Statement: import QtQuick3D.Effects 6.9
Status: Deprecated since 6.5

自 QtQuick3D.Effects 6.5 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。

属性

详细说明

请使用ExtendedSceneEnvironmentMultiEffect 或通过Effect 类型使用用户自定义特效。

警告: 从 Qt 6.5 开始,QtQuick3D.Effects 中的所有预制独立特效都将被视为过时。建议应用程序酌情使用ExtendedSceneEnvironmentMultiEffect ,或通过Effect 类型提供自己的自定义后处理效果。

EdgeDetect 效果会将场景中平滑不变的区域变暗,而将场景中颜色变化剧烈的区域变亮,以突出边缘。

属性文档

edgeStrength : real

边缘高亮的强度。范围是[0...1] 。默认值为0.5


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.