QtQuick3D 代理页面

类型

类型文档

QSSGCameraId

QSSGCameraId 是QtQuick3D Camera 对象的句柄,就像PerspectiveCamera 项一样。

注: 摄像机也是节点。

QSSGExtensionId

QSSGExtensionId 是QtQuick3D 扩展类型的句柄,如继承自RenderExtension 类型的项目。

另请参阅 QQuick3DRenderExtensionQSSGRenderExtension

QSSGNodeId

QSSGNodeId 是QtQuick3D 节点对象的句柄。Node 对象是继承于Node 的所有对象,如Model 项。

QSSGPrepContextId

准备上下文的句柄。设置准备上下文是创建和渲染可呈现元素前的第一步。

另请参阅 QSSGRenderHelpers::prepareForRender().

QSSGPrepResultId

处理结果。

一旦更新了帧的renderables ,并准备好被引擎转化为渲染代码,renderablespreparation context 就可以被committed 。如果提交成功,返回的准备结果可用于preparerecord 帧的渲染。

QSSGRenderablesId

一组可呈现内容的句柄。

为一个或多个节点创建的一组可呈现效果的句柄。例如,该id 可用于修改为特定模型创建的可呈现效果。

QSSGResourceId

QSSGResourceId 是QtQuick3D 对象的句柄。资源通常都是none-node 类型。

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