Uses of Class
io.qt.qt3d.core.QNode
-
Uses of QNode in io.qt.qt3d.core
Subclasses of QNode in io.qt.qt3d.coreModifier and TypeClassDescriptionclassA skeleton contains the joints for a skinned meshclassUsed to calculate skinning transform matrices and set them on shadersclassDefines an attribute and how data should be read from a QBufferclassCan be used to override the bounding volume of an entityclassProvides a data store for raw data to later be used as vertices or uniformsclassBase class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a componentclassHolds settings related to core data handling processclassQt3DCore::QEntity is a Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behaviorclassEncapsulates geometryclassEncapsulates geometry detailsclassUsed to transforms parts of skinned meshesclassHolds the data for a skeleton to be used with skinned meshesclassUsed to load a skeleton of joints from fileclassUsed to perform transforms on meshesMethods in io.qt.qt3d.core that return QNodeModifier and TypeMethodDescriptionfinal QNodeQAspectEngine.lookupNode(QNodeId id) final QNodeQNode.parentNode()Methods in io.qt.qt3d.core that return types with arguments of type QNodeModifier and TypeMethodDescriptionfinal io.qt.core.QList<QNode>QNode.childNodes()final io.qt.core.QList<QNode>QAspectEngine.lookupNodes(Collection<QNodeId> ids) Methods in io.qt.qt3d.core with parameters of type QNodeModifier and TypeMethodDescriptionstatic QNodeIdQt3DCore.qIdForNode(QNode node) final voidvoidQBackendNode.syncFromFrontEnd(QNode frontEnd, boolean firstTime) QBackendNode::syncFromFrontEnd frontEnd firstTimeConstructors in io.qt.qt3d.core with parameters of type QNodeModifierConstructorDescriptionQAttribute(QBuffer buf, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset, int stride, QNode parent) QAttribute(QBuffer buf, String name, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset, int stride, QNode parent) QAttribute(QNode parent) QBoundingVolume(QNode parent) QComponent(QNode parent) QCoreSettings(QNode parent) QGeometryView(QNode parent) QSkeletonLoader(io.qt.core.QUrl source, QNode parent) QSkeletonLoader(QNode parent) QTransform(QNode parent)