QLevelOfDetailBoundingSphere Class

class Qt3DRender::QLevelOfDetailBoundingSphere

QLevelOfDetailBoundingSphere 클래스는 중심과 반지름으로 정의되는 간단한 구형 볼륨을 제공합니다. 더 보기...

Header: #include <QLevelOfDetailBoundingSphere>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
QML에서: levelOfDetailBoundingSphere
상태: Deprecated

속성

공공 기능

QLevelOfDetailBoundingSphere(QVector3D center = QVector3D(), float radius = 1.0f)
QVector3D center() const
float radius() const

상세 설명

속성 문서

[read-only] center : const QVector3D

경계 구의 중심을 지정합니다.

함수에 액세스합니다:

QVector3D center() const

[read-only] radius : const float

경계 구의 반지름을 지정합니다.

함수에 액세스합니다:

float radius() const

멤버 함수 문서

[explicit] QLevelOfDetailBoundingSphere::QLevelOfDetailBoundingSphere(QVector3D center = QVector3D(), float radius = 1.0f)

지정된 centerradius 을 사용하여 새 QLevelOfDetailBoundingSphere 를 생성합니다.

© 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.