QtQuick3D Proxy Page
类型
QSSGCameraId | |
QSSGExtensionId | |
QSSGNodeId | |
QSSGPrepContextId | |
QSSGPrepResultId | |
QSSGRenderablesId | |
QSSGResourceId |
类型文档编制
QSSGCameraId
The QSSGCameraId is a handle to a QtQuick3D Camera object, like the PerspectiveCamera 项。
注意: Cameras are also nodes.
QSSGExtensionId
The QSSGExtensionId is a handle to a QtQuick3D extension type, like items that inherits from the RenderExtension 类型。
另请参阅 QQuick3DRenderExtension and QSSGRenderExtension .
QSSGNodeId
The QSSGNodeId is a handle to a QtQuick3D node object. Node objects are all objects that inherits from Node , like the Model 项。
QSSGPrepContextId
Handle to a preparation context. Setting up a preparation context is the first step needed before renderables can be created and rendered.
另请参阅 QSSGRenderHelpers::prepareForRender ().
QSSGPrepResultId
Handle to a preparation result.
Once the renderables for a frame are updated and ready to be translated into rendering code by the engine, the renderables 和 preparation context 可以是 committed . If the commit succeeds, the returned preparation result can be used to prepare and record the rendering for the frame.
QSSGRenderablesId
Handle to a set of renderables.
Handle to a set of renderables created for one or more node(s). This
id
can be used to for example modify the renderables created for a specific model.
QSSGResourceId
The QSSGResourceId is a handle to a QtQuick3D object. Resources are usually all none-node 类型。