![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrenderableobjects_p.h>
Public Types | |
| enum class | Type : quint8 { DefaultMaterialMeshSubset , CustomMaterialMeshSubset , Particles } |
Public Member Functions | |
| QSSGRenderableObject (Type ty, QSSGRenderableObjectFlags inFlags, const QVector3D &inWorldCenterPt, const QSSGBounds3 &inBounds, float inDepthBias, float inMinThreshold=-1, float inMaxThreshold=-1) | |
Public Attributes | |
| const QSSGBounds3 & | bounds |
| QSSGBounds3 | globalBounds |
| QSSGBounds3 | globalBoundsInstancing |
| QSSGRenderableObjectFlags | renderableFlags |
| QVector3D | worldCenterPoint |
| float | depthBiasSq |
| float | camdistSq = 0.0f |
| QSSGDepthDrawMode | depthWriteMode = QSSGDepthDrawMode::OpaqueOnly |
| const Type | type |
| float | instancingLodMin = -1 |
| float | instancingLodMax = -1 |
Definition at line 239 of file qssgrenderableobjects_p.h.
|
strong |
| Enumerator | |
|---|---|
| DefaultMaterialMeshSubset | |
| CustomMaterialMeshSubset | |
| Particles | |
Definition at line 243 of file qssgrenderableobjects_p.h.
|
inline |
Definition at line 267 of file qssgrenderableobjects_p.h.
References QSSGRenderableObject(), depthBiasSq, instancingLodMax, instancingLodMin, and renderableFlags.
Referenced by QSSGRenderableObject().
| const QSSGBounds3& QSSGRenderableObject::bounds |
Definition at line 251 of file qssgrenderableobjects_p.h.
| float QSSGRenderableObject::camdistSq = 0.0f |
Definition at line 261 of file qssgrenderableobjects_p.h.
| float QSSGRenderableObject::depthBiasSq |
Definition at line 260 of file qssgrenderableobjects_p.h.
Referenced by QSSGRenderableObject().
| QSSGDepthDrawMode QSSGRenderableObject::depthWriteMode = QSSGDepthDrawMode::OpaqueOnly |
Definition at line 262 of file qssgrenderableobjects_p.h.
| QSSGBounds3 QSSGRenderableObject::globalBounds |
Definition at line 252 of file qssgrenderableobjects_p.h.
| QSSGBounds3 QSSGRenderableObject::globalBoundsInstancing |
Definition at line 255 of file qssgrenderableobjects_p.h.
| float QSSGRenderableObject::instancingLodMax = -1 |
Definition at line 265 of file qssgrenderableobjects_p.h.
Referenced by QSSGRenderableObject().
| float QSSGRenderableObject::instancingLodMin = -1 |
Definition at line 264 of file qssgrenderableobjects_p.h.
Referenced by QSSGRenderableObject().
| QSSGRenderableObjectFlags QSSGRenderableObject::renderableFlags |
Definition at line 257 of file qssgrenderableobjects_p.h.
Referenced by QSSGRenderableObject().
| const Type QSSGRenderableObject::type |
Definition at line 263 of file qssgrenderableobjects_p.h.
| QVector3D QSSGRenderableObject::worldCenterPoint |
Definition at line 259 of file qssgrenderableobjects_p.h.