CoreSettings QML Type
CoreSettings 클래스에는 핵심 데이터 처리 프로세스와 관련된 설정이 있습니다. 더 보기...
Import Statement: | import Qt3D.Core 2.8 |
Since: | Qt 6.0 |
In C++: | QCoreSettings |
Status: | Deprecated |
속성
- boundingVolumesEnabled : bool
상세 설명
CoreSettings 컴포넌트는 씬 루트 엔티티의 컴포넌트로 설정해야 합니다(씬 그래프의 어느 곳에나 위치할 수 있음). 하나의 인스턴스가 있어야 합니다.
Qt 3D 의 일부 동작을 제어하는 데 사용할 수 있습니다.
프로퍼티 문서
boundingVolumesEnabled : bool |
바운딩 볼륨 처리 활성화 여부를 보유합니다. 기본적으로 참입니다. 이 옵션을 비활성화하면 매 프레임마다 수행되는 계산량을 줄일 수 있습니다. 피킹 또는 프러스텀 컬링을 사용하는 경우 이 옵션을 활성화해야 합니다( BoundingVolume 를 사용하여 명시적인 바운딩 볼륨 크기를 제공하는 경우에도 마찬가지입니다).
© 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.