Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquick3dskeleton.cpp
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5#include "qquick3dobject_p.h"
6#include "qquick3dnode_p_p.h"
7
8#include <QtQuick3DRuntimeRender/private/qssgrenderskeleton_p.h>
9
11
45
49
51{
52 if (!node)
53 node = new QSSGRenderSkeleton();
54
56
57 auto skeletonNode = static_cast<QSSGRenderSkeleton *>(node);
58
59 return skeletonNode;
60}
61
QSSGRenderGraphObject * updateSpatialNode(QSSGRenderGraphObject *node) override
QQuick3DSkeleton(QQuick3DNode *parent=nullptr)
\qmltype Skeleton \inherits Node \inqmlmodule QtQuick3D
~QQuick3DSkeleton() override
QSSGRenderGraphObject * updateSpatialNode(QSSGRenderGraphObject *node) override
Combined button and popup list for selecting options.
Definition moc.h:23