FrustumCulling QML Type
FrameGraphのフラストラムカリングを有効にします。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QFrustumCulling |
Inherits: | |
Status: | Deprecated |
詳細説明
FrustumCulling タイプは、カメラビューとエンティティのジオメトリ境界に基づいて、描画可能なエンティティのフラストラムカリングを有効にします。FrameGraphにFrustumCullingが存在する場合、Geometry境界がカメラのフラストラム、つまりカメラのビューと交差するエンティティだけが描画される。FrustumCulling がない場合は、描画可能なすべてのエンティティが描画されます。カメラは、現在の階層のCameraSelector フレームグラフノードで選択されます。Frustum Culling を使用すると、レンダリングシーンが複雑な場合に GPU の処理時間を大幅に短縮できます。
CameraSelectorも参照してください 。
© 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.