QtQuick3D Proxy Page

Types

Type Documentation

QSSGCameraId

The QSSGCameraId is a handle to a QtQuick3D Camera object, like the PerspectiveCamera item.

Note: Cameras are also nodes.

QSSGExtensionId

The QSSGExtensionId is a handle to a QtQuick3D extension type, like items that inherits from the RenderExtension type.

See also 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 item.

QSSGPrepContextId

Handle to a preparation context. Setting up a preparation context is the first step needed before renderables can be created and rendered.

See also 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 and the preparation context can be 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 types.

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