CoreSettings QML Type

CoreSettingsクラスは、コア・データ処理プロセスに関する設定を保持します。詳細...

Import Statement: import Qt3D.Core 2.8
Since: Qt 6.0
In C++: QCoreSettings
Status: Deprecated

プロパティ

詳細説明

CoreSettingsコンポーネントは、シーンルート・エンティティのコンポーネントとして設定されるべきである(シーングラフのどこにでもあり得るが)。インスタンスは1つでなければならない。

これは、Qt 3D'の動作の一部を制御するために使用することができる。

プロパティ ドキュメント

boundingVolumesEnabled : bool

バウンディングボリューム処理が有効かどうかを保持します。デフォルトでは true です。これを無効にすると、各フレームで実行される計算量を減らすことができます。ピッキングやフラストラムカリングを使用する場合は、これを有効にしておく必要があります(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.