<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="https://doc.qt.io/qt" title="Qt Quick 3D Reference Documentation" version="6.9.0" project="QtQuick3D" indexTitle="Qt Quick 3D">
    <namespace name="" status="active" access="public" module="qtquick3d">
        <qmlclass name="AdditiveColorGradient" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.AdditiveColorGradient" href="qml-qtquick3d-effects-additivecolorgradient.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="AdditiveColorGradient" fulltitle="AdditiveColorGradient" subtitle="" brief="A gradient with additive color effect">
            <qmlproperty name="bottomColor" fullname="QtQuick3D.Effects.AdditiveColorGradient.bottomColor" href="qml-qtquick3d-effects-additivecolorgradient.html#bottomColor-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="topColor" fullname="QtQuick3D.Effects.AdditiveColorGradient.topColor" href="qml-qtquick3d-effects-additivecolorgradient.html#topColor-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="vector3d" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Affector3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Particles3D.Affector3D" href="qml-qtquick3d-particles3d-affector3d.html" status="active" access="public" since="6.2" documented="true" title="Affector3D" fulltitle="Affector3D" subtitle="" brief="Affectors modify the attributes of particles during their lifetime">
            <qmlproperty name="enabled" fullname="QtQuick3D.Particles3D.Affector3D.enabled" href="qml-qtquick3d-particles3d-affector3d.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="particles" fullname="QtQuick3D.Particles3D.Affector3D.particles" href="qml-qtquick3d-particles3d-affector3d.html#particles-prop" status="active" access="public" documented="true" type="List&lt;Particle3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="system" fullname="QtQuick3D.Particles3D.Affector3D.system" href="qml-qtquick3d-particles3d-affector3d.html#system-prop" status="active" access="public" documented="true" type="ParticleSystem3D" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtaa-toc.html" href="qtaa-toc.html" status="active" location="qt3dxr-toc.qdoc" documented="true" subtype="page" title="All Topics" fulltitle="All Topics" subtitle=""/>
        <page name="quick3d-asset-conditioning-anti-aliasing" href="quick3d-asset-conditioning-anti-aliasing.html" status="active" location="qtquick3d-aa.qdoc" documented="true" subtype="page" title="Anti-Aliasing Best Practices" fulltitle="Anti-Aliasing Best Practices" subtitle="">
            <target name="texture-aliasing"/>
            <target name="reflection-aliasing"/>
            <target name="multisample-aa"/>
            <target name="temporal-aa"/>
            <target name="progressive-aa"/>
            <target name="supersample-aa"/>
            <target name="mipmaps"/>
            <target name="specular-aa"/>
            <target name="fx-aa"/>
            <target name="silhouette-opacity-maps"/>
            <target name="modifying-materials"/>
            <contents name="aliasing-in-general" title="Aliasing in General" level="1"/>
            <contents name="geometry-aliasing" title="Geometry Aliasing" level="2"/>
            <contents name="texture-aliasing" title="Texture Aliasing" level="2"/>
            <contents name="reflection-aliasing" title="Reflection Aliasing" level="2"/>
            <contents name="anti-aliasing-techniques-in-qt-quick-3d" title="Anti-Aliasing Techniques in Qt Quick 3D" level="1"/>
            <contents name="multisample-anti-aliasing" title="Multisample Anti-Aliasing" level="2"/>
            <contents name="temporal-anti-aliasing" title="Temporal Anti-Aliasing" level="2"/>
            <contents name="progressive-anti-aliasing" title="Progressive Anti-Aliasing" level="2"/>
            <contents name="supersample-anti-aliasing" title="Supersample Anti-Aliasing" level="2"/>
            <contents name="mipmaps" title="Mipmaps" level="2"/>
            <contents name="specular-anti-aliasing" title="Specular Anti-Aliasing" level="2"/>
            <contents name="fast-approximate-anti-aliasing" title="Fast Approximate Anti-Aliasing" level="2"/>
            <contents name="artist-employed-cheats" title="Artist-Employed Cheats" level="1"/>
            <contents name="silhouette-opacity-maps" title="Silhouette Opacity Maps" level="2"/>
            <contents name="modifying-materials-or-geometry" title="Modifying Materials or Geometry" level="2"/>
        </page>
        <qmlclass name="Attractor3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Affector3D" fullname="QtQuick3D.Particles3D.Attractor3D" href="qml-qtquick3d-particles3d-attractor3d.html" status="active" access="public" since="6.2" documented="true" title="Attractor3D" fulltitle="Attractor3D" subtitle="" brief="Attracts particles towards a position or a shape">
            <qmlproperty name="duration" fullname="QtQuick3D.Particles3D.Attractor3D.duration" href="qml-qtquick3d-particles3d-attractor3d.html#duration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="durationVariation" fullname="QtQuick3D.Particles3D.Attractor3D.durationVariation" href="qml-qtquick3d-particles3d-attractor3d.html#durationVariation-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="hideAtEnd" fullname="QtQuick3D.Particles3D.Attractor3D.hideAtEnd" href="qml-qtquick3d-particles3d-attractor3d.html#hideAtEnd-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="positionVariation" fullname="QtQuick3D.Particles3D.Attractor3D.positionVariation" href="qml-qtquick3d-particles3d-attractor3d.html#positionVariation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="positionsAmount" fullname="QtQuick3D.Particles3D.Attractor3D.positionsAmount" href="qml-qtquick3d-particles3d-attractor3d.html#positionsAmount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="shape" fullname="QtQuick3D.Particles3D.Attractor3D.shape" href="qml-qtquick3d-particles3d-attractor3d.html#shape-prop" status="active" access="public" documented="true" type="ParticleAbstractShape3D" attached="false" writable="true"/>
            <qmlproperty name="useCachedPositions" fullname="QtQuick3D.Particles3D.Attractor3D.useCachedPositions" href="qml-qtquick3d-particles3d-attractor3d.html#useCachedPositions-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="AxisHelper" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Helpers.AxisHelper" href="qml-qtquick3d-helpers-axishelper.html" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" title="AxisHelper" fulltitle="AxisHelper" subtitle="" brief="Visual helper for showing the 3 axes and a grid in a 3D scene">
            <qmlproperty name="enableAxisLines" fullname="QtQuick3D.Helpers.AxisHelper.enableAxisLines" href="qml-qtquick3d-helpers-axishelper.html#enableAxisLines-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="enableXYGrid" fullname="QtQuick3D.Helpers.AxisHelper.enableXYGrid" href="qml-qtquick3d-helpers-axishelper.html#enableXYGrid-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="enableXZGrid" fullname="QtQuick3D.Helpers.AxisHelper.enableXZGrid" href="qml-qtquick3d-helpers-axishelper.html#enableXZGrid-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="enableYZGrid" fullname="QtQuick3D.Helpers.AxisHelper.enableYZGrid" href="qml-qtquick3d-helpers-axishelper.html#enableYZGrid-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="gridColor" fullname="QtQuick3D.Helpers.AxisHelper.gridColor" href="qml-qtquick3d-helpers-axishelper.html#gridColor-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="gridOpacity" fullname="QtQuick3D.Helpers.AxisHelper.gridOpacity" href="qml-qtquick3d-helpers-axishelper.html#gridOpacity-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="BakedLightmap" qml-module-name="QtQuick3D" fullname="QtQuick3D.BakedLightmap" href="qml-qtquick3d-bakedlightmap.html" status="active" access="public" since="6.4" documented="true" title="BakedLightmap" fulltitle="BakedLightmap" subtitle="" brief="Specifies baked lightmap settings for a model">
            <qmlproperty name="enabled" fullname="QtQuick3D.BakedLightmap.enabled" href="qml-qtquick3d-bakedlightmap.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="key" fullname="QtQuick3D.BakedLightmap.key" href="qml-qtquick3d-bakedlightmap.html#key-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="loadPrefix" fullname="QtQuick3D.BakedLightmap.loadPrefix" href="qml-qtquick3d-bakedlightmap.html#loadPrefix-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-tool-balsam.html" href="qtquick3d-tool-balsam.html" status="active" location="qtquick3d-tool-balsam.qdoc" documented="true" subtype="page" title="Balsam Asset Import Tool" fulltitle="Balsam Asset Import Tool" subtitle="" brief="Command line tool for importing assets for use with Qt Quick 3D">
            <contents name="example-usage" title="Example Usage" level="1"/>
            <contents name="supported-3d-asset-types" title="Supported 3D Asset Types" level="1"/>
            <contents name="baking-for-image-based-lighting" title="Baking for Image-Based Lighting" level="1"/>
            <contents name="supported-options" title="Supported Options" level="1"/>
        </page>
        <qmlclass name="Blur" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Blur" href="qml-qtquick3d-effects-blur.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Blur" fulltitle="Blur" subtitle="" brief="A one-pass blur effect">
            <qmlproperty name="amount" fullname="QtQuick3D.Effects.Blur.amount" href="qml-qtquick3d-effects-blur.html#amount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="BrushStrokes" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.BrushStrokes" href="qml-qtquick3d-effects-brushstrokes.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="BrushStrokes" fulltitle="BrushStrokes" subtitle="" brief="A brush strokes noise effect">
            <qmlproperty name="brushAngle" fullname="QtQuick3D.Effects.BrushStrokes.brushAngle" href="qml-qtquick3d-effects-brushstrokes.html#brushAngle-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="brushLength" fullname="QtQuick3D.Effects.BrushStrokes.brushLength" href="qml-qtquick3d-effects-brushstrokes.html#brushLength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="brushSize" fullname="QtQuick3D.Effects.BrushStrokes.brushSize" href="qml-qtquick3d-effects-brushstrokes.html#brushSize-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="noiseSample" fullname="QtQuick3D.Effects.BrushStrokes.noiseSample" href="qml-qtquick3d-effects-brushstrokes.html#noiseSample-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="TextureInput" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Buffer" qml-module-name="QtQuick3D" fullname="QtQuick3D.Buffer" href="qml-qtquick3d-buffer.html" status="active" access="public" documented="true" title="Buffer" fulltitle="Buffer" subtitle="" brief="Creates or references a color buffer to be used for a pass of an Effect">
            <qmlproperty name="bufferFlags" fullname="QtQuick3D.Buffer.bufferFlags" href="qml-qtquick3d-buffer.html#bufferFlags-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="format" fullname="QtQuick3D.Buffer.format" href="qml-qtquick3d-buffer.html#format-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="name" fullname="QtQuick3D.Buffer.name" href="qml-qtquick3d-buffer.html#name-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="sizeMultiplier" fullname="QtQuick3D.Buffer.sizeMultiplier" href="qml-qtquick3d-buffer.html#sizeMultiplier-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="textureCoordOperation" fullname="QtQuick3D.Buffer.textureCoordOperation" href="qml-qtquick3d-buffer.html#textureCoordOperation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="textureFilterOperation" fullname="QtQuick3D.Buffer.textureFilterOperation" href="qml-qtquick3d-buffer.html#textureFilterOperation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="BufferInput" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Command" fullname="QtQuick3D.BufferInput" href="qml-qtquick3d-bufferinput.html" status="active" access="public" documented="true" title="BufferInput" fulltitle="BufferInput" subtitle="" brief="Defines an input buffer to be used as input for a pass of an Effect">
            <qmlproperty name="buffer" fullname="QtQuick3D.BufferInput.buffer" href="qml-qtquick3d-bufferinput.html#buffer-prop" status="active" access="public" documented="true" type="Buffer" attached="false" writable="true"/>
            <qmlproperty name="sampler" fullname="QtQuick3D.BufferInput.sampler" href="qml-qtquick3d-bufferinput.html#sampler-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Camera" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Camera" href="qml-qtquick3d-camera.html" status="active" access="public" documented="true" title="Camera" fulltitle="Camera" subtitle="" brief="Defines an abstract base for Cameras">
            <function name="lookAt" fullname="QtQuick3D.Camera.lookAt" href="qml-qtquick3d-camera.html#lookAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="QtQuick3D::Node" name="node" default=""/>
            </function>
            <function name="lookAt" fullname="QtQuick3D.Camera.lookAt" href="qml-qtquick3d-camera.html#lookAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="scenePos" default=""/>
            </function>
            <function name="mapFromViewport" fullname="QtQuick3D.Camera.mapFromViewport" href="qml-qtquick3d-camera.html#mapFromViewport-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="viewportPos" default=""/>
            </function>
            <function name="mapToViewport" fullname="QtQuick3D.Camera.mapToViewport" href="qml-qtquick3d-camera.html#mapToViewport-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="scenePos" default=""/>
            </function>
            <qmlproperty name="frustumCullingEnabled" fullname="QtQuick3D.Camera.frustumCullingEnabled" href="qml-qtquick3d-camera.html#frustumCullingEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="levelOfDetailBias" fullname="QtQuick3D.Camera.levelOfDetailBias" href="qml-qtquick3d-camera.html#levelOfDetailBias-prop" status="active" access="public" since="6.5" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lookAtNode" fullname="QtQuick3D.Camera.lookAtNode" href="qml-qtquick3d-camera.html#lookAtNode-prop" status="active" access="public" documented="true" type="Node" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-changes-qt6.html" href="qtquick3d-changes-qt6.html" status="active" location="qt6-changes.qdoc" documented="true" groups="changes-qt-5-to-6" subtype="page" title="Changes to Qt Quick 3D" fulltitle="Changes to Qt Quick 3D" subtitle="" brief="Migrate Qt Quick 3D to Qt 6">
            <contents name="rhi" title="RHI" level="1"/>
            <contents name="other-api-changes" title="Other API changes" level="1"/>
            <contents name="qml-import-version" title="QML import version" level="2"/>
            <contents name="lighting" title="Lighting" level="2"/>
            <contents name="custom-materials" title="Custom Materials" level="2"/>
            <contents name="post-processing-effects" title="Post-processing Effects" level="2"/>
            <contents name="principled-material" title="Principled Material" level="2"/>
            <contents name="default-material" title="Default Material" level="2"/>
            <contents name="predefined-materials" title="Predefined materials" level="2"/>
            <contents name="tessellation-and-displacement-maps" title="Tessellation and displacement maps" level="2"/>
            <contents name="qt-quick-items-as-children-of-3d-nodes" title="Qt Quick Items as children of 3D Nodes" level="2"/>
        </page>
        <qmlclass name="ChromaticAberration" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.ChromaticAberration" href="qml-qtquick3d-effects-chromaticaberration.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="ChromaticAberration" fulltitle="ChromaticAberration" subtitle="" brief="A chromatic aberration effect">
            <qmlproperty name="aberrationAmount" fullname="QtQuick3D.Effects.ChromaticAberration.aberrationAmount" href="qml-qtquick3d-effects-chromaticaberration.html#aberrationAmount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="focusDepth" fullname="QtQuick3D.Effects.ChromaticAberration.focusDepth" href="qml-qtquick3d-effects-chromaticaberration.html#focusDepth-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="maskTexture" fullname="QtQuick3D.Effects.ChromaticAberration.maskTexture" href="qml-qtquick3d-effects-chromaticaberration.html#maskTexture-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="TextureInput" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ColorMaster" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.ColorMaster" href="qml-qtquick3d-effects-colormaster.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="ColorMaster" fulltitle="ColorMaster" subtitle="" brief="A color adjustment effect">
            <qmlproperty name="blueStrength" fullname="QtQuick3D.Effects.ColorMaster.blueStrength" href="qml-qtquick3d-effects-colormaster.html#blueStrength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="greenStrength" fullname="QtQuick3D.Effects.ColorMaster.greenStrength" href="qml-qtquick3d-effects-colormaster.html#greenStrength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="redStrength" fullname="QtQuick3D.Effects.ColorMaster.redStrength" href="qml-qtquick3d-effects-colormaster.html#redStrength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="saturation" fullname="QtQuick3D.Effects.ColorMaster.saturation" href="qml-qtquick3d-effects-colormaster.html#saturation-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Command" qml-module-name="QtQuick3D" fullname="QtQuick3D.Command" href="qml-qtquick3d-command.html" status="active" access="public" documented="true" title="Command" fulltitle="Command" subtitle="" brief="Supertype of commands to be performed as part of a pass in an Effect"/>
        <qmlclass name="ConeGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.ConeGeometry" href="qml-qtquick3d-helpers-conegeometry.html" status="active" access="public" since="6.9" documented="true" title="ConeGeometry" fulltitle="ConeGeometry" subtitle="" brief="Provides geometry for a cone">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.ConeGeometry.asynchronous" href="qml-qtquick3d-helpers-conegeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="bottomRadius" fullname="QtQuick3D.Helpers.ConeGeometry.bottomRadius" href="qml-qtquick3d-helpers-conegeometry.html#bottomRadius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="length" fullname="QtQuick3D.Helpers.ConeGeometry.length" href="qml-qtquick3d-helpers-conegeometry.html#length-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rings" fullname="QtQuick3D.Helpers.ConeGeometry.rings" href="qml-qtquick3d-helpers-conegeometry.html#rings-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="segments" fullname="QtQuick3D.Helpers.ConeGeometry.segments" href="qml-qtquick3d-helpers-conegeometry.html#segments-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.ConeGeometry.status" href="qml-qtquick3d-helpers-conegeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="topRadius" fullname="QtQuick3D.Helpers.ConeGeometry.topRadius" href="qml-qtquick3d-helpers-conegeometry.html#topRadius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="CubeMapTexture" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Texture" fullname="QtQuick3D.CubeMapTexture" href="qml-qtquick3d-cubemaptexture.html" status="active" access="public" documented="true" title="CubeMapTexture" fulltitle="CubeMapTexture" subtitle="" brief="Defines a cube map texture for use in 3D scenes"/>
        <qmlclass name="CuboidGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.CuboidGeometry" href="qml-qtquick3d-helpers-cuboidgeometry.html" status="active" access="public" since="6.9" documented="true" title="CuboidGeometry" fulltitle="CuboidGeometry" subtitle="" brief="Provides geometry for a cuboid">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.CuboidGeometry.asynchronous" href="qml-qtquick3d-helpers-cuboidgeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.CuboidGeometry.status" href="qml-qtquick3d-helpers-cuboidgeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="xExtent" fullname="QtQuick3D.Helpers.CuboidGeometry.xExtent" href="qml-qtquick3d-helpers-cuboidgeometry.html#xExtent-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="xyMeshResolution" fullname="QtQuick3D.Helpers.CuboidGeometry.xyMeshResolution" href="qml-qtquick3d-helpers-cuboidgeometry.html#xyMeshResolution-prop" status="active" access="public" documented="true" type="size" attached="false" writable="true"/>
            <qmlproperty name="xzMeshResolution" fullname="QtQuick3D.Helpers.CuboidGeometry.xzMeshResolution" href="qml-qtquick3d-helpers-cuboidgeometry.html#xzMeshResolution-prop" status="active" access="public" documented="true" type="size" attached="false" writable="true"/>
            <qmlproperty name="yExtent" fullname="QtQuick3D.Helpers.CuboidGeometry.yExtent" href="qml-qtquick3d-helpers-cuboidgeometry.html#yExtent-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="yzMeshResolution" fullname="QtQuick3D.Helpers.CuboidGeometry.yzMeshResolution" href="qml-qtquick3d-helpers-cuboidgeometry.html#yzMeshResolution-prop" status="active" access="public" documented="true" type="size" attached="false" writable="true"/>
            <qmlproperty name="zExtent" fullname="QtQuick3D.Helpers.CuboidGeometry.zExtent" href="qml-qtquick3d-helpers-cuboidgeometry.html#zExtent-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-tool-materialeditor.html" href="qtquick3d-tool-materialeditor.html" status="active" location="qtquick3d-tool-materialeditor.qdoc" documented="true" subtype="page" title="Custom Material Editor" fulltitle="Custom Material Editor" subtitle="" brief="GUI tool for creating custom materials">
            <contents name="the-material-editor-tool" title="The Material Editor tool" level="1"/>
            <contents name="usage" title="Usage" level="2"/>
            <contents name="shader-editing" title="Shader editing" level="2"/>
            <contents name="material-properties" title="Material properties" level="2"/>
            <contents name="preview" title="Preview" level="2"/>
            <contents name="uniforms" title="Uniforms" level="2"/>
            <contents name="output-panel" title="Output panel" level="2"/>
            <contents name="importing-shaders" title="Importing shaders" level="2"/>
            <contents name="saving-and-loading-projects" title="Saving and loading projects." level="2"/>
            <contents name="exporting" title="Exporting." level="2"/>
        </page>
        <qmlclass name="CustomCamera" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Camera" fullname="QtQuick3D.CustomCamera" href="qml-qtquick3d-customcamera.html" status="active" access="public" documented="true" title="CustomCamera" fulltitle="CustomCamera" subtitle="" brief="Defines a Camera with a custom projection matrix">
            <qmlproperty name="projection" fullname="QtQuick3D.CustomCamera.projection" href="qml-qtquick3d-customcamera.html#projection-prop" status="active" access="public" documented="true" type="matrix4x4" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="CustomMaterial" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Material" fullname="QtQuick3D.CustomMaterial" href="qml-qtquick3d-custommaterial.html" status="active" access="public" documented="true" title="CustomMaterial" fulltitle="CustomMaterial" subtitle="" brief="Base component for creating custom materials used to shade models">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="two-flavors-of-custom-materials" title="Two flavors of custom materials" level="1"/>
            <contents name="exposing-data-to-the-shaders" title="Exposing data to the shaders" level="1"/>
            <contents name="unshaded-custom-materials" title="Unshaded custom materials" level="1"/>
            <contents name="shaded-custom-materials" title="Shaded custom materials" level="1"/>
            <contents name="vertex-shader-snippets-in-a-shaded-custom-material" title="Vertex shader snippets in a shaded custom material" level="2"/>
            <contents name="fragment-shader-snippets-in-a-shaded-custom-material" title="Fragment shader snippets in a shaded custom material" level="2"/>
            <contents name="custom-variables-between-functions" title="Custom variables between functions" level="2"/>
            <contents name="additional-special-keywords" title="Additional special keywords" level="2"/>
            <contents name="instancing" title="Instancing" level="2"/>
            <contents name="screen-depth-and-other-textures" title="Screen, depth, and other textures" level="1"/>
            <qmlproperty name="alwaysDirty" fullname="QtQuick3D.CustomMaterial.alwaysDirty" href="qml-qtquick3d-custommaterial.html#alwaysDirty-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="destinationAlphaBlend" fullname="QtQuick3D.CustomMaterial.destinationAlphaBlend" href="qml-qtquick3d-custommaterial.html#destinationAlphaBlend-prop" status="active" access="public" since="6.7" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="destinationBlend" fullname="QtQuick3D.CustomMaterial.destinationBlend" href="qml-qtquick3d-custommaterial.html#destinationBlend-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="fragmentShader" fullname="QtQuick3D.CustomMaterial.fragmentShader" href="qml-qtquick3d-custommaterial.html#fragmentShader-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="lineWidth" fullname="QtQuick3D.CustomMaterial.lineWidth" href="qml-qtquick3d-custommaterial.html#lineWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shadingMode" fullname="QtQuick3D.CustomMaterial.shadingMode" href="qml-qtquick3d-custommaterial.html#shadingMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="sourceAlphaBlend" fullname="QtQuick3D.CustomMaterial.sourceAlphaBlend" href="qml-qtquick3d-custommaterial.html#sourceAlphaBlend-prop" status="active" access="public" since="6.7" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="sourceBlend" fullname="QtQuick3D.CustomMaterial.sourceBlend" href="qml-qtquick3d-custommaterial.html#sourceBlend-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexShader" fullname="QtQuick3D.CustomMaterial.vertexShader" href="qml-qtquick3d-custommaterial.html#vertexShader-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="CylinderGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.CylinderGeometry" href="qml-qtquick3d-helpers-cylindergeometry.html" status="active" access="public" since="6.9" documented="true" title="CylinderGeometry" fulltitle="CylinderGeometry" subtitle="" brief="Provides geometry for a cylinder">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.CylinderGeometry.asynchronous" href="qml-qtquick3d-helpers-cylindergeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="length" fullname="QtQuick3D.Helpers.CylinderGeometry.length" href="qml-qtquick3d-helpers-cylindergeometry.html#length-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Helpers.CylinderGeometry.radius" href="qml-qtquick3d-helpers-cylindergeometry.html#radius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rings" fullname="QtQuick3D.Helpers.CylinderGeometry.rings" href="qml-qtquick3d-helpers-cylindergeometry.html#rings-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="segments" fullname="QtQuick3D.Helpers.CylinderGeometry.segments" href="qml-qtquick3d-helpers-cylindergeometry.html#segments-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.CylinderGeometry.status" href="qml-qtquick3d-helpers-cylindergeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="DebugSettings" qml-module-name="QtQuick3D" fullname="QtQuick3D.DebugSettings" href="qml-qtquick3d-debugsettings.html" status="active" access="public" documented="true" title="DebugSettings" fulltitle="DebugSettings" subtitle="" brief="Used to configure debug settings">
            <qmlproperty name="disableShadowCameraUpdate" fullname="QtQuick3D.DebugSettings.disableShadowCameraUpdate" href="qml-qtquick3d-debugsettings.html#disableShadowCameraUpdate-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="drawCascades" fullname="QtQuick3D.DebugSettings.drawCascades" href="qml-qtquick3d-debugsettings.html#drawCascades-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="drawDirectionalLightShadowBoxes" fullname="QtQuick3D.DebugSettings.drawDirectionalLightShadowBoxes" href="qml-qtquick3d-debugsettings.html#drawDirectionalLightShadowBoxes-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="drawPointLightShadowBoxes" fullname="QtQuick3D.DebugSettings.drawPointLightShadowBoxes" href="qml-qtquick3d-debugsettings.html#drawPointLightShadowBoxes-prop" status="active" access="public" since="6.9" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="drawSceneCascadeIntersection" fullname="QtQuick3D.DebugSettings.drawSceneCascadeIntersection" href="qml-qtquick3d-debugsettings.html#drawSceneCascadeIntersection-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="drawShadowCastingBounds" fullname="QtQuick3D.DebugSettings.drawShadowCastingBounds" href="qml-qtquick3d-debugsettings.html#drawShadowCastingBounds-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="drawShadowReceivingBounds" fullname="QtQuick3D.DebugSettings.drawShadowReceivingBounds" href="qml-qtquick3d-debugsettings.html#drawShadowReceivingBounds-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="materialOverride" fullname="QtQuick3D.DebugSettings.materialOverride" href="qml-qtquick3d-debugsettings.html#materialOverride-prop" status="active" access="public" since="6.5" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="wireframeEnabled" fullname="QtQuick3D.DebugSettings.wireframeEnabled" href="qml-qtquick3d-debugsettings.html#wireframeEnabled-prop" status="active" access="public" since="6.5" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DebugView" qml-module-name="QtQuick3D.Helpers" fullname="QtQuick3D.Helpers.DebugView" href="qml-qtquick3d-helpers-debugview.html" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" title="DebugView" fulltitle="DebugView" subtitle="" brief="View to show rendering statistics and perform debug and developer actions">
            <qmlproperty name="resourceDetailsVisible" fullname="QtQuick3D.Helpers.DebugView.resourceDetailsVisible" href="qml-qtquick3d-helpers-debugview.html#resourceDetailsVisible-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.Helpers.DebugView.source" href="qml-qtquick3d-helpers-debugview.html#source-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="var" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DefaultMaterial" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Material" fullname="QtQuick3D.DefaultMaterial" href="qml-qtquick3d-defaultmaterial.html" status="deprecated" access="public" documented="true" title="DefaultMaterial" fulltitle="DefaultMaterial" subtitle="" brief="Lets you define a material for 3D items using the specular/glossiness workflow">
            <contents name="specular-glossiness-workflow" title="Specular/Glossiness workflow" level="1"/>
            <contents name="specular" title="Specular" level="2"/>
            <contents name="glossiness-roughness" title="Glossiness (Roughness)" level="2"/>
            <contents name="diffuse-color" title="Diffuse color" level="2"/>
            <qmlproperty name="blendMode" fullname="QtQuick3D.DefaultMaterial.blendMode" href="qml-qtquick3d-defaultmaterial.html#blendMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="bumpAmount" fullname="QtQuick3D.DefaultMaterial.bumpAmount" href="qml-qtquick3d-defaultmaterial.html#bumpAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="bumpMap" fullname="QtQuick3D.DefaultMaterial.bumpMap" href="qml-qtquick3d-defaultmaterial.html#bumpMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="diffuseColor" fullname="QtQuick3D.DefaultMaterial.diffuseColor" href="qml-qtquick3d-defaultmaterial.html#diffuseColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="diffuseLightWrap" fullname="QtQuick3D.DefaultMaterial.diffuseLightWrap" href="qml-qtquick3d-defaultmaterial.html#diffuseLightWrap-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="diffuseMap" fullname="QtQuick3D.DefaultMaterial.diffuseMap" href="qml-qtquick3d-defaultmaterial.html#diffuseMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="emissiveFactor" fullname="QtQuick3D.DefaultMaterial.emissiveFactor" href="qml-qtquick3d-defaultmaterial.html#emissiveFactor-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="emissiveMap" fullname="QtQuick3D.DefaultMaterial.emissiveMap" href="qml-qtquick3d-defaultmaterial.html#emissiveMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="fresnelPower" fullname="QtQuick3D.DefaultMaterial.fresnelPower" href="qml-qtquick3d-defaultmaterial.html#fresnelPower-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="indexOfRefraction" fullname="QtQuick3D.DefaultMaterial.indexOfRefraction" href="qml-qtquick3d-defaultmaterial.html#indexOfRefraction-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lighting" fullname="QtQuick3D.DefaultMaterial.lighting" href="qml-qtquick3d-defaultmaterial.html#lighting-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="lineWidth" fullname="QtQuick3D.DefaultMaterial.lineWidth" href="qml-qtquick3d-defaultmaterial.html#lineWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="normalMap" fullname="QtQuick3D.DefaultMaterial.normalMap" href="qml-qtquick3d-defaultmaterial.html#normalMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="opacity" fullname="QtQuick3D.DefaultMaterial.opacity" href="qml-qtquick3d-defaultmaterial.html#opacity-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="opacityChannel" fullname="QtQuick3D.DefaultMaterial.opacityChannel" href="qml-qtquick3d-defaultmaterial.html#opacityChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="opacityMap" fullname="QtQuick3D.DefaultMaterial.opacityMap" href="qml-qtquick3d-defaultmaterial.html#opacityMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="pointSize" fullname="QtQuick3D.DefaultMaterial.pointSize" href="qml-qtquick3d-defaultmaterial.html#pointSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="roughnessChannel" fullname="QtQuick3D.DefaultMaterial.roughnessChannel" href="qml-qtquick3d-defaultmaterial.html#roughnessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="roughnessMap" fullname="QtQuick3D.DefaultMaterial.roughnessMap" href="qml-qtquick3d-defaultmaterial.html#roughnessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularAmount" fullname="QtQuick3D.DefaultMaterial.specularAmount" href="qml-qtquick3d-defaultmaterial.html#specularAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="specularMap" fullname="QtQuick3D.DefaultMaterial.specularMap" href="qml-qtquick3d-defaultmaterial.html#specularMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularModel" fullname="QtQuick3D.DefaultMaterial.specularModel" href="qml-qtquick3d-defaultmaterial.html#specularModel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="specularReflectionMap" fullname="QtQuick3D.DefaultMaterial.specularReflectionMap" href="qml-qtquick3d-defaultmaterial.html#specularReflectionMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularRoughness" fullname="QtQuick3D.DefaultMaterial.specularRoughness" href="qml-qtquick3d-defaultmaterial.html#specularRoughness-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="specularTint" fullname="QtQuick3D.DefaultMaterial.specularTint" href="qml-qtquick3d-defaultmaterial.html#specularTint-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="translucencyChannel" fullname="QtQuick3D.DefaultMaterial.translucencyChannel" href="qml-qtquick3d-defaultmaterial.html#translucencyChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="translucencyMap" fullname="QtQuick3D.DefaultMaterial.translucencyMap" href="qml-qtquick3d-defaultmaterial.html#translucencyMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="translucentFalloff" fullname="QtQuick3D.DefaultMaterial.translucentFalloff" href="qml-qtquick3d-defaultmaterial.html#translucentFalloff-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vertexColorsEnabled" fullname="QtQuick3D.DefaultMaterial.vertexColorsEnabled" href="qml-qtquick3d-defaultmaterial.html#vertexColorsEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DepthOfFieldHQBlur" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.DepthOfFieldHQBlur" href="qml-qtquick3d-effects-depthoffieldhqblur.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="DepthOfFieldHQBlur" fulltitle="DepthOfFieldHQBlur" subtitle="" brief="A depth-based blur effect">
            <qmlproperty name="blurAmount" fullname="QtQuick3D.Effects.DepthOfFieldHQBlur.blurAmount" href="qml-qtquick3d-effects-depthoffieldhqblur.html#blurAmount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="focusDistance" fullname="QtQuick3D.Effects.DepthOfFieldHQBlur.focusDistance" href="qml-qtquick3d-effects-depthoffieldhqblur.html#focusDistance-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="focusRange" fullname="QtQuick3D.Effects.DepthOfFieldHQBlur.focusRange" href="qml-qtquick3d-effects-depthoffieldhqblur.html#focusRange-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Desaturate" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Desaturate" href="qml-qtquick3d-effects-desaturate.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Desaturate" fulltitle="Desaturate" subtitle="" brief="A desaturating effect">
            <qmlproperty name="amount" fullname="QtQuick3D.Effects.Desaturate.amount" href="qml-qtquick3d-effects-desaturate.html#amount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Direction3D" qml-module-name="QtQuick3D.Particles3D" fullname="QtQuick3D.Particles3D.Direction3D" href="qml-qtquick3d-particles3d-direction3d.html" status="active" access="public" since="6.2" documented="true" title="Direction3D" fulltitle="Direction3D" subtitle="" brief="Directions assign velocity for the emitted particles"/>
        <qmlclass name="DirectionalLight" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Light" fullname="QtQuick3D.DirectionalLight" href="qml-qtquick3d-directionallight.html" status="active" access="public" documented="true" title="DirectionalLight" fulltitle="DirectionalLight" subtitle="" brief="Defines a directional light in the scene">
            <qmlproperty name="csmBlendRatio" fullname="QtQuick3D.DirectionalLight.csmBlendRatio" href="qml-qtquick3d-directionallight.html#csmBlendRatio-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="csmNumSplits" fullname="QtQuick3D.DirectionalLight.csmNumSplits" href="qml-qtquick3d-directionallight.html#csmNumSplits-prop" status="active" access="public" since="6.8" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="csmSplit1" fullname="QtQuick3D.DirectionalLight.csmSplit1" href="qml-qtquick3d-directionallight.html#csmSplit1-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="csmSplit2" fullname="QtQuick3D.DirectionalLight.csmSplit2" href="qml-qtquick3d-directionallight.html#csmSplit2-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="csmSplit3" fullname="QtQuick3D.DirectionalLight.csmSplit3" href="qml-qtquick3d-directionallight.html#csmSplit3-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lockShadowmapTexels" fullname="QtQuick3D.DirectionalLight.lockShadowmapTexels" href="qml-qtquick3d-directionallight.html#lockShadowmapTexels-prop" status="active" access="public" since="6.9" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DistortionRipple" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.DistortionRipple" href="qml-qtquick3d-effects-distortionripple.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="DistortionRipple" fulltitle="DistortionRipple" subtitle="" brief="A ripple distortion effect">
            <qmlproperty name="center" fullname="QtQuick3D.Effects.DistortionRipple.center" href="qml-qtquick3d-effects-distortionripple.html#center-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="vector2d" attached="false" writable="true"/>
            <qmlproperty name="distortionHeight" fullname="QtQuick3D.Effects.DistortionRipple.distortionHeight" href="qml-qtquick3d-effects-distortionripple.html#distortionHeight-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="distortionPhase" fullname="QtQuick3D.Effects.DistortionRipple.distortionPhase" href="qml-qtquick3d-effects-distortionripple.html#distortionPhase-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="distortionWidth" fullname="QtQuick3D.Effects.DistortionRipple.distortionWidth" href="qml-qtquick3d-effects-distortionripple.html#distortionWidth-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Effects.DistortionRipple.radius" href="qml-qtquick3d-effects-distortionripple.html#radius-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DistortionSphere" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.DistortionSphere" href="qml-qtquick3d-effects-distortionsphere.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="DistortionSphere" fulltitle="DistortionSphere" subtitle="" brief="A sphere distortion effect">
            <qmlproperty name="center" fullname="QtQuick3D.Effects.DistortionSphere.center" href="qml-qtquick3d-effects-distortionsphere.html#center-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="vector2d" attached="false" writable="true"/>
            <qmlproperty name="distortionHeight" fullname="QtQuick3D.Effects.DistortionSphere.distortionHeight" href="qml-qtquick3d-effects-distortionsphere.html#distortionHeight-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Effects.DistortionSphere.radius" href="qml-qtquick3d-effects-distortionsphere.html#radius-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DistortionSpiral" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.DistortionSpiral" href="qml-qtquick3d-effects-distortionspiral.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="DistortionSpiral" fulltitle="DistortionSpiral" subtitle="" brief="A spiral distortion effect">
            <qmlproperty name="center" fullname="QtQuick3D.Effects.DistortionSpiral.center" href="qml-qtquick3d-effects-distortionspiral.html#center-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="vector2d" attached="false" writable="true"/>
            <qmlproperty name="distortionStrength" fullname="QtQuick3D.Effects.DistortionSpiral.distortionStrength" href="qml-qtquick3d-effects-distortionspiral.html#distortionStrength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Effects.DistortionSpiral.radius" href="qml-qtquick3d-effects-distortionspiral.html#radius-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DynamicBurst3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::EmitBurst3D" fullname="QtQuick3D.Particles3D.DynamicBurst3D" href="qml-qtquick3d-particles3d-dynamicburst3d.html" status="active" access="public" since="6.3" documented="true" title="DynamicBurst3D" fulltitle="DynamicBurst3D" subtitle="" brief="Dynamic emitter bursts">
            <qmlproperty name="TriggerMode" fullname="QtQuick3D.Particles3D.DynamicBurst3D.TriggerMode" href="qml-qtquick3d-particles3d-dynamicburst3d.html#TriggerMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="amountVariation" fullname="QtQuick3D.Particles3D.DynamicBurst3D.amountVariation" href="qml-qtquick3d-particles3d-dynamicburst3d.html#amountVariation-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="enabled" fullname="QtQuick3D.Particles3D.DynamicBurst3D.enabled" href="qml-qtquick3d-particles3d-dynamicburst3d.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="triggerMode" fullname="QtQuick3D.Particles3D.DynamicBurst3D.triggerMode" href="qml-qtquick3d-particles3d-dynamicburst3d.html#triggerMode-prop" status="active" access="public" documented="true" type="ShapeType" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="EdgeDetect" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.EdgeDetect" href="qml-qtquick3d-effects-edgedetect.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="EdgeDetect" fulltitle="EdgeDetect" subtitle="" brief="An edge highlighting effect">
            <qmlproperty name="edgeStrength" fullname="QtQuick3D.Effects.EdgeDetect.edgeStrength" href="qml-qtquick3d-effects-edgedetect.html#edgeStrength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Effect" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Effect" href="qml-qtquick3d-effect.html" status="active" access="public" documented="true" title="Effect" fulltitle="Effect" subtitle="" brief="Base component for creating a post-processing effect">
            <contents name="post-processing-effects" title="Post-processing effects" level="1"/>
            <contents name="exposing-data-to-the-shaders" title="Exposing data to the shaders" level="1"/>
            <contents name="getting-started-with-user-defined-effects" title="Getting started with user-defined effects" level="1"/>
            <contents name="effects-with-vertex-shaders" title="Effects with vertex shaders" level="1"/>
            <contents name="special-keywords-in-effect-shaders" title="Special keywords in effect shaders" level="1"/>
            <contents name="building-multi-pass-effects" title="Building multi-pass effects" level="1"/>
            <contents name="performance-considerations" title="Performance considerations" level="1"/>
            <contents name="vr-ar-considerations" title="VR/AR considerations" level="1"/>
            <qmlproperty name="passes" fullname="QtQuick3D.Effect.passes" href="qml-qtquick3d-effect.html#passes-prop" status="active" access="public" documented="true" type="list" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="Emboss" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Emboss" href="qml-qtquick3d-effects-emboss.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Emboss" fulltitle="Emboss" subtitle="" brief="An emboss effect">
            <qmlproperty name="amount" fullname="QtQuick3D.Effects.Emboss.amount" href="qml-qtquick3d-effects-emboss.html#amount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="EmitBurst3D" qml-module-name="QtQuick3D.Particles3D" fullname="QtQuick3D.Particles3D.EmitBurst3D" href="qml-qtquick3d-particles3d-emitburst3d.html" status="active" access="public" since="6.2" documented="true" title="EmitBurst3D" fulltitle="EmitBurst3D" subtitle="" brief="Declarative emitter bursts">
            <qmlproperty name="amount" fullname="QtQuick3D.Particles3D.EmitBurst3D.amount" href="qml-qtquick3d-particles3d-emitburst3d.html#amount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="duration" fullname="QtQuick3D.Particles3D.EmitBurst3D.duration" href="qml-qtquick3d-particles3d-emitburst3d.html#duration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="time" fullname="QtQuick3D.Particles3D.EmitBurst3D.time" href="qml-qtquick3d-particles3d-emitburst3d.html#time-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-asset-conditioning-export-max" href="quick3d-asset-conditioning-export-max.html" status="active" location="qtquick3d-export-3dsmax.qdoc" documented="true" subtype="page" title="Exporting from 3D Studio Max" fulltitle="Exporting from 3D Studio Max" subtitle="">
            <contents name="exporting-opencollada-from-3d-studio-max" title="Exporting OpenCOLLADA from 3D Studio Max" level="1"/>
        </page>
        <page name="quick3d-asset-conditioning-export-blender" href="quick3d-asset-conditioning-export-blender.html" status="active" location="qtquick3d-export-blender.qdoc" documented="true" subtype="page" title="Exporting from Blender" fulltitle="Exporting from Blender" subtitle="">
            <contents name="exporting-models" title="Exporting Models" level="1"/>
            <contents name="create-material-slots" title="Create Material Slots" level="2"/>
            <contents name="uv-unwrap-models" title="UV Unwrap Models" level="2"/>
            <contents name="triangulate" title="Triangulate" level="2"/>
            <contents name="bake-actions-for-animations" title="Bake Actions for Animations" level="2"/>
            <contents name="apply-location-rotation-and-scale" title="Apply Location, Rotation, and Scale" level="2"/>
            <contents name="exporting-lights" title="Exporting Lights" level="1"/>
            <contents name="exporting-cameras" title="Exporting Cameras" level="1"/>
            <contents name="exporting-collada-from-blender" title="Exporting COLLADA from Blender" level="1"/>
            <contents name="exporting-fbx-from-blender" title="Exporting FBX from Blender" level="1"/>
        </page>
        <page name="quick3d-asset-conditioning-export-maya" href="quick3d-asset-conditioning-export-maya.html" status="active" location="qtquick3d-export-maya.qdoc" documented="true" subtype="page" title="Exporting from Maya" fulltitle="Exporting from Maya" subtitle="">
            <contents name="exporting-opencollada-from-maya" title="Exporting OpenCOLLADA from Maya" level="1"/>
        </page>
        <page name="quick3d-asset-conditioning-export-modo" href="quick3d-asset-conditioning-export-modo.html" status="active" location="qtquick3d-export-modo.qdoc" documented="true" subtype="page" title="Exporting from Modo" fulltitle="Exporting from Modo" subtitle="">
            <contents name="exporting-collada-from-modo" title="Exporting COLLADA from Modo" level="1"/>
            <contents name="exporting-fbx-from-modo" title="Exporting FBX from Modo" level="1"/>
        </page>
        <qmlclass name="ExtendedSceneEnvironment" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::SceneEnvironment" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment" href="qml-qtquick3d-helpers-extendedsceneenvironment.html" status="active" access="public" location="qtquick3d-helpers.qdoc" since="6.5" documented="true" title="ExtendedSceneEnvironment" fulltitle="ExtendedSceneEnvironment" subtitle="" brief="A SceneEnvironment providing commonly used rendering effects">
            <contents name="getting-started-with-extendedsceneenvironment" title="Getting Started with ExtendedSceneEnvironment" level="1"/>
            <contents name="available-effects" title="Available Effects" level="1"/>
            <qmlproperty name="adjustmentBrightness" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.adjustmentBrightness" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#adjustmentBrightness-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="adjustmentContrast" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.adjustmentContrast" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#adjustmentContrast-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="adjustmentSaturation" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.adjustmentSaturation" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#adjustmentSaturation-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="colorAdjustmentsEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.colorAdjustmentsEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#colorAdjustmentsEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depthOfFieldBlurAmount Sets the" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.depthOfFieldBlurAmount Sets the" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#depthOfFieldBlurAmount Sets the-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="depthOfFieldEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.depthOfFieldEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#depthOfFieldEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depthOfFieldFocusDistance" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.depthOfFieldFocusDistance" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#depthOfFieldFocusDistance-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="depthOfFieldFocusRange" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.depthOfFieldFocusRange" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#depthOfFieldFocusRange-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="ditheringEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.ditheringEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#ditheringEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="exposure" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.exposure" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#exposure-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fxaaEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.fxaaEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#fxaaEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="glowBlendMode" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowBlendMode" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowBlendMode-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="glowBloom" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowBloom" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowBloom-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glowEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="glowHDRMaximumValue" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowHDRMaximumValue" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowHDRMaximumValue-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glowHDRMinimumValue" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowHDRMinimumValue" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowHDRMinimumValue-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glowHDRScale" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowHDRScale" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowHDRScale-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glowIntensity" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowIntensity" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowIntensity-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glowLevel" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowLevel" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowLevel-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="glowQualityHigh" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowQualityHigh" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowQualityHigh-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="glowStrength" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowStrength" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowStrength-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glowUseBicubicUpscale" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.glowUseBicubicUpscale" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#glowUseBicubicUpscale-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="lensFlareApplyDirtTexture" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareApplyDirtTexture" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareApplyDirtTexture-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="lensFlareApplyStarburstTexture" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareApplyStarburstTexture" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareApplyStarburstTexture-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="lensFlareBloomBias" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareBloomBias" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareBloomBias-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lensFlareBloomScale" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareBloomScale" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareBloomScale-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lensFlareBlurAmount" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareBlurAmount" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareBlurAmount-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lensFlareCameraDirection" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareCameraDirection" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareCameraDirection-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="lensFlareDistortion" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareDistortion" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareDistortion-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lensFlareEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="lensFlareGhostCount" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareGhostCount" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareGhostCount-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="lensFlareGhostDispersal" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareGhostDispersal" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareGhostDispersal-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lensFlareHaloWidth" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareHaloWidth" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareHaloWidth-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lensFlareLensColorTexture" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareLensColorTexture" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareLensColorTexture-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="lensFlareLensDirtTexture" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareLensDirtTexture" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareLensDirtTexture-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="lensFlareLensStarburstTexture" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareLensStarburstTexture" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareLensStarburstTexture-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="lensFlareStretchToAspect" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lensFlareStretchToAspect" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lensFlareStretchToAspect-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lutEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lutEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lutEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="lutFilterAlpha" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lutFilterAlpha" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lutFilterAlpha-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lutSize" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lutSize" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lutSize-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lutTexture" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.lutTexture" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#lutTexture-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="sharpnessAmount" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.sharpnessAmount" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#sharpnessAmount-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="tonemapMode" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.tonemapMode" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#tonemapMode-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vignetteColor" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.vignetteColor" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#vignetteColor-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="vignetteEnabled" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.vignetteEnabled" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#vignetteEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="vignetteRadius" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.vignetteRadius" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#vignetteRadius-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vignetteStrength" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.vignetteStrength" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#vignetteStrength-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="whitePoint" fullname="QtQuick3D.Helpers.ExtendedSceneEnvironment.whitePoint" href="qml-qtquick3d-helpers-extendedsceneenvironment.html#whitePoint-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ExtrudedTextGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry" href="qml-qtquick3d-helpers-extrudedtextgeometry.html" status="active" access="public" since="6.9" documented="true" title="ExtrudedTextGeometry" fulltitle="ExtrudedTextGeometry" subtitle="" brief="Provides geometry for extruded text">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry.asynchronous" href="qml-qtquick3d-helpers-extrudedtextgeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depth" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry.depth" href="qml-qtquick3d-helpers-extrudedtextgeometry.html#depth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="font" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry.font" href="qml-qtquick3d-helpers-extrudedtextgeometry.html#font-prop" status="active" access="public" documented="true" type="font" attached="false" writable="true"/>
            <qmlproperty name="scale" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry.scale" href="qml-qtquick3d-helpers-extrudedtextgeometry.html#scale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry.status" href="qml-qtquick3d-helpers-extrudedtextgeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="text" fullname="QtQuick3D.Helpers.ExtrudedTextGeometry.text" href="qml-qtquick3d-helpers-extrudedtextgeometry.html#text-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="FileInstancing" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Instancing" fullname="QtQuick3D.FileInstancing" href="qml-qtquick3d-fileinstancing.html" status="active" access="public" since="6.2" documented="true" title="FileInstancing" fulltitle="FileInstancing" subtitle="" brief="Allows reading instance tables from file">
            <qmlproperty name="instanceCount" fullname="QtQuick3D.FileInstancing.instanceCount" href="qml-qtquick3d-fileinstancing.html#instanceCount-prop" status="active" access="public" since="6.3" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.FileInstancing.source" href="qml-qtquick3d-fileinstancing.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Flip" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Flip" href="qml-qtquick3d-effects-flip.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Flip" fulltitle="Flip" subtitle="" brief="A scene flipping effect">
            <qmlproperty name="flipHorizontally" fullname="QtQuick3D.Effects.Flip.flipHorizontally" href="qml-qtquick3d-effects-flip.html#flipHorizontally-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="flipVertically" fullname="QtQuick3D.Effects.Flip.flipVertically" href="qml-qtquick3d-effects-flip.html#flipVertically-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Fog" qml-module-name="QtQuick3D" fullname="QtQuick3D.Fog" href="qml-qtquick3d-fog.html" status="active" access="public" since="6.5" documented="true" title="Fog" fulltitle="Fog" subtitle="" brief="Specifies fog settings for a scene">
            <qmlproperty name="color" fullname="QtQuick3D.Fog.color" href="qml-qtquick3d-fog.html#color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="density" fullname="QtQuick3D.Fog.density" href="qml-qtquick3d-fog.html#density-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="depthCurve" fullname="QtQuick3D.Fog.depthCurve" href="qml-qtquick3d-fog.html#depthCurve-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="depthEnabled" fullname="QtQuick3D.Fog.depthEnabled" href="qml-qtquick3d-fog.html#depthEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depthFar" fullname="QtQuick3D.Fog.depthFar" href="qml-qtquick3d-fog.html#depthFar-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="depthNear" fullname="QtQuick3D.Fog.depthNear" href="qml-qtquick3d-fog.html#depthNear-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="enabled" fullname="QtQuick3D.Fog.enabled" href="qml-qtquick3d-fog.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="heightCurve" fullname="QtQuick3D.Fog.heightCurve" href="qml-qtquick3d-fog.html#heightCurve-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="heightEnabled" fullname="QtQuick3D.Fog.heightEnabled" href="qml-qtquick3d-fog.html#heightEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="leastIntenseY" fullname="QtQuick3D.Fog.leastIntenseY" href="qml-qtquick3d-fog.html#leastIntenseY-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="mostIntenseY" fullname="QtQuick3D.Fog.mostIntenseY" href="qml-qtquick3d-fog.html#mostIntenseY-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="transmitCurve" fullname="QtQuick3D.Fog.transmitCurve" href="qml-qtquick3d-fog.html#transmitCurve-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="transmitEnabled" fullname="QtQuick3D.Fog.transmitEnabled" href="qml-qtquick3d-fog.html#transmitEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="FrustumCamera" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::PerspectiveCamera" fullname="QtQuick3D.FrustumCamera" href="qml-qtquick3d-frustumcamera.html" status="active" access="public" documented="true" title="FrustumCamera" fulltitle="FrustumCamera" subtitle="" brief="Defines a PerspectiveCamera with a custom frustum">
            <qmlproperty name="bottom" fullname="QtQuick3D.FrustumCamera.bottom" href="qml-qtquick3d-frustumcamera.html#bottom-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="left" fullname="QtQuick3D.FrustumCamera.left" href="qml-qtquick3d-frustumcamera.html#left-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="right" fullname="QtQuick3D.FrustumCamera.right" href="qml-qtquick3d-frustumcamera.html#right-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="top" fullname="QtQuick3D.FrustumCamera.top" href="qml-qtquick3d-frustumcamera.html#top-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Fxaa" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Fxaa" href="qml-qtquick3d-effects-fxaa.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Fxaa" fulltitle="Fxaa" subtitle="" brief="A fast approximate anti-aliasing effect"/>
        <qmlclass name="GaussianBlur" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.GaussianBlur" href="qml-qtquick3d-effects-gaussianblur.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="GaussianBlur" fulltitle="GaussianBlur" subtitle="" brief="A two-pass gaussian blur effect">
            <qmlproperty name="amount" fullname="QtQuick3D.Effects.GaussianBlur.amount" href="qml-qtquick3d-effects-gaussianblur.html#amount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Geometry" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Geometry" href="qml-qtquick3d-geometry.html" status="active" access="public" documented="true" title="Geometry" fulltitle="Geometry" subtitle="" brief="Base type for custom geometry"/>
        <page name="qt3dxr-quick-start-guide-applevisionpro.html" href="qt3dxr-quick-start-guide-applevisionpro.html" status="active" location="qt3dxr-apple-vision-pro-quick-start.qdoc" documented="true" subtype="page" title="Getting Started With Apple Vision Pro" fulltitle="Getting Started With Apple Vision Pro" subtitle="" brief="This topic provides instructions on how to get up and running with Qt Quick 3D Xr on a visionOS device or simulator">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="deploying-a-low-immersion-application" title="Deploying a low-immersion application" level="1"/>
            <contents name="building-qt-for-visionos" title="Building Qt for visionOS" level="1"/>
            <contents name="configuring-and-building-for-the-simulator" title="Configuring and building for the simulator" level="2"/>
            <contents name="configuring-and-building-for-the-device" title="Configuring and building for the device" level="2"/>
            <contents name="deploying-a-visionos-application" title="Deploying a visionOS application" level="2"/>
        </page>
        <page name="qt3dxr-quest-quick-start.html" href="qt3dxr-quest-quick-start.html" status="active" location="qt3dxr-quest-quick-start.qdoc" documented="true" subtype="page" title="Getting Started With Meta Quest 3" fulltitle="Getting Started With Meta Quest 3" subtitle="" brief="Instructions on how to get Qt Quick 3D Xr up and running on a Meta Quest headset">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="prerequisites" title="Prerequisites" level="1"/>
            <contents name="setting-up-the-quest" title="Setting up the Quest" level="1"/>
            <contents name="deploying-a-low-immersion-application" title="Deploying a low-immersion application" level="1"/>
            <contents name="project-changes-needed-for-xr-applications-to-be-meta-quest-ready" title="Project changes needed for XR applications to be Meta Quest ready" level="2"/>
        </page>
        <page name="qtquick3d-attribution-fog.html" href="qtquick3d-attribution-fog.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="Godot Engine: Fog" fulltitle="Godot Engine: Fog" subtitle="" brief="MIT License">
            <target name="fog"/>
        </page>
        <page name="qtquick3d-attribution-proceduralsky.html" href="qtquick3d-attribution-proceduralsky.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="Godot Engine: ProceduralSky" fulltitle="Godot Engine: ProceduralSky" subtitle="" brief="MIT License">
            <target name="proceduralsky"/>
        </page>
        <qmlclass name="Gravity3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Affector3D" fullname="QtQuick3D.Particles3D.Gravity3D" href="qml-qtquick3d-particles3d-gravity3d.html" status="active" access="public" since="6.2" documented="true" title="Gravity3D" fulltitle="Gravity3D" subtitle="" brief="Accelerates particles to a vector of the specified magnitude in the specified direction">
            <qmlproperty name="direction" fullname="QtQuick3D.Particles3D.Gravity3D.direction" href="qml-qtquick3d-particles3d-gravity3d.html#direction-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="magnitude" fullname="QtQuick3D.Particles3D.Gravity3D.magnitude" href="qml-qtquick3d-particles3d-gravity3d.html#magnitude-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GridGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.GridGeometry" href="qml-qtquick3d-helpers-gridgeometry.html" status="active" access="public" documented="true" title="GridGeometry" fulltitle="GridGeometry" subtitle="" brief="A custom geometry provider for rendering grids">
            <qmlproperty name="horizontalLines" fullname="QtQuick3D.Helpers.GridGeometry.horizontalLines" href="qml-qtquick3d-helpers-gridgeometry.html#horizontalLines-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="horizontalStep" fullname="QtQuick3D.Helpers.GridGeometry.horizontalStep" href="qml-qtquick3d-helpers-gridgeometry.html#horizontalStep-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="verticalLines" fullname="QtQuick3D.Helpers.GridGeometry.verticalLines" href="qml-qtquick3d-helpers-gridgeometry.html#verticalLines-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="verticalStep" fullname="QtQuick3D.Helpers.GridGeometry.verticalStep" href="qml-qtquick3d-helpers-gridgeometry.html#verticalStep-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="HDRBloomTonemap" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.HDRBloomTonemap" href="qml-qtquick3d-effects-hdrbloomtonemap.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="HDRBloomTonemap" fulltitle="HDRBloomTonemap" subtitle="" brief="A bloom with tonemapping effect">
            <qmlproperty name="bloomThreshold" fullname="QtQuick3D.Effects.HDRBloomTonemap.bloomThreshold" href="qml-qtquick3d-effects-hdrbloomtonemap.html#bloomThreshold-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="blurFalloff" fullname="QtQuick3D.Effects.HDRBloomTonemap.blurFalloff" href="qml-qtquick3d-effects-hdrbloomtonemap.html#blurFalloff-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="channelThreshold" fullname="QtQuick3D.Effects.HDRBloomTonemap.channelThreshold" href="qml-qtquick3d-effects-hdrbloomtonemap.html#channelThreshold-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="exposure" fullname="QtQuick3D.Effects.HDRBloomTonemap.exposure" href="qml-qtquick3d-effects-hdrbloomtonemap.html#exposure-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="gamma" fullname="QtQuick3D.Effects.HDRBloomTonemap.gamma" href="qml-qtquick3d-effects-hdrbloomtonemap.html#gamma-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="tonemappingLerp" fullname="QtQuick3D.Effects.HDRBloomTonemap.tonemappingLerp" href="qml-qtquick3d-effects-hdrbloomtonemap.html#tonemappingLerp-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-attribution-virtualassistantexample-skyboxes.html" href="qtquick3d-attribution-virtualassistantexample-skyboxes.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-examples,attributions-qtquick3d-examples" subtype="page" title="HDRI Images" fulltitle="HDRI Images" subtitle="" brief="Creative Commons Zero v1.0 Universal">
            <target name="virtualassistantexample-skyboxes"/>
        </page>
        <qmlclass name="HeightFieldGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.HeightFieldGeometry" href="qml-qtquick3d-helpers-heightfieldgeometry.html" status="active" access="public" since="6.4" documented="true" title="HeightFieldGeometry" fulltitle="HeightFieldGeometry" subtitle="" brief="A height field geometry">
            <qmlproperty name="extents" fullname="QtQuick3D.Helpers.HeightFieldGeometry.extents" href="qml-qtquick3d-helpers-heightfieldgeometry.html#extents-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="heightMap" fullname="QtQuick3D.Helpers.HeightFieldGeometry.heightMap" href="qml-qtquick3d-helpers-heightfieldgeometry-obsolete.html#heightMap-prop" status="deprecated" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="smoothShading" fullname="QtQuick3D.Helpers.HeightFieldGeometry.smoothShading" href="qml-qtquick3d-helpers-heightfieldgeometry.html#smoothShading-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.Helpers.HeightFieldGeometry.source" href="qml-qtquick3d-helpers-heightfieldgeometry.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
        </qmlclass>
        <page name="helloqtquick3d" href="qtquick3d-helloqtquick3d-example.html" status="active" location="helloqtquick3d.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Hello Qt Quick 3D Example" fulltitle="Hello Qt Quick 3D Example" subtitle="" brief="Demonstrates simple instanced drawing">
            <page name="helloqtquick3d/imageinstancetable.cpp" href="qtquick3d-helloqtquick3d-imageinstancetable-cpp.html" status="active" subtype="file" title="" fulltitle="imageinstancetable.cpp Example File" subtitle="helloqtquick3d/imageinstancetable.cpp"/>
            <page name="helloqtquick3d/imageinstancetable.h" href="qtquick3d-helloqtquick3d-imageinstancetable-h.html" status="active" subtype="file" title="" fulltitle="imageinstancetable.h Example File" subtitle="helloqtquick3d/imageinstancetable.h"/>
            <page name="helloqtquick3d/main.qml" href="qtquick3d-helloqtquick3d-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="helloqtquick3d/main.qml"/>
            <page name="helloqtquick3d/main.cpp" href="qtquick3d-helloqtquick3d-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="helloqtquick3d/main.cpp"/>
            <page name="helloqtquick3d/CMakeLists.txt" href="qtquick3d-helloqtquick3d-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="helloqtquick3d/CMakeLists.txt"/>
            <page name="helloqtquick3d/helloqtquick3d.pro" href="qtquick3d-helloqtquick3d-helloqtquick3d-pro.html" status="active" subtype="file" title="" fulltitle="helloqtquick3d.pro Example File" subtitle="helloqtquick3d/helloqtquick3d.pro"/>
            <page name="helloqtquick3d/qml.qrc" href="qtquick3d-helloqtquick3d-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="helloqtquick3d/qml.qrc"/>
            <page name="helloqtquick3d/qt_logo.png" href="qtquick3d-helloqtquick3d-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt_logo.png Image File" subtitle="helloqtquick3d/qt_logo.png"/>
        </page>
        <qmlclass name="InfiniteGrid" qml-module-name="QtQuick3D.Helpers" fullname="QtQuick3D.Helpers.InfiniteGrid" href="qml-qtquick3d-helpers-infinitegrid.html" status="active" access="public" since="6.5" documented="true" title="InfiniteGrid" fulltitle="InfiniteGrid" subtitle="" brief="Shows an infinite grid">
            <qmlproperty name="gridAxes" fullname="QtQuick3D.Helpers.InfiniteGrid.gridAxes" href="qml-qtquick3d-helpers-infinitegrid.html#gridAxes-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="gridInterval" fullname="QtQuick3D.Helpers.InfiniteGrid.gridInterval" href="qml-qtquick3d-helpers-infinitegrid.html#gridInterval-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="visible" fullname="QtQuick3D.Helpers.InfiniteGrid.visible" href="qml-qtquick3d-helpers-infinitegrid.html#visible-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="InstanceList" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Instancing" fullname="QtQuick3D.InstanceList" href="qml-qtquick3d-instancelist.html" status="active" access="public" documented="true" title="InstanceList" fulltitle="InstanceList" subtitle="" brief="Allows manually specifying instancing in QML">
            <qmlproperty name="instanceCount" fullname="QtQuick3D.InstanceList.instanceCount" href="qml-qtquick3d-instancelist.html#instanceCount-prop" status="active" access="public" since="6.3" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="instances" fullname="QtQuick3D.InstanceList.instances" href="qml-qtquick3d-instancelist.html#instances-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::InstanceListEntry&gt;" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="InstanceListEntry" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.InstanceListEntry" href="qml-qtquick3d-instancelistentry.html" status="active" access="public" since="6.2" documented="true" title="InstanceListEntry" fulltitle="InstanceListEntry" subtitle="" brief="Specifies an instance in an InstanceList">
            <qmlproperty name="color" fullname="QtQuick3D.InstanceListEntry.color" href="qml-qtquick3d-instancelistentry.html#color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="customData" fullname="QtQuick3D.InstanceListEntry.customData" href="qml-qtquick3d-instancelistentry.html#customData-prop" status="active" access="public" documented="true" type="vector4d" attached="false" writable="true"/>
            <qmlproperty name="eulerRotation" fullname="QtQuick3D.InstanceListEntry.eulerRotation" href="qml-qtquick3d-instancelistentry.html#eulerRotation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick3D.InstanceListEntry.position" href="qml-qtquick3d-instancelistentry.html#position-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="rotation" fullname="QtQuick3D.InstanceListEntry.rotation" href="qml-qtquick3d-instancelistentry.html#rotation-prop" status="active" access="public" documented="true" type="quaternion" attached="false" writable="true"/>
            <qmlproperty name="scale" fullname="QtQuick3D.InstanceListEntry.scale" href="qml-qtquick3d-instancelistentry.html#scale-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="InstanceModel" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Helpers.InstanceModel" href="qml-qtquick3d-helpers-instancemodel.html" status="active" access="public" since="6.4" documented="true" title="InstanceModel" fulltitle="InstanceModel" subtitle="" brief="Defines a data model based on an instance table">
            <qmlproperty name="instancingTable" fullname="QtQuick3D.Helpers.InstanceModel.instancingTable" href="qml-qtquick3d-helpers-instancemodel.html#instancingTable-prop" status="active" access="public" documented="true" type="Instancing" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="InstanceRange" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Helpers.InstanceRange" href="qml-qtquick3d-helpers-instancerange.html" status="active" access="public" since="6.2" documented="true" title="InstanceRange" fulltitle="InstanceRange" subtitle="" brief="Specifies a range for RandomInstancing">
            <qmlproperty name="from" fullname="QtQuick3D.Helpers.InstanceRange.from" href="qml-qtquick3d-helpers-instancerange.html#from-prop" status="active" access="public" documented="true" type="Variant" attached="false" writable="true"/>
            <qmlproperty name="proportional" fullname="QtQuick3D.Helpers.InstanceRange.proportional" href="qml-qtquick3d-helpers-instancerange.html#proportional-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick3D.Helpers.InstanceRange.to" href="qml-qtquick3d-helpers-instancerange.html#to-prop" status="active" access="public" documented="true" type="Variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="InstanceRepeater" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Repeater3D" fullname="QtQuick3D.Helpers.InstanceRepeater" href="qml-qtquick3d-helpers-instancerepeater.html" status="active" access="public" since="6.4" documented="true" title="InstanceRepeater" fulltitle="InstanceRepeater" subtitle="" brief="Instantiates components based on an instance table">
            <qmlproperty name="instancingTable" fullname="QtQuick3D.Helpers.InstanceRepeater.instancingTable" href="qml-qtquick3d-helpers-instancerepeater.html#instancingTable-prop" status="active" access="public" documented="true" type="Instancing" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-instancing" href="quick3d-instancing.html" status="active" location="qtquick3d-instancing.qdoc" documented="true" subtype="page" title="Instanced Rendering" fulltitle="Instanced Rendering" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="instancing-api" title="Instancing API" level="1"/>
            <contents name="alpha-blending-and-instancing" title="Alpha-blending and instancing" level="1"/>
            <contents name="transforms-and-instancing" title="Transforms and instancing" level="1"/>
            <contents name="picking-and-instancing" title="Picking and instancing" level="1"/>
        </page>
        <page name="qtquick3d-tool-instancer.html" href="qtquick3d-tool-instancer.html" status="active" location="qtquick3d-tool-instancer.qdoc" documented="true" subtype="page" title="Instancer Tool" fulltitle="Instancer Tool" subtitle="" brief="Command line tool for converting instance data from XML to binary">
            <contents name="usage" title="Usage" level="1"/>
        </page>
        <qmlclass name="Instancing" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Instancing" href="qml-qtquick3d-instancing.html" status="active" access="public" since="6.2" documented="true" title="Instancing" fulltitle="Instancing" subtitle="" brief="Base type for instance tables">
            <function name="instanceColor" fullname="QtQuick3D.Instancing.instanceColor" href="qml-qtquick3d-instancing.html#instanceColor-method" status="active" access="public" documented="true" since="6.3" meta="qmlmethod" type="color">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="instanceCustomData" fullname="QtQuick3D.Instancing.instanceCustomData" href="qml-qtquick3d-instancing.html#instanceCustomData-method" status="active" access="public" documented="true" since="6.3" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="instancePosition" fullname="QtQuick3D.Instancing.instancePosition" href="qml-qtquick3d-instancing.html#instancePosition-method" status="active" access="public" documented="true" since="6.3" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="instanceRotation" fullname="QtQuick3D.Instancing.instanceRotation" href="qml-qtquick3d-instancing.html#instanceRotation-method" status="active" access="public" documented="true" since="6.3" meta="qmlmethod" type="quaternion">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="instanceScale" fullname="QtQuick3D.Instancing.instanceScale" href="qml-qtquick3d-instancing.html#instanceScale-method" status="active" access="public" documented="true" since="6.3" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="index" default=""/>
            </function>
            <qmlproperty name="depthSortingEnabled" fullname="QtQuick3D.Instancing.depthSortingEnabled" href="qml-qtquick3d-instancing.html#depthSortingEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="hasTransparency" fullname="QtQuick3D.Instancing.hasTransparency" href="qml-qtquick3d-instancing.html#hasTransparency-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="instanceCountOverride" fullname="QtQuick3D.Instancing.instanceCountOverride" href="qml-qtquick3d-instancing.html#instanceCountOverride-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="shadowBoundsMaximum" fullname="QtQuick3D.Instancing.shadowBoundsMaximum" href="qml-qtquick3d-instancing.html#shadowBoundsMaximum-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="shadowBoundsMinimum" fullname="QtQuick3D.Instancing.shadowBoundsMinimum" href="qml-qtquick3d-instancing.html#shadowBoundsMinimum-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-attribution-embree.html" href="qtquick3d-attribution-embree.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="Intel Embree, version 3.13.3" fulltitle="Intel Embree, version 3.13.3" subtitle="" brief="Apache License 2.0">
            <target name="embree"/>
        </page>
        <page name="qtquick3d-attribution-jnipp.html" href="qtquick3d-attribution-jnipp.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="Java Native Interface for C++, version 1.0.0" fulltitle="Java Native Interface for C++, version 1.0.0" subtitle="" brief="MIT License">
            <target name="jnipp"/>
        </page>
        <qmlclass name="Joint" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Joint" href="qml-qtquick3d-joint.html" status="active" access="public" documented="true" title="Joint" fulltitle="Joint" subtitle="" brief="Defines a node in a skeletal animation hierarchy">
            <qmlproperty name="index" fullname="QtQuick3D.Joint.index" href="qml-qtquick3d-joint.html#index-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="skeletonRoot" fullname="QtQuick3D.Joint.skeletonRoot" href="qml-qtquick3d-joint.html#skeletonRoot-prop" status="active" access="public" documented="true" type="Skeleton" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-attribution-jsoncpp.html" href="qtquick3d-attribution-jsoncpp.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="JsonCpp, version 1.9.5" fulltitle="JsonCpp, version 1.9.5" subtitle="" brief="MIT License">
            <target name="jsoncpp"/>
        </page>
        <qmlclass name="Light" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Light" href="qml-qtquick3d-light.html" status="active" access="public" documented="true" title="Light" fulltitle="Light" subtitle="" brief="An uncreatable abstract base type for all lights">
            <qmlproperty name="ambientColor" fullname="QtQuick3D.Light.ambientColor" href="qml-qtquick3d-light.html#ambientColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="bakeMode" fullname="QtQuick3D.Light.bakeMode" href="qml-qtquick3d-light.html#bakeMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="brightness" fullname="QtQuick3D.Light.brightness" href="qml-qtquick3d-light.html#brightness-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="castsShadow" fullname="QtQuick3D.Light.castsShadow" href="qml-qtquick3d-light.html#castsShadow-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="color" fullname="QtQuick3D.Light.color" href="qml-qtquick3d-light.html#color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="pcfFactor" fullname="QtQuick3D.Light.pcfFactor" href="qml-qtquick3d-light.html#pcfFactor-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="scope" fullname="QtQuick3D.Light.scope" href="qml-qtquick3d-light.html#scope-prop" status="active" access="public" documented="true" type="Node" attached="false" writable="true"/>
            <qmlproperty name="shadowBias" fullname="QtQuick3D.Light.shadowBias" href="qml-qtquick3d-light.html#shadowBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shadowFactor" fullname="QtQuick3D.Light.shadowFactor" href="qml-qtquick3d-light.html#shadowFactor-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shadowFilter" fullname="QtQuick3D.Light.shadowFilter" href="qml-qtquick3d-light-obsolete.html#shadowFilter-prop" status="deprecated" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shadowMapFar" fullname="QtQuick3D.Light.shadowMapFar" href="qml-qtquick3d-light.html#shadowMapFar-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shadowMapQuality" fullname="QtQuick3D.Light.shadowMapQuality" href="qml-qtquick3d-light.html#shadowMapQuality-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="softShadowQuality" fullname="QtQuick3D.Light.softShadowQuality" href="qml-qtquick3d-light.html#softShadowQuality-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="use32BitShadowmap" fullname="QtQuick3D.Light.use32BitShadowmap" href="qml-qtquick3d-light.html#use32BitShadowmap-prop" status="active" access="public" since="6.9" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Lightmapper" qml-module-name="QtQuick3D" fullname="QtQuick3D.Lightmapper" href="qml-qtquick3d-lightmapper.html" status="active" access="public" since="6.4" documented="true" title="Lightmapper" fulltitle="Lightmapper" subtitle="" brief="Specifies lightmap baking settings for a scene">
            <qmlproperty name="adaptiveBiasEnabled" fullname="QtQuick3D.Lightmapper.adaptiveBiasEnabled" href="qml-qtquick3d-lightmapper.html#adaptiveBiasEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="bias" fullname="QtQuick3D.Lightmapper.bias" href="qml-qtquick3d-lightmapper.html#bias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="bounces" fullname="QtQuick3D.Lightmapper.bounces" href="qml-qtquick3d-lightmapper.html#bounces-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="indirectLightEnabled" fullname="QtQuick3D.Lightmapper.indirectLightEnabled" href="qml-qtquick3d-lightmapper.html#indirectLightEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="indirectLightFactor" fullname="QtQuick3D.Lightmapper.indirectLightFactor" href="qml-qtquick3d-lightmapper.html#indirectLightFactor-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="indirectLightWorkgroupSize" fullname="QtQuick3D.Lightmapper.indirectLightWorkgroupSize" href="qml-qtquick3d-lightmapper.html#indirectLightWorkgroupSize-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="opacityThreshold" fullname="QtQuick3D.Lightmapper.opacityThreshold" href="qml-qtquick3d-lightmapper.html#opacityThreshold-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="samples" fullname="QtQuick3D.Lightmapper.samples" href="qml-qtquick3d-lightmapper.html#samples-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-lightmap" href="quick3d-lightmap.html" status="active" location="qtquick3d-lightmap.qdoc" documented="true" subtype="page" title="Lightmaps and Global Illumination" fulltitle="Lightmaps and Global Illumination" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="important-considerations-when-working-with-lightmaps" title="Important considerations when working with lightmaps" level="2"/>
            <contents name="baking-lightmaps" title="Baking Lightmaps" level="1"/>
            <contents name="denoising" title="Denoising" level="2"/>
            <contents name="lightmap-uvs" title="Lightmap UVs" level="2"/>
            <contents name="lightmap-texture-size" title="Lightmap texture size" level="2"/>
            <contents name="using-lightmaps-at-run-time" title="Using Lightmaps at Run-Time" level="1"/>
        </page>
        <qmlclass name="LineParticle3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::SpriteParticle3D" fullname="QtQuick3D.Particles3D.LineParticle3D" href="qml-qtquick3d-particles3d-lineparticle3d.html" status="active" access="public" since="6.4" documented="true" title="LineParticle3D" fulltitle="LineParticle3D" subtitle="" brief="Line particle">
            <qmlproperty name="TexcoordMode" fullname="QtQuick3D.Particles3D.LineParticle3D.TexcoordMode" href="qml-qtquick3d-particles3d-lineparticle3d.html#TexcoordMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="alphaFade" fullname="QtQuick3D.Particles3D.LineParticle3D.alphaFade" href="qml-qtquick3d-particles3d-lineparticle3d.html#alphaFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="eolFadeOutDuration" fullname="QtQuick3D.Particles3D.LineParticle3D.eolFadeOutDuration" href="qml-qtquick3d-particles3d-lineparticle3d.html#eolFadeOutDuration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="length" fullname="QtQuick3D.Particles3D.LineParticle3D.length" href="qml-qtquick3d-particles3d-lineparticle3d.html#length-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lengthDeltaMin" fullname="QtQuick3D.Particles3D.LineParticle3D.lengthDeltaMin" href="qml-qtquick3d-particles3d-lineparticle3d.html#lengthDeltaMin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lengthVariation" fullname="QtQuick3D.Particles3D.LineParticle3D.lengthVariation" href="qml-qtquick3d-particles3d-lineparticle3d.html#lengthVariation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="scaleMultiplier" fullname="QtQuick3D.Particles3D.LineParticle3D.scaleMultiplier" href="qml-qtquick3d-particles3d-lineparticle3d.html#scaleMultiplier-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="segmentCount" fullname="QtQuick3D.Particles3D.LineParticle3D.segmentCount" href="qml-qtquick3d-particles3d-lineparticle3d.html#segmentCount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="texcoordMode" fullname="QtQuick3D.Particles3D.LineParticle3D.texcoordMode" href="qml-qtquick3d-particles3d-lineparticle3d.html#texcoordMode-prop" status="active" access="public" documented="true" type="TexcoordMode" attached="false" writable="true"/>
            <qmlproperty name="texcoordMultiplier" fullname="QtQuick3D.Particles3D.LineParticle3D.texcoordMultiplier" href="qml-qtquick3d-particles3d-lineparticle3d.html#texcoordMultiplier-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Loader3D" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Loader3D" href="qml-qtquick3d-loader3d.html" status="active" access="public" documented="true" title="Loader3D" fulltitle="Loader3D" subtitle="" brief="Allows dynamic loading of a 3D subtree from a URL or Component">
            <function name="loaded" fullname="QtQuick3D.Loader3D.loaded" href="qml-qtquick3d-loader3d.html#loaded-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="setSource" fullname="QtQuick3D.Loader3D.setSource" href="qml-qtquick3d-loader3d.html#setSource-method" status="active" access="public" documented="true" meta="qmlmethod" type="object">
                <parameter type="url" name="source" default=""/>
                <parameter type="object" name="properties" default=""/>
            </function>
            <qmlproperty name="active" fullname="QtQuick3D.Loader3D.active" href="qml-qtquick3d-loader3d.html#active-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Loader3D.asynchronous" href="qml-qtquick3d-loader3d.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="item" fullname="QtQuick3D.Loader3D.item" href="qml-qtquick3d-loader3d.html#item-prop" status="active" access="public" documented="true" type="object" attached="false" writable="false"/>
            <qmlproperty name="progress" fullname="QtQuick3D.Loader3D.progress" href="qml-qtquick3d-loader3d.html#progress-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="source" fullname="QtQuick3D.Loader3D.source" href="qml-qtquick3d-loader3d.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="sourceComponent" fullname="QtQuick3D.Loader3D.sourceComponent" href="qml-qtquick3d-loader3d.html#sourceComponent-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Loader3D.status" href="qml-qtquick3d-loader3d.html#status-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="false"/>
        </qmlclass>
        <page name="qtxr-locomotion.html" href="qtxr-locomotion.html" status="active" location="qt3dxr-locomotion.qdoc" documented="true" subtype="page" title="Locomotion in Qt Quick 3D Xr" fulltitle="Locomotion in Qt Quick 3D Xr" subtitle="" brief="This page describes locomotion and gives examples of moving actors in Qt Quick 3D Xr">
            <contents name="room-scale" title="Room scale" level="1"/>
            <contents name="teleportation" title="Teleportation" level="1"/>
            <contents name="continuous-movement" title="Continuous movement" level="1"/>
        </page>
        <qmlclass name="LodManager" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Helpers.LodManager" href="qml-qtquick3d-helpers-lodmanager.html" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" title="LodManager" fulltitle="LodManager" subtitle="" brief="Manager that handles level of detail visibility changes">
            <qmlproperty name="camera" fullname="QtQuick3D.Helpers.LodManager.camera" href="qml-qtquick3d-helpers-lodmanager.html#camera-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="QtQuick3D::Camera" attached="false" writable="true"/>
            <qmlproperty name="distances" fullname="QtQuick3D.Helpers.LodManager.distances" href="qml-qtquick3d-helpers-lodmanager.html#distances-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="list" attached="false" writable="true"/>
            <qmlproperty name="fadeDistance" fullname="QtQuick3D.Helpers.LodManager.fadeDistance" href="qml-qtquick3d-helpers-lodmanager.html#fadeDistance-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="LookAtNode" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Helpers.LookAtNode" href="qml-qtquick3d-helpers-lookatnode.html" status="active" access="public" since="6.4" documented="true" title="LookAtNode" fulltitle="LookAtNode" subtitle="" brief="A helper node that is automatically kept pointing at another node">
            <qmlproperty name="target" fullname="QtQuick3D.Helpers.LookAtNode.target" href="qml-qtquick3d-helpers-lookatnode.html#target-prop" status="active" access="public" documented="true" type="Node" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Material" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Material" href="qml-qtquick3d-material.html" status="active" access="public" documented="true" title="Material" fulltitle="Material" subtitle="" brief="Abstract base type providing functionality common to materials">
            <qmlproperty name="cullMode" fullname="QtQuick3D.Material.cullMode" href="qml-qtquick3d-material.html#cullMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="depthDrawMode" fullname="QtQuick3D.Material.depthDrawMode" href="qml-qtquick3d-material.html#depthDrawMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="lightProbe" fullname="QtQuick3D.Material.lightProbe" href="qml-qtquick3d-material.html#lightProbe-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Model" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Model" href="qml-qtquick3d-model.html" status="active" access="public" documented="true" title="Model" fulltitle="Model" subtitle="" brief="Lets you load a 3D model data">
            <contents name="mesh-format-and-built-in-primitives" title="Mesh format and built-in primitives" level="1"/>
            <contents name="custom-geometry" title="Custom geometry" level="2"/>
            <contents name="materials" title="Materials" level="1"/>
            <contents name="picking" title="Picking" level="1"/>
            <qmlproperty name="bakedLightmap" fullname="QtQuick3D.Model.bakedLightmap" href="qml-qtquick3d-model.html#bakedLightmap-prop" status="active" access="public" documented="true" type="BakedLightmap" attached="false" writable="true"/>
            <qmlproperty name="bounds" fullname="QtQuick3D.Model.bounds" href="qml-qtquick3d-model.html#bounds-prop" status="active" access="public" documented="true" type="Bounds" attached="false" writable="false"/>
            <qmlproperty name="castsReflections" fullname="QtQuick3D.Model.castsReflections" href="qml-qtquick3d-model.html#castsReflections-prop" status="active" access="public" since="6.4" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="castsShadows" fullname="QtQuick3D.Model.castsShadows" href="qml-qtquick3d-model.html#castsShadows-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depthBias" fullname="QtQuick3D.Model.depthBias" href="qml-qtquick3d-model.html#depthBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="geometry" fullname="QtQuick3D.Model.geometry" href="qml-qtquick3d-model.html#geometry-prop" status="active" access="public" documented="true" type="Geometry" attached="false" writable="true"/>
            <qmlproperty name="instanceRoot" fullname="QtQuick3D.Model.instanceRoot" href="qml-qtquick3d-model.html#instanceRoot-prop" status="active" access="public" documented="true" type="QtQuick3D::Node" attached="false" writable="true"/>
            <qmlproperty name="instancing" fullname="QtQuick3D.Model.instancing" href="qml-qtquick3d-model.html#instancing-prop" status="active" access="public" documented="true" type="QtQuick3D::Instancing" attached="false" writable="true"/>
            <qmlproperty name="instancingLodMax" fullname="QtQuick3D.Model.instancingLodMax" href="qml-qtquick3d-model.html#instancingLodMax-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="instancingLodMin" fullname="QtQuick3D.Model.instancingLodMin" href="qml-qtquick3d-model.html#instancingLodMin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="inverseBindPoses" fullname="QtQuick3D.Model.inverseBindPoses" href="qml-qtquick3d-model.html#inverseBindPoses-prop" status="active" access="public" documented="true" type="List&lt;matrix4x4&gt;" attached="false" writable="true"/>
            <qmlproperty name="levelOfDetailBias" fullname="QtQuick3D.Model.levelOfDetailBias" href="qml-qtquick3d-model.html#levelOfDetailBias-prop" status="active" access="public" since="6.5" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lightmapBaseResolution" fullname="QtQuick3D.Model.lightmapBaseResolution" href="qml-qtquick3d-model.html#lightmapBaseResolution-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="materials" fullname="QtQuick3D.Model.materials" href="qml-qtquick3d-model.html#materials-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::Material&gt;" attached="false" writable="true"/>
            <qmlproperty name="morphTargets" fullname="QtQuick3D.Model.morphTargets" href="qml-qtquick3d-model.html#morphTargets-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::MorphTarget&gt;" attached="false" writable="true"/>
            <qmlproperty name="pickable" fullname="QtQuick3D.Model.pickable" href="qml-qtquick3d-model.html#pickable-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="receivesReflections" fullname="QtQuick3D.Model.receivesReflections" href="qml-qtquick3d-model.html#receivesReflections-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="receivesShadows" fullname="QtQuick3D.Model.receivesShadows" href="qml-qtquick3d-model.html#receivesShadows-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="skeleton" fullname="QtQuick3D.Model.skeleton" href="qml-qtquick3d-model.html#skeleton-prop" status="active" access="public" documented="true" type="Skeleton" attached="false" writable="true"/>
            <qmlproperty name="skin" fullname="QtQuick3D.Model.skin" href="qml-qtquick3d-model.html#skin-prop" status="active" access="public" documented="true" type="Skin" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.Model.source" href="qml-qtquick3d-model.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="usedInBakedLighting" fullname="QtQuick3D.Model.usedInBakedLighting" href="qml-qtquick3d-model.html#usedInBakedLighting-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ModelBlendParticle3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Particle3D" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D" href="qml-qtquick3d-particles3d-modelblendparticle3d.html" status="active" access="public" documented="true" title="ModelBlendParticle3D" fulltitle="ModelBlendParticle3D" subtitle="" brief="Blends particle effect with a 3D model">
            <qmlproperty name="ModelBlendEmitMode" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.ModelBlendEmitMode" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#ModelBlendEmitMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="ModelBlendMode" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.ModelBlendMode" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#ModelBlendMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="activationNode" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.activationNode" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#activationNode-prop" status="active" access="public" documented="true" type="Node" attached="false" writable="true"/>
            <qmlproperty name="delegate" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.delegate" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="emitMode" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.emitMode" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#emitMode-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="endNode" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.endNode" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#endNode-prop" status="active" access="public" documented="true" type="Node" attached="false" writable="true"/>
            <qmlproperty name="endTime" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.endTime" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#endTime-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="modelBlendMode" fullname="QtQuick3D.Particles3D.ModelBlendParticle3D.modelBlendMode" href="qml-qtquick3d-particles3d-modelblendparticle3d.html#modelBlendMode-prop" status="active" access="public" documented="true" type="ModelBlendMode" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ModelParticle3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Particle3D" fullname="QtQuick3D.Particles3D.ModelParticle3D" href="qml-qtquick3d-particles3d-modelparticle3d.html" status="active" access="public" since="6.2" documented="true" title="ModelParticle3D" fulltitle="ModelParticle3D" subtitle="" brief="Particle using a Qt Quick 3D Model">
            <qmlproperty name="delegate" fullname="QtQuick3D.Particles3D.ModelParticle3D.delegate" href="qml-qtquick3d-particles3d-modelparticle3d.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="instanceTable" fullname="QtQuick3D.Particles3D.ModelParticle3D.instanceTable" href="qml-qtquick3d-particles3d-modelparticle3d.html#instanceTable-prop" status="active" access="public" documented="true" type="Instancing" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="MorphTarget" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.MorphTarget" href="qml-qtquick3d-morphtarget.html" status="active" access="public" documented="true" title="MorphTarget" fulltitle="MorphTarget" subtitle="" brief="Defines the properties of a morph target">
            <qmlproperty name="attributes" fullname="QtQuick3D.MorphTarget.attributes" href="qml-qtquick3d-morphtarget.html#attributes-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="weight" fullname="QtQuick3D.MorphTarget.weight" href="qml-qtquick3d-morphtarget.html#weight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-morphing" href="quick3d-morphing.html" status="active" location="qtquick3d-morphing.qdoc" documented="true" subtype="page" title="Morphing Animation" fulltitle="Morphing Animation" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
        </page>
        <qmlclass name="MotionBlur" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.MotionBlur" href="qml-qtquick3d-effects-motionblur.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="MotionBlur" fulltitle="MotionBlur" subtitle="" brief="A motion blur effect">
            <qmlproperty name="blurQuality" fullname="QtQuick3D.Effects.MotionBlur.blurQuality" href="qml-qtquick3d-effects-motionblur.html#blurQuality-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fadeAmount" fullname="QtQuick3D.Effects.MotionBlur.fadeAmount" href="qml-qtquick3d-effects-motionblur.html#fadeAmount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="qt3dxr-multiview.html" href="qt3dxr-multiview.html" status="active" location="qt3dxr-multiview.qdoc" documented="true" subtype="page" title="Multiview Rendering" fulltitle="Multiview Rendering" subtitle="" brief="This page describes the concepts and practical implications of multiview rendering support in Qt Quick 3D">
            <contents name="low-level-overview" title="Low-Level Overview" level="1"/>
            <contents name="multiview-support-in-3d-apis" title="Multiview support in 3D APIs" level="2"/>
            <contents name="multiview-support-in-qt-s-rendering-hardware-interface-rhi" title="Multiview support in Qt's rendering hardware interface (RHI)" level="2"/>
            <contents name="multiview-support-in-the-qt-quick-quick-3d-quick-3d-xr-stack" title="Multiview Support in the Qt Quick - Quick 3D - Quick 3D XR Stack" level="1"/>
            <contents name="multiview-support-in-qt-quick" title="Multiview support in Qt Quick" level="2"/>
            <contents name="multiview-support-in-qt-quick-3d" title="Multiview support in Qt Quick 3D" level="2"/>
            <contents name="multiview-support-in-qt-quick-3d-xr" title="Multiview support in Qt Quick 3D Xr" level="2"/>
        </page>
        <qmlclass name="Node" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Node" href="qml-qtquick3d-node.html" status="active" access="public" documented="true" title="Node" fulltitle="Node" subtitle="" brief="Base component for an object that exists in a 3D scene">
            <function name="mapDirectionFromNode" fullname="QtQuick3D.Node.mapDirectionFromNode" href="qml-qtquick3d-node.html#mapDirectionFromNode-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="QtQuick3D::Node" name="node" default=""/>
                <parameter type="vector3d" name="localDirection" default=""/>
            </function>
            <function name="mapDirectionFromScene" fullname="QtQuick3D.Node.mapDirectionFromScene" href="qml-qtquick3d-node.html#mapDirectionFromScene-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="sceneDirection" default=""/>
            </function>
            <function name="mapDirectionToNode" fullname="QtQuick3D.Node.mapDirectionToNode" href="qml-qtquick3d-node.html#mapDirectionToNode-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="QtQuick3D::Node" name="node" default=""/>
                <parameter type="vector3d" name="localDirection" default=""/>
            </function>
            <function name="mapDirectionToScene" fullname="QtQuick3D.Node.mapDirectionToScene" href="qml-qtquick3d-node.html#mapDirectionToScene-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="localDirection" default=""/>
            </function>
            <function name="mapPositionFromNode" fullname="QtQuick3D.Node.mapPositionFromNode" href="qml-qtquick3d-node.html#mapPositionFromNode-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="QtQuick3D::Node" name="node" default=""/>
                <parameter type="vector3d" name="localPosition" default=""/>
            </function>
            <function name="mapPositionFromScene" fullname="QtQuick3D.Node.mapPositionFromScene" href="qml-qtquick3d-node.html#mapPositionFromScene-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="scenePosition" default=""/>
            </function>
            <function name="mapPositionToNode" fullname="QtQuick3D.Node.mapPositionToNode" href="qml-qtquick3d-node.html#mapPositionToNode-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="QtQuick3D::Node" name="node" default=""/>
                <parameter type="vector3d" name="localPosition" default=""/>
            </function>
            <function name="mapPositionToScene" fullname="QtQuick3D.Node.mapPositionToScene" href="qml-qtquick3d-node.html#mapPositionToScene-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="localPosition" default=""/>
            </function>
            <function name="rotate" fullname="QtQuick3D.Node.rotate" href="qml-qtquick3d-node.html#rotate-method" status="active" access="public" documented="true" meta="qmlmethod">
                <parameter type="real" name="degrees" default=""/>
                <parameter type="vector3d" name="axis" default=""/>
                <parameter type="enumeration" name="space" default=""/>
            </function>
            <qmlproperty name="eulerRotation" fullname="QtQuick3D.Node.eulerRotation" href="qml-qtquick3d-node.html#eulerRotation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="forward" fullname="QtQuick3D.Node.forward" href="qml-qtquick3d-node.html#forward-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="opacity" fullname="QtQuick3D.Node.opacity" href="qml-qtquick3d-node.html#opacity-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="pivot" fullname="QtQuick3D.Node.pivot" href="qml-qtquick3d-node.html#pivot-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick3D.Node.position" href="qml-qtquick3d-node.html#position-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="right" fullname="QtQuick3D.Node.right" href="qml-qtquick3d-node.html#right-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="rotation" fullname="QtQuick3D.Node.rotation" href="qml-qtquick3d-node.html#rotation-prop" status="active" access="public" documented="true" type="quaternion" attached="false" writable="true"/>
            <qmlproperty name="scale" fullname="QtQuick3D.Node.scale" href="qml-qtquick3d-node.html#scale-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="scenePosition" fullname="QtQuick3D.Node.scenePosition" href="qml-qtquick3d-node.html#scenePosition-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="sceneRotation" fullname="QtQuick3D.Node.sceneRotation" href="qml-qtquick3d-node.html#sceneRotation-prop" status="active" access="public" documented="true" type="quaternion" attached="false" writable="false"/>
            <qmlproperty name="sceneScale" fullname="QtQuick3D.Node.sceneScale" href="qml-qtquick3d-node.html#sceneScale-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="sceneTransform" fullname="QtQuick3D.Node.sceneTransform" href="qml-qtquick3d-node.html#sceneTransform-prop" status="active" access="public" documented="true" type="matrix4x4" attached="false" writable="false"/>
            <qmlproperty name="staticFlags" fullname="QtQuick3D.Node.staticFlags" href="qml-qtquick3d-node.html#staticFlags-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="up" fullname="QtQuick3D.Node.up" href="qml-qtquick3d-node.html#up-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="visible" fullname="QtQuick3D.Node.visible" href="qml-qtquick3d-node.html#visible-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="x" fullname="QtQuick3D.Node.x" href="qml-qtquick3d-node.html#x-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="y" fullname="QtQuick3D.Node.y" href="qml-qtquick3d-node.html#y-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="z" fullname="QtQuick3D.Node.z" href="qml-qtquick3d-node.html#z-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Object3D" qml-module-name="QtQuick3D" fullname="QtQuick3D.Object3D" href="qml-qtquick3d-object3d.html" status="active" access="public" documented="true" title="Object3D" fulltitle="Object3D" subtitle="" brief="Abstract base type of all 3D nodes and resources">
            <qmlproperty name="children" fullname="QtQuick3D.Object3D.children" href="qml-qtquick3d-object3d.html#children-prop" status="active" access="public" documented="true" type="list&lt;Object3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="data" fullname="QtQuick3D.Object3D.data" href="qml-qtquick3d-object3d.html#data-prop" status="active" access="public" documented="true" type="list&lt;Object&gt;" attached="false" writable="true"/>
            <qmlproperty name="parent" fullname="QtQuick3D.Object3D.parent" href="qml-qtquick3d-object3d.html#parent-prop" status="active" access="public" documented="true" type="Object3D" attached="false" writable="true"/>
            <qmlproperty name="resources" fullname="QtQuick3D.Object3D.resources" href="qml-qtquick3d-object3d.html#resources-prop" status="active" access="public" documented="true" type="list&lt;Object&gt;" attached="false" writable="true"/>
            <qmlproperty name="state" fullname="QtQuick3D.Object3D.state" href="qml-qtquick3d-object3d.html#state-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="states" fullname="QtQuick3D.Object3D.states" href="qml-qtquick3d-object3d.html#states-prop" status="active" access="public" documented="true" type="list&lt;State&gt;" attached="false" writable="true"/>
            <qmlproperty name="transitions" fullname="QtQuick3D.Object3D.transitions" href="qml-qtquick3d-object3d.html#transitions-prop" status="active" access="public" documented="true" type="list&lt;Transition&gt;" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-attribution-assimp.html" href="qtquick3d-attribution-assimp.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="Open Asset Import Library, version 5.4.3" fulltitle="Open Asset Import Library, version 5.4.3" subtitle="" brief="BSD 3-clause &quot;New&quot; or &quot;Revised&quot; Licensee">
            <target name="assimp"/>
        </page>
        <page name="qtquick3d-attribution-openxr.html" href="qtquick3d-attribution-openxr.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="OpenXR SDK, version 1.1.42" fulltitle="OpenXR SDK, version 1.1.42" subtitle="" brief="Apache License 2.0">
            <target name="openxr"/>
        </page>
        <page name="quick3d-asset-conditioning-3d-assets" href="quick3d-asset-conditioning-3d-assets.html" status="active" location="qtquick3d-optimizing-3d.qdoc" documented="true" subtype="page" title="Optimizing 3D Assets" fulltitle="Optimizing 3D Assets" subtitle="">
            <contents name="3d-content-overview" title="3D Content Overview" level="1"/>
            <contents name="geometry" title="Geometry" level="2"/>
            <contents name="animations" title="Animations" level="2"/>
            <contents name="materials" title="Materials" level="2"/>
            <contents name="lights-and-cameras" title="Lights and Cameras" level="2"/>
            <contents name="other" title="Other" level="2"/>
            <contents name="exporting-from-different-tools" title="Exporting from Different Tools" level="1"/>
        </page>
        <qmlclass name="OrbitCameraController" qml-module-name="QtQuick3D.Helpers" fullname="QtQuick3D.Helpers.OrbitCameraController" href="qml-qtquick3d-helpers-orbitcameracontroller.html" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" title="OrbitCameraController" fulltitle="OrbitCameraController" subtitle="" brief="Camera Controller which rotates around an origin">
            <qmlproperty name="acceptedButtons" fullname="QtQuick3D.Helpers.OrbitCameraController.acceptedButtons" href="qml-qtquick3d-helpers-orbitcameracontroller.html#acceptedButtons-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" since="6.9" documented="true" type="Qt::MouseButtons" attached="false" writable="true"/>
            <qmlproperty name="automaticClipping" fullname="QtQuick3D.Helpers.OrbitCameraController.automaticClipping" href="qml-qtquick3d-helpers-orbitcameracontroller.html#automaticClipping-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" since="6.9" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="camera" fullname="QtQuick3D.Helpers.OrbitCameraController.camera" href="qml-qtquick3d-helpers-orbitcameracontroller.html#camera-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="QtQuick3D::Camera" attached="false" writable="true"/>
            <qmlproperty name="mouseEnabled" fullname="QtQuick3D.Helpers.OrbitCameraController.mouseEnabled" href="qml-qtquick3d-helpers-orbitcameracontroller.html#mouseEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="origin" fullname="QtQuick3D.Helpers.OrbitCameraController.origin" href="qml-qtquick3d-helpers-orbitcameracontroller.html#origin-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="QtQuick3D::Node" attached="false" writable="true"/>
            <qmlproperty name="panEnabled" fullname="QtQuick3D.Helpers.OrbitCameraController.panEnabled" href="qml-qtquick3d-helpers-orbitcameracontroller.html#panEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="xInvert" fullname="QtQuick3D.Helpers.OrbitCameraController.xInvert" href="qml-qtquick3d-helpers-orbitcameracontroller.html#xInvert-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="xSpeed" fullname="QtQuick3D.Helpers.OrbitCameraController.xSpeed" href="qml-qtquick3d-helpers-orbitcameracontroller.html#xSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="yInvert" fullname="QtQuick3D.Helpers.OrbitCameraController.yInvert" href="qml-qtquick3d-helpers-orbitcameracontroller.html#yInvert-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="ySpeed" fullname="QtQuick3D.Helpers.OrbitCameraController.ySpeed" href="qml-qtquick3d-helpers-orbitcameracontroller.html#ySpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="OrthographicCamera" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Camera" fullname="QtQuick3D.OrthographicCamera" href="qml-qtquick3d-orthographiccamera.html" status="active" access="public" documented="true" title="OrthographicCamera" fulltitle="OrthographicCamera" subtitle="" brief="Defines an Camera with an orthographic projection matrix">
            <qmlproperty name="clipFar" fullname="QtQuick3D.OrthographicCamera.clipFar" href="qml-qtquick3d-orthographiccamera.html#clipFar-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clipNear" fullname="QtQuick3D.OrthographicCamera.clipNear" href="qml-qtquick3d-orthographiccamera.html#clipNear-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="horizontalMagnification" fullname="QtQuick3D.OrthographicCamera.horizontalMagnification" href="qml-qtquick3d-orthographiccamera.html#horizontalMagnification-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="verticalMagnification" fullname="QtQuick3D.OrthographicCamera.verticalMagnification" href="qml-qtquick3d-orthographiccamera.html#verticalMagnification-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="qt3dxr-pcvr.html" href="qt3dxr-pcvr.html" status="active" location="qt3dxr-pcvr.qdoc" documented="true" subtype="page" title="PCVR" fulltitle="PCVR" subtitle="" brief="Details on supporting non-standalone VR headsets">
            <contents name="overview" title="Overview" level="1"/>
            <contents name="further-considerations" title="Further considerations" level="1"/>
            <contents name="choosing-the-openxr-implementation" title="Choosing the OpenXR Implementation" level="1"/>
            <contents name="wireless-streaming-solutions-for-the-meta-quest-3" title="Wireless streaming solutions for the Meta Quest 3" level="1"/>
            <contents name="tables-of-tested-configurations" title="Tables of Tested Configurations" level="1"/>
            <contents name="further-reading" title="Further reading" level="1"/>
        </page>
        <qmlclass name="Particle3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Particles3D.Particle3D" href="qml-qtquick3d-particles3d-particle3d.html" status="active" access="public" since="6.2" documented="true" title="Particle3D" fulltitle="Particle3D" subtitle="" brief="Abstract logical particle">
            <qmlproperty name="AlignMode" fullname="QtQuick3D.Particles3D.Particle3D.AlignMode" href="qml-qtquick3d-particles3d-particle3d.html#AlignMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="FadeType" fullname="QtQuick3D.Particles3D.Particle3D.FadeType" href="qml-qtquick3d-particles3d-particle3d.html#FadeType-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="SortMode" fullname="QtQuick3D.Particles3D.Particle3D.SortMode" href="qml-qtquick3d-particles3d-particle3d.html#SortMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="alignMode" fullname="QtQuick3D.Particles3D.Particle3D.alignMode" href="qml-qtquick3d-particles3d-particle3d.html#alignMode-prop" status="active" access="public" documented="true" type="AlignMode" attached="false" writable="true"/>
            <qmlproperty name="alignTargetPosition" fullname="QtQuick3D.Particles3D.Particle3D.alignTargetPosition" href="qml-qtquick3d-particles3d-particle3d.html#alignTargetPosition-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="color" fullname="QtQuick3D.Particles3D.Particle3D.color" href="qml-qtquick3d-particles3d-particle3d.html#color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="colorVariation" fullname="QtQuick3D.Particles3D.Particle3D.colorVariation" href="qml-qtquick3d-particles3d-particle3d.html#colorVariation-prop" status="active" access="public" documented="true" type="vector4d" attached="false" writable="true"/>
            <qmlproperty name="fadeInDuration" fullname="QtQuick3D.Particles3D.Particle3D.fadeInDuration" href="qml-qtquick3d-particles3d-particle3d.html#fadeInDuration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="fadeInEffect" fullname="QtQuick3D.Particles3D.Particle3D.fadeInEffect" href="qml-qtquick3d-particles3d-particle3d.html#fadeInEffect-prop" status="active" access="public" documented="true" type="FadeType" attached="false" writable="true"/>
            <qmlproperty name="fadeOutDuration" fullname="QtQuick3D.Particles3D.Particle3D.fadeOutDuration" href="qml-qtquick3d-particles3d-particle3d.html#fadeOutDuration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="fadeOutEffect" fullname="QtQuick3D.Particles3D.Particle3D.fadeOutEffect" href="qml-qtquick3d-particles3d-particle3d.html#fadeOutEffect-prop" status="active" access="public" documented="true" type="FadeType" attached="false" writable="true"/>
            <qmlproperty name="hasTransparency" fullname="QtQuick3D.Particles3D.Particle3D.hasTransparency" href="qml-qtquick3d-particles3d-particle3d.html#hasTransparency-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="maxAmount" fullname="QtQuick3D.Particles3D.Particle3D.maxAmount" href="qml-qtquick3d-particles3d-particle3d.html#maxAmount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="sortMode" fullname="QtQuick3D.Particles3D.Particle3D.sortMode" href="qml-qtquick3d-particles3d-particle3d.html#sortMode-prop" status="active" access="public" documented="true" type="SortMode" attached="false" writable="true"/>
            <qmlproperty name="unifiedColorVariation" fullname="QtQuick3D.Particles3D.Particle3D.unifiedColorVariation" href="qml-qtquick3d-particles3d-particle3d.html#unifiedColorVariation-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ParticleAbstractShape3D" qml-module-name="QtQuick3D.Particles3D" fullname="QtQuick3D.Particles3D.ParticleAbstractShape3D" href="qml-qtquick3d-particles3d-particleabstractshape3d.html" status="active" access="public" since="6.2" documented="true" title="ParticleAbstractShape3D" fulltitle="ParticleAbstractShape3D" subtitle="" brief="Abstract base type of particle shapes"/>
        <qmlclass name="ParticleCustomShape3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::ParticleAbstractShape3D" fullname="QtQuick3D.Particles3D.ParticleCustomShape3D" href="qml-qtquick3d-particles3d-particlecustomshape3d.html" status="active" access="public" since="6.3" documented="true" title="ParticleCustomShape3D" fulltitle="ParticleCustomShape3D" subtitle="" brief="Loads custom particle shapes for emitters and affectors">
            <qmlproperty name="randomizeData" fullname="QtQuick3D.Particles3D.ParticleCustomShape3D.randomizeData" href="qml-qtquick3d-particles3d-particlecustomshape3d.html#randomizeData-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.Particles3D.ParticleCustomShape3D.source" href="qml-qtquick3d-particles3d-particlecustomshape3d.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ParticleEmitter3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Particles3D.ParticleEmitter3D" href="qml-qtquick3d-particles3d-particleemitter3d.html" status="active" access="public" since="6.2" documented="true" title="ParticleEmitter3D" fulltitle="ParticleEmitter3D" subtitle="" brief="Emitter for logical particles">
            <function name="burst" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.burst" href="qml-qtquick3d-particles3d-particleemitter3d.html#burst-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="count" default=""/>
            </function>
            <function name="burst" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.burst" href="qml-qtquick3d-particles3d-particleemitter3d.html#burst-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="count" default=""/>
                <parameter type="int" name="duration" default=""/>
            </function>
            <function name="burst" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.burst" href="qml-qtquick3d-particles3d-particleemitter3d.html#burst-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="count" default=""/>
                <parameter type="int" name="duration" default=""/>
                <parameter type="vector3d" name="position" default=""/>
            </function>
            <qmlproperty name="depthBias" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.depthBias" href="qml-qtquick3d-particles3d-particleemitter3d.html#depthBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="emitBursts" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.emitBursts" href="qml-qtquick3d-particles3d-particleemitter3d.html#emitBursts-prop" status="active" access="public" documented="true" type="List&lt;EmitBurst3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="emitRate" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.emitRate" href="qml-qtquick3d-particles3d-particleemitter3d.html#emitRate-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="enabled" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.enabled" href="qml-qtquick3d-particles3d-particleemitter3d.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="lifeSpan" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.lifeSpan" href="qml-qtquick3d-particles3d-particleemitter3d.html#lifeSpan-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="lifeSpanVariation" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.lifeSpanVariation" href="qml-qtquick3d-particles3d-particleemitter3d.html#lifeSpanVariation-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="particle" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particle" href="qml-qtquick3d-particles3d-particleemitter3d.html#particle-prop" status="active" access="public" documented="true" type="Particle3D" attached="false" writable="true"/>
            <qmlproperty name="particleEndScale" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleEndScale" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleEndScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="particleEndScaleVariation" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleEndScaleVariation" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleEndScaleVariation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="particleRotation" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleRotation" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleRotation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="particleRotationVariation" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleRotationVariation" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleRotationVariation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="particleRotationVelocity" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleRotationVelocity" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleRotationVelocity-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="particleRotationVelocityVariation" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleRotationVelocityVariation" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleRotationVelocityVariation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="particleScale" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleScale" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="particleScaleVariation" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.particleScaleVariation" href="qml-qtquick3d-particles3d-particleemitter3d.html#particleScaleVariation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shape" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.shape" href="qml-qtquick3d-particles3d-particleemitter3d.html#shape-prop" status="active" access="public" documented="true" type="ParticleAbstractShape3D" attached="false" writable="true"/>
            <qmlproperty name="system" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.system" href="qml-qtquick3d-particles3d-particleemitter3d.html#system-prop" status="active" access="public" documented="true" type="ParticleSystem3D" attached="false" writable="true"/>
            <qmlproperty name="velocity" fullname="QtQuick3D.Particles3D.ParticleEmitter3D.velocity" href="qml-qtquick3d-particles3d-particleemitter3d.html#velocity-prop" status="active" access="public" documented="true" type="Direction3D" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ParticleModelShape3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::ParticleAbstractShape3D" fullname="QtQuick3D.Particles3D.ParticleModelShape3D" href="qml-qtquick3d-particles3d-particlemodelshape3d.html" status="active" access="public" since="6.2" documented="true" title="ParticleModelShape3D" fulltitle="ParticleModelShape3D" subtitle="" brief="Offers particle shape from model for emitters and affectors">
            <qmlproperty name="delegate" fullname="QtQuick3D.Particles3D.ParticleModelShape3D.delegate" href="qml-qtquick3d-particles3d-particlemodelshape3d.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="fill" fullname="QtQuick3D.Particles3D.ParticleModelShape3D.fill" href="qml-qtquick3d-particles3d-particlemodelshape3d.html#fill-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ParticleShape3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::ParticleAbstractShape3D" fullname="QtQuick3D.Particles3D.ParticleShape3D" href="qml-qtquick3d-particles3d-particleshape3d.html" status="active" access="public" since="6.2" documented="true" title="ParticleShape3D" fulltitle="ParticleShape3D" subtitle="" brief="Offers 3D shapes for emitters and affectors">
            <qmlproperty name="ShapeType" fullname="QtQuick3D.Particles3D.ParticleShape3D.ShapeType" href="qml-qtquick3d-particles3d-particleshape3d.html#ShapeType-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="extents" fullname="QtQuick3D.Particles3D.ParticleShape3D.extents" href="qml-qtquick3d-particles3d-particleshape3d.html#extents-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="fill" fullname="QtQuick3D.Particles3D.ParticleShape3D.fill" href="qml-qtquick3d-particles3d-particleshape3d.html#fill-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="type" fullname="QtQuick3D.Particles3D.ParticleShape3D.type" href="qml-qtquick3d-particles3d-particleshape3d.html#type-prop" status="active" access="public" documented="true" type="ShapeType" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ParticleSystem3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Particles3D.ParticleSystem3D" href="qml-qtquick3d-particles3d-particlesystem3d.html" status="active" access="public" since="6.2" documented="true" title="ParticleSystem3D" fulltitle="ParticleSystem3D" subtitle="" brief="A system which includes particle, emitter, and affector types">
            <function name="reset" fullname="QtQuick3D.Particles3D.ParticleSystem3D.reset" href="qml-qtquick3d-particles3d-particlesystem3d.html#reset-method" status="active" access="public" documented="true" meta="qmlmethod"/>
            <qmlproperty name="logging" fullname="QtQuick3D.Particles3D.ParticleSystem3D.logging" href="qml-qtquick3d-particles3d-particlesystem3d.html#logging-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="loggingData" fullname="QtQuick3D.Particles3D.ParticleSystem3D.loggingData" href="qml-qtquick3d-particles3d-particlesystem3d.html#loggingData-prop" status="active" access="public" documented="true" type="ParticleSystem3DLogging" attached="false" writable="false"/>
            <qmlproperty name="paused" fullname="QtQuick3D.Particles3D.ParticleSystem3D.paused" href="qml-qtquick3d-particles3d-particlesystem3d.html#paused-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="running" fullname="QtQuick3D.Particles3D.ParticleSystem3D.running" href="qml-qtquick3d-particles3d-particlesystem3d.html#running-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="seed" fullname="QtQuick3D.Particles3D.ParticleSystem3D.seed" href="qml-qtquick3d-particles3d-particlesystem3d.html#seed-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="startTime" fullname="QtQuick3D.Particles3D.ParticleSystem3D.startTime" href="qml-qtquick3d-particles3d-particlesystem3d.html#startTime-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="time" fullname="QtQuick3D.Particles3D.ParticleSystem3D.time" href="qml-qtquick3d-particles3d-particlesystem3d.html#time-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="useRandomSeed" fullname="QtQuick3D.Particles3D.ParticleSystem3D.useRandomSeed" href="qml-qtquick3d-particles3d-particlesystem3d.html#useRandomSeed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ParticleSystem3DLogging" qml-module-name="QtQuick3D.Particles3D" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html" status="active" access="public" since="6.2" documented="true" title="ParticleSystem3DLogging" fulltitle="ParticleSystem3DLogging" subtitle="" brief="Provides information of the particle system">
            <qmlproperty name="loggingInterval" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.loggingInterval" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#loggingInterval-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="particlesMax" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.particlesMax" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#particlesMax-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="particlesUsed" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.particlesUsed" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#particlesUsed-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="time" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.time" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#time-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="timeAverage" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.timeAverage" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#timeAverage-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="timeDeviation" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.timeDeviation" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#timeDeviation-prop" status="active" access="public" since="6.3" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="updates" fullname="QtQuick3D.Particles3D.ParticleSystem3DLogging.updates" href="qml-qtquick3d-particles3d-particlesystem3dlogging.html#updates-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="Pass" qml-module-name="QtQuick3D" fullname="QtQuick3D.Pass" href="qml-qtquick3d-pass.html" status="active" access="public" documented="true" title="Pass" fulltitle="Pass" subtitle="" brief="Defines a render pass in an Effect">
            <qmlproperty name="commands" fullname="QtQuick3D.Pass.commands" href="qml-qtquick3d-pass.html#commands-prop" status="active" access="public" documented="true" type="list" attached="false" writable="true"/>
            <qmlproperty name="output" fullname="QtQuick3D.Pass.output" href="qml-qtquick3d-pass.html#output-prop" status="active" access="public" documented="true" type="Buffer" attached="false" writable="true"/>
            <qmlproperty name="shaders" fullname="QtQuick3D.Pass.shaders" href="qml-qtquick3d-pass.html#shaders-prop" status="active" access="public" documented="true" type="list" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="PerspectiveCamera" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Camera" fullname="QtQuick3D.PerspectiveCamera" href="qml-qtquick3d-perspectivecamera.html" status="active" access="public" documented="true" title="PerspectiveCamera" fulltitle="PerspectiveCamera" subtitle="" brief="Defines a Perspective Camera for viewing the content of a 3D scene">
            <qmlproperty name="clipFar" fullname="QtQuick3D.PerspectiveCamera.clipFar" href="qml-qtquick3d-perspectivecamera.html#clipFar-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clipNear" fullname="QtQuick3D.PerspectiveCamera.clipNear" href="qml-qtquick3d-perspectivecamera.html#clipNear-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fieldOfView" fullname="QtQuick3D.PerspectiveCamera.fieldOfView" href="qml-qtquick3d-perspectivecamera.html#fieldOfView-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fieldOfViewOrientation" fullname="QtQuick3D.PerspectiveCamera.fieldOfViewOrientation" href="qml-qtquick3d-perspectivecamera.html#fieldOfViewOrientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-pbr" href="quick3d-pbr.html" status="active" location="qtquick3d-pbr.qdoc" documented="true" subtype="page" title="Physically Based Rendering" fulltitle="Physically Based Rendering" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="materials-and-workflows" title="Materials and Workflows" level="1"/>
            <contents name="metallic-roughness-workflow" title="Metallic Roughness Workflow" level="2"/>
            <contents name="principledmaterial" title="PrincipledMaterial" level="3"/>
            <contents name="custommaterial" title="CustomMaterial" level="3"/>
            <contents name="specular-and-glossiness-workflow" title="Specular and Glossiness Workflow" level="2"/>
            <contents name="specularglossymaterial" title="SpecularGlossyMaterial" level="3"/>
            <contents name="more-examples" title="More examples" level="2"/>
        </page>
        <qmlclass name="PlaneGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.PlaneGeometry" href="qml-qtquick3d-helpers-planegeometry.html" status="active" access="public" since="6.9" documented="true" title="PlaneGeometry" fulltitle="PlaneGeometry" subtitle="" brief="Provides geometry for a plane">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.PlaneGeometry.asynchronous" href="qml-qtquick3d-helpers-planegeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="height" fullname="QtQuick3D.Helpers.PlaneGeometry.height" href="qml-qtquick3d-helpers-planegeometry.html#height-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="meshResolution" fullname="QtQuick3D.Helpers.PlaneGeometry.meshResolution" href="qml-qtquick3d-helpers-planegeometry.html#meshResolution-prop" status="active" access="public" documented="true" type="size" attached="false" writable="true"/>
            <qmlproperty name="mirrored" fullname="QtQuick3D.Helpers.PlaneGeometry.mirrored" href="qml-qtquick3d-helpers-planegeometry.html#mirrored-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="plane" fullname="QtQuick3D.Helpers.PlaneGeometry.plane" href="qml-qtquick3d-helpers-planegeometry.html#plane-prop" status="active" access="public" documented="true" type="PlaneGeometry::Plane" attached="false" writable="true"/>
            <qmlproperty name="reversed" fullname="QtQuick3D.Helpers.PlaneGeometry.reversed" href="qml-qtquick3d-helpers-planegeometry.html#reversed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.PlaneGeometry.status" href="qml-qtquick3d-helpers-planegeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="width" fullname="QtQuick3D.Helpers.PlaneGeometry.width" href="qml-qtquick3d-helpers-planegeometry.html#width-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="PointLight" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Light" fullname="QtQuick3D.PointLight" href="qml-qtquick3d-pointlight.html" status="active" access="public" documented="true" title="PointLight" fulltitle="PointLight" subtitle="" brief="Defines a point light in the scene">
            <contents name="a-simple-example-shading-a-sphere-in-three-different-ways" title="A simple example: shading a sphere in three different ways" level="2"/>
            <qmlproperty name="constantFade" fullname="QtQuick3D.PointLight.constantFade" href="qml-qtquick3d-pointlight.html#constantFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="linearFade" fullname="QtQuick3D.PointLight.linearFade" href="qml-qtquick3d-pointlight.html#linearFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="quadraticFade" fullname="QtQuick3D.PointLight.quadraticFade" href="qml-qtquick3d-pointlight.html#quadraticFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="PointRotator3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Affector3D" fullname="QtQuick3D.Particles3D.PointRotator3D" href="qml-qtquick3d-particles3d-pointrotator3d.html" status="active" access="public" since="6.2" documented="true" title="PointRotator3D" fulltitle="PointRotator3D" subtitle="" brief="Rotates particles around a pivot point">
            <qmlproperty name="direction" fullname="QtQuick3D.Particles3D.PointRotator3D.direction" href="qml-qtquick3d-particles3d-pointrotator3d.html#direction-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="magnitude" fullname="QtQuick3D.Particles3D.PointRotator3D.magnitude" href="qml-qtquick3d-particles3d-pointrotator3d.html#magnitude-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="pivotPoint" fullname="QtQuick3D.Particles3D.PointRotator3D.pivotPoint" href="qml-qtquick3d-particles3d-pointrotator3d.html#pivotPoint-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="PrincipledMaterial" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Material" fullname="QtQuick3D.PrincipledMaterial" href="qml-qtquick3d-principledmaterial.html" status="active" access="public" documented="true" title="PrincipledMaterial" fulltitle="PrincipledMaterial" subtitle="" brief="Lets you define a material for 3D items using the metal/roughness workflow">
            <contents name="metal-roughness-workflow" title="Metal/Roughness workflow" level="1"/>
            <contents name="metalness" title="Metalness" level="2"/>
            <contents name="roughness" title="Roughness" level="2"/>
            <contents name="base-color" title="Base color" level="2"/>
            <qmlproperty name="alphaCutoff" fullname="QtQuick3D.PrincipledMaterial.alphaCutoff" href="qml-qtquick3d-principledmaterial.html#alphaCutoff-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="alphaMode" fullname="QtQuick3D.PrincipledMaterial.alphaMode" href="qml-qtquick3d-principledmaterial.html#alphaMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="attenuationColor" fullname="QtQuick3D.PrincipledMaterial.attenuationColor" href="qml-qtquick3d-principledmaterial.html#attenuationColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="attenuationDistance" fullname="QtQuick3D.PrincipledMaterial.attenuationDistance" href="qml-qtquick3d-principledmaterial.html#attenuationDistance-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="baseColor" fullname="QtQuick3D.PrincipledMaterial.baseColor" href="qml-qtquick3d-principledmaterial.html#baseColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="baseColorChannel" fullname="QtQuick3D.PrincipledMaterial.baseColorChannel" href="qml-qtquick3d-principledmaterial.html#baseColorChannel-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="baseColorMap" fullname="QtQuick3D.PrincipledMaterial.baseColorMap" href="qml-qtquick3d-principledmaterial.html#baseColorMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="baseColorSingleChannelEnabled" fullname="QtQuick3D.PrincipledMaterial.baseColorSingleChannelEnabled" href="qml-qtquick3d-principledmaterial.html#baseColorSingleChannelEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="blendMode" fullname="QtQuick3D.PrincipledMaterial.blendMode" href="qml-qtquick3d-principledmaterial.html#blendMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearcoatAmount" fullname="QtQuick3D.PrincipledMaterial.clearcoatAmount" href="qml-qtquick3d-principledmaterial.html#clearcoatAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatChannel" fullname="QtQuick3D.PrincipledMaterial.clearcoatChannel" href="qml-qtquick3d-principledmaterial.html#clearcoatChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelBias" fullname="QtQuick3D.PrincipledMaterial.clearcoatFresnelBias" href="qml-qtquick3d-principledmaterial.html#clearcoatFresnelBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelPower" fullname="QtQuick3D.PrincipledMaterial.clearcoatFresnelPower" href="qml-qtquick3d-principledmaterial.html#clearcoatFresnelPower-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelScale" fullname="QtQuick3D.PrincipledMaterial.clearcoatFresnelScale" href="qml-qtquick3d-principledmaterial.html#clearcoatFresnelScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelScaleBiasEnabled" fullname="QtQuick3D.PrincipledMaterial.clearcoatFresnelScaleBiasEnabled" href="qml-qtquick3d-principledmaterial.html#clearcoatFresnelScaleBiasEnabled-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatMap" fullname="QtQuick3D.PrincipledMaterial.clearcoatMap" href="qml-qtquick3d-principledmaterial.html#clearcoatMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="clearcoatNormalMap" fullname="QtQuick3D.PrincipledMaterial.clearcoatNormalMap" href="qml-qtquick3d-principledmaterial.html#clearcoatNormalMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="clearcoatNormalStrength" fullname="QtQuick3D.PrincipledMaterial.clearcoatNormalStrength" href="qml-qtquick3d-principledmaterial.html#clearcoatNormalStrength-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatRoughnessAmount" fullname="QtQuick3D.PrincipledMaterial.clearcoatRoughnessAmount" href="qml-qtquick3d-principledmaterial.html#clearcoatRoughnessAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatRoughnessChannel" fullname="QtQuick3D.PrincipledMaterial.clearcoatRoughnessChannel" href="qml-qtquick3d-principledmaterial.html#clearcoatRoughnessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearcoatRoughnessMap" fullname="QtQuick3D.PrincipledMaterial.clearcoatRoughnessMap" href="qml-qtquick3d-principledmaterial.html#clearcoatRoughnessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="emissiveChannel" fullname="QtQuick3D.PrincipledMaterial.emissiveChannel" href="qml-qtquick3d-principledmaterial.html#emissiveChannel-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="emissiveFactor" fullname="QtQuick3D.PrincipledMaterial.emissiveFactor" href="qml-qtquick3d-principledmaterial.html#emissiveFactor-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="emissiveMap" fullname="QtQuick3D.PrincipledMaterial.emissiveMap" href="qml-qtquick3d-principledmaterial.html#emissiveMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="emissiveSingleChannelEnabled" fullname="QtQuick3D.PrincipledMaterial.emissiveSingleChannelEnabled" href="qml-qtquick3d-principledmaterial.html#emissiveSingleChannelEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="fresnelBias" fullname="QtQuick3D.PrincipledMaterial.fresnelBias" href="qml-qtquick3d-principledmaterial.html#fresnelBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fresnelPower" fullname="QtQuick3D.PrincipledMaterial.fresnelPower" href="qml-qtquick3d-principledmaterial.html#fresnelPower-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fresnelScale" fullname="QtQuick3D.PrincipledMaterial.fresnelScale" href="qml-qtquick3d-principledmaterial.html#fresnelScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fresnelScaleBiasEnabled" fullname="QtQuick3D.PrincipledMaterial.fresnelScaleBiasEnabled" href="qml-qtquick3d-principledmaterial.html#fresnelScaleBiasEnabled-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="heightAmount" fullname="QtQuick3D.PrincipledMaterial.heightAmount" href="qml-qtquick3d-principledmaterial.html#heightAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="heightChannel" fullname="QtQuick3D.PrincipledMaterial.heightChannel" href="qml-qtquick3d-principledmaterial.html#heightChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="heightMap" fullname="QtQuick3D.PrincipledMaterial.heightMap" href="qml-qtquick3d-principledmaterial.html#heightMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="indexOfRefraction" fullname="QtQuick3D.PrincipledMaterial.indexOfRefraction" href="qml-qtquick3d-principledmaterial.html#indexOfRefraction-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="invertOpacityMapValue" fullname="QtQuick3D.PrincipledMaterial.invertOpacityMapValue" href="qml-qtquick3d-principledmaterial.html#invertOpacityMapValue-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lighting" fullname="QtQuick3D.PrincipledMaterial.lighting" href="qml-qtquick3d-principledmaterial.html#lighting-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="lineWidth" fullname="QtQuick3D.PrincipledMaterial.lineWidth" href="qml-qtquick3d-principledmaterial.html#lineWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="maxHeightMapSamples" fullname="QtQuick3D.PrincipledMaterial.maxHeightMapSamples" href="qml-qtquick3d-principledmaterial.html#maxHeightMapSamples-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="metalness" fullname="QtQuick3D.PrincipledMaterial.metalness" href="qml-qtquick3d-principledmaterial.html#metalness-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="metalnessChannel" fullname="QtQuick3D.PrincipledMaterial.metalnessChannel" href="qml-qtquick3d-principledmaterial.html#metalnessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="metalnessMap" fullname="QtQuick3D.PrincipledMaterial.metalnessMap" href="qml-qtquick3d-principledmaterial.html#metalnessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="minHeightMapSamples" fullname="QtQuick3D.PrincipledMaterial.minHeightMapSamples" href="qml-qtquick3d-principledmaterial.html#minHeightMapSamples-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="normalMap" fullname="QtQuick3D.PrincipledMaterial.normalMap" href="qml-qtquick3d-principledmaterial.html#normalMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="normalStrength" fullname="QtQuick3D.PrincipledMaterial.normalStrength" href="qml-qtquick3d-principledmaterial.html#normalStrength-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="occlusionAmount" fullname="QtQuick3D.PrincipledMaterial.occlusionAmount" href="qml-qtquick3d-principledmaterial.html#occlusionAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="occlusionChannel" fullname="QtQuick3D.PrincipledMaterial.occlusionChannel" href="qml-qtquick3d-principledmaterial.html#occlusionChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="occlusionMap" fullname="QtQuick3D.PrincipledMaterial.occlusionMap" href="qml-qtquick3d-principledmaterial.html#occlusionMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="opacity" fullname="QtQuick3D.PrincipledMaterial.opacity" href="qml-qtquick3d-principledmaterial.html#opacity-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="opacityChannel" fullname="QtQuick3D.PrincipledMaterial.opacityChannel" href="qml-qtquick3d-principledmaterial.html#opacityChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="opacityMap" fullname="QtQuick3D.PrincipledMaterial.opacityMap" href="qml-qtquick3d-principledmaterial.html#opacityMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="pointSize" fullname="QtQuick3D.PrincipledMaterial.pointSize" href="qml-qtquick3d-principledmaterial.html#pointSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="roughness" fullname="QtQuick3D.PrincipledMaterial.roughness" href="qml-qtquick3d-principledmaterial.html#roughness-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="roughnessChannel" fullname="QtQuick3D.PrincipledMaterial.roughnessChannel" href="qml-qtquick3d-principledmaterial.html#roughnessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="roughnessMap" fullname="QtQuick3D.PrincipledMaterial.roughnessMap" href="qml-qtquick3d-principledmaterial.html#roughnessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularAmount" fullname="QtQuick3D.PrincipledMaterial.specularAmount" href="qml-qtquick3d-principledmaterial.html#specularAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="specularChannel" fullname="QtQuick3D.PrincipledMaterial.specularChannel" href="qml-qtquick3d-principledmaterial.html#specularChannel-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="specularMap" fullname="QtQuick3D.PrincipledMaterial.specularMap" href="qml-qtquick3d-principledmaterial.html#specularMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularReflectionMap" fullname="QtQuick3D.PrincipledMaterial.specularReflectionMap" href="qml-qtquick3d-principledmaterial.html#specularReflectionMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularSingleChannelEnabled" fullname="QtQuick3D.PrincipledMaterial.specularSingleChannelEnabled" href="qml-qtquick3d-principledmaterial.html#specularSingleChannelEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="specularTint" fullname="QtQuick3D.PrincipledMaterial.specularTint" href="qml-qtquick3d-principledmaterial.html#specularTint-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="thicknessChannel" fullname="QtQuick3D.PrincipledMaterial.thicknessChannel" href="qml-qtquick3d-principledmaterial.html#thicknessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="thicknessFactor" fullname="QtQuick3D.PrincipledMaterial.thicknessFactor" href="qml-qtquick3d-principledmaterial.html#thicknessFactor-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="thicknessMap" fullname="QtQuick3D.PrincipledMaterial.thicknessMap" href="qml-qtquick3d-principledmaterial.html#thicknessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="transmissionChannel" fullname="QtQuick3D.PrincipledMaterial.transmissionChannel" href="qml-qtquick3d-principledmaterial.html#transmissionChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="transmissionFactor" fullname="QtQuick3D.PrincipledMaterial.transmissionFactor" href="qml-qtquick3d-principledmaterial.html#transmissionFactor-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="transmissionMap" fullname="QtQuick3D.PrincipledMaterial.transmissionMap" href="qml-qtquick3d-principledmaterial.html#transmissionMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="vertexColorAlphaMask" fullname="QtQuick3D.PrincipledMaterial.vertexColorAlphaMask" href="qml-qtquick3d-principledmaterial.html#vertexColorAlphaMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorBlueMask" fullname="QtQuick3D.PrincipledMaterial.vertexColorBlueMask" href="qml-qtquick3d-principledmaterial.html#vertexColorBlueMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorGreenMask" fullname="QtQuick3D.PrincipledMaterial.vertexColorGreenMask" href="qml-qtquick3d-principledmaterial.html#vertexColorGreenMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorRedMask" fullname="QtQuick3D.PrincipledMaterial.vertexColorRedMask" href="qml-qtquick3d-principledmaterial.html#vertexColorRedMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorsEnabled" fullname="QtQuick3D.PrincipledMaterial.vertexColorsEnabled" href="qml-qtquick3d-principledmaterial.html#vertexColorsEnabled-prop" status="active" access="public" since="6.5" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="vertexColorsMaskEnabled" fullname="QtQuick3D.PrincipledMaterial.vertexColorsMaskEnabled" href="qml-qtquick3d-principledmaterial.html#vertexColorsMaskEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ProceduralMesh" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.ProceduralMesh" href="qml-qtquick3d-helpers-proceduralmesh.html" status="active" access="public" since="6.6" documented="true" title="ProceduralMesh" fulltitle="ProceduralMesh" subtitle="" brief="Allows creation of Geometry from QML">
            <qmlproperty name="binormals" fullname="QtQuick3D.Helpers.ProceduralMesh.binormals" href="qml-qtquick3d-helpers-proceduralmesh.html#binormals-prop" status="active" access="public" documented="true" type="List&lt;QVector3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="colors" fullname="QtQuick3D.Helpers.ProceduralMesh.colors" href="qml-qtquick3d-helpers-proceduralmesh.html#colors-prop" status="active" access="public" documented="true" type="List&lt;QVector4D&gt;" attached="false" writable="true"/>
            <qmlproperty name="indexes" fullname="QtQuick3D.Helpers.ProceduralMesh.indexes" href="qml-qtquick3d-helpers-proceduralmesh.html#indexes-prop" status="active" access="public" documented="true" type="List&lt;int&gt;" attached="false" writable="true"/>
            <qmlproperty name="joints" fullname="QtQuick3D.Helpers.ProceduralMesh.joints" href="qml-qtquick3d-helpers-proceduralmesh.html#joints-prop" status="active" access="public" documented="true" type="List&lt;QVector4D&gt;" attached="false" writable="true"/>
            <qmlproperty name="normals" fullname="QtQuick3D.Helpers.ProceduralMesh.normals" href="qml-qtquick3d-helpers-proceduralmesh.html#normals-prop" status="active" access="public" documented="true" type="List&lt;QVector3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="positions" fullname="QtQuick3D.Helpers.ProceduralMesh.positions" href="qml-qtquick3d-helpers-proceduralmesh.html#positions-prop" status="active" access="public" documented="true" type="List&lt;QVector3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="primitiveMode" fullname="QtQuick3D.Helpers.ProceduralMesh.primitiveMode" href="qml-qtquick3d-helpers-proceduralmesh.html#primitiveMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="subsets" fullname="QtQuick3D.Helpers.ProceduralMesh.subsets" href="qml-qtquick3d-helpers-proceduralmesh.html#subsets-prop" status="active" access="public" documented="true" type="List&lt;ProceduralMeshSubset&gt;" attached="false" writable="true"/>
            <qmlproperty name="tangents" fullname="QtQuick3D.Helpers.ProceduralMesh.tangents" href="qml-qtquick3d-helpers-proceduralmesh.html#tangents-prop" status="active" access="public" documented="true" type="List&lt;QVector3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="uv0s" fullname="QtQuick3D.Helpers.ProceduralMesh.uv0s" href="qml-qtquick3d-helpers-proceduralmesh.html#uv0s-prop" status="active" access="public" documented="true" type="List&lt;QVector2D&gt;" attached="false" writable="true"/>
            <qmlproperty name="uv1s" fullname="QtQuick3D.Helpers.ProceduralMesh.uv1s" href="qml-qtquick3d-helpers-proceduralmesh.html#uv1s-prop" status="active" access="public" documented="true" type="List&lt;QVector2D&gt;" attached="false" writable="true"/>
            <qmlproperty name="weights" fullname="QtQuick3D.Helpers.ProceduralMesh.weights" href="qml-qtquick3d-helpers-proceduralmesh.html#weights-prop" status="active" access="public" documented="true" type="List&lt;QVector4D&gt;" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ProceduralMeshSubset" qml-module-name="QtQuick3D.Helpers" fullname="QtQuick3D.Helpers.ProceduralMeshSubset" href="qml-qtquick3d-helpers-proceduralmeshsubset.html" status="active" access="public" since="6.6" documented="true" title="ProceduralMeshSubset" fulltitle="ProceduralMeshSubset" subtitle="" brief="Defines a subset of a ProceduralMesh">
            <qmlproperty name="count" fullname="QtQuick3D.Helpers.ProceduralMeshSubset.count" href="qml-qtquick3d-helpers-proceduralmeshsubset.html#count-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="name" fullname="QtQuick3D.Helpers.ProceduralMeshSubset.name" href="qml-qtquick3d-helpers-proceduralmeshsubset.html#name-prop" status="active" access="public" documented="true" type="Material" attached="false" writable="true"/>
            <qmlproperty name="offset" fullname="QtQuick3D.Helpers.ProceduralMeshSubset.offset" href="qml-qtquick3d-helpers-proceduralmeshsubset.html#offset-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ProceduralSkyTextureData" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::TextureData" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData" href="qml-qtquick3d-helpers-proceduralskytexturedata.html" status="active" access="public" documented="true" title="ProceduralSkyTextureData" fulltitle="ProceduralSkyTextureData" subtitle="" brief="Generates an HDR skybox cubemap">
            <qmlproperty name="groundBottomColor" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.groundBottomColor" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#groundBottomColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="groundCurve" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.groundCurve" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#groundCurve-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="groundEnergy" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.groundEnergy" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#groundEnergy-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="groundHorizonColor" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.groundHorizonColor" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#groundHorizonColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="skyCurve" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.skyCurve" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#skyCurve-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="skyEnergy" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.skyEnergy" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#skyEnergy-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="skyHorizonColor" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.skyHorizonColor" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#skyHorizonColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="skyTopColor" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.skyTopColor" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#skyTopColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="sunAngleMax" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunAngleMax" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunAngleMax-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="sunAngleMin" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunAngleMin" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunAngleMin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="sunColor" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunColor" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="sunCurve" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunCurve" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunCurve-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="sunEnergy" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunEnergy" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunEnergy-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="sunLatitude" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunLatitude" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunLatitude-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="sunLongitude" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.sunLongitude" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#sunLongitude-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="textureQuality" fullname="QtQuick3D.Helpers.ProceduralSkyTextureData.textureQuality" href="qml-qtquick3d-helpers-proceduralskytexturedata.html#textureQuality-prop" status="active" access="public" documented="true" type="SkyTextureQuality" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ProceduralTextureData" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::TextureData" fullname="QtQuick3D.Helpers.ProceduralTextureData" href="qml-qtquick3d-helpers-proceduraltexturedata.html" status="active" access="public" since="6.6" documented="true" title="ProceduralTextureData" fulltitle="ProceduralTextureData" subtitle="" brief="Allows creation and population of TextureData from QML">
            <qmlproperty name="depth" fullname="QtQuick3D.Helpers.ProceduralTextureData.depth" href="qml-qtquick3d-helpers-proceduraltexturedata.html#depth-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="format" fullname="QtQuick3D.Helpers.ProceduralTextureData.format" href="qml-qtquick3d-helpers-proceduraltexturedata.html#format-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="hasTransparency" fullname="QtQuick3D.Helpers.ProceduralTextureData.hasTransparency" href="qml-qtquick3d-helpers-proceduraltexturedata.html#hasTransparency-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="height" fullname="QtQuick3D.Helpers.ProceduralTextureData.height" href="qml-qtquick3d-helpers-proceduraltexturedata.html#height-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="textureData" fullname="QtQuick3D.Helpers.ProceduralTextureData.textureData" href="qml-qtquick3d-helpers-proceduraltexturedata.html#textureData-prop" status="active" access="public" documented="true" type="ArrayBuffer" attached="false" writable="true"/>
            <qmlproperty name="width" fullname="QtQuick3D.Helpers.ProceduralTextureData.width" href="qml-qtquick3d-helpers-proceduraltexturedata.html#width-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-custom.html" href="qtquick3d-custom.html" status="active" location="qtquick3d-custom.qdoc" documented="true" subtype="page" title="Programmable Materials, Effects, Geometry, and Texture data" fulltitle="Programmable Materials, Effects, Geometry, and Texture data" subtitle="" brief="Custom materials, effects, geometry and texture data providers in Qt Quick 3D">
            <contents name="programmability-for-materials" title="Programmability for Materials" level="1"/>
            <contents name="our-first-vertex-shader" title="Our first vertex shader" level="2"/>
            <contents name="uniforms-from-qml-properties" title="Uniforms from QML properties" level="2"/>
            <contents name="improving-the-example" title="Improving the example" level="2"/>
            <contents name="adding-a-fragment-shader" title="Adding a fragment shader" level="2"/>
            <contents name="colors" title="Colors" level="2"/>
            <contents name="blending" title="Blending" level="2"/>
            <contents name="passing-data-between-the-vertex-and-fragment-shader" title="Passing data between the vertex and fragment shader" level="2"/>
            <contents name="textures" title="Textures" level="2"/>
            <contents name="depth-and-screen-textures" title="Depth and screen textures" level="2"/>
            <contents name="light-processor-functions" title="Light processor functions" level="2"/>
            <contents name="unshaded-custom-materials" title="Unshaded custom materials" level="2"/>
            <contents name="programmability-for-effects" title="Programmability for Effects" level="1"/>
            <contents name="a-post-processing-effect" title="A post-processing effect" level="2"/>
            <contents name="chaining-multiple-effects" title="Chaining multiple effects" level="2"/>
            <contents name="defining-mesh-and-texture-data-from-c" title="Defining Mesh and Texture Data from C++" level="1"/>
            <contents name="custom-vertex-data" title="Custom vertex data" level="2"/>
            <contents name="custom-texture-data" title="Custom texture data" level="2"/>
        </page>
        <class name="QQuick3D" href="qquick3d.html" status="active" access="public" location="qquick3d.h" documented="true" module="QtQuick3D" brief="Helper class for selecting correct surface format">
            <function name="idealSurfaceFormat" fullname="QQuick3D::idealSurfaceFormat" href="qquick3d.html#idealSurfaceFormat" status="active" access="public" location="qquick3d.h" documented="true" meta="plain" static="true" type="QSurfaceFormat" signature="QSurfaceFormat idealSurfaceFormat(int samples)">
                <parameter type="int" name="samples" default="-1"/>
            </function>
        </class>
        <class name="QQuick3DExtensionHelpers" href="qquick3dextensionhelpers.html" status="active" access="public" location="qquick3dextensionhelpers.h" since="6.6" documented="true" module="QtQuick3D" brief="Helper functions for the Extensions APIs">
            <function name="getCameraId" fullname="QQuick3DExtensionHelpers::getCameraId" href="qquick3dextensionhelpers.html#getCameraId" status="active" access="public" location="qquick3dextensionhelpers.h" documented="true" meta="plain" static="true" type="QSSGCameraId" signature="QSSGCameraId getCameraId(const QQuick3DObject &amp;camera)">
                <parameter type="const QQuick3DObject &amp;" name="camera" default=""/>
            </function>
            <function name="getNodeId" fullname="QQuick3DExtensionHelpers::getNodeId" href="qquick3dextensionhelpers.html#getNodeId" status="active" access="public" location="qquick3dextensionhelpers.h" documented="true" meta="plain" static="true" type="QSSGNodeId" signature="QSSGNodeId getNodeId(const QQuick3DObject &amp;node)">
                <parameter type="const QQuick3DObject &amp;" name="node" default=""/>
            </function>
            <function name="getResourceId" fullname="QQuick3DExtensionHelpers::getResourceId" href="qquick3dextensionhelpers.html#getResourceId" status="active" access="public" location="qquick3dextensionhelpers.h" documented="true" meta="plain" static="true" type="QSSGResourceId" signature="QSSGResourceId getResourceId(const QQuick3DObject &amp;resource)">
                <parameter type="const QQuick3DObject &amp;" name="resource" default=""/>
            </function>
        </class>
        <class name="QQuick3DGeometry" href="qquick3dgeometry.html" status="active" access="public" location="qquick3dgeometry.h" documented="true" bases="QQuick3DObject" module="QtQuick3D" brief="Base class for defining custom geometry">
            <function name="addAttribute" fullname="QQuick3DGeometry::addAttribute" href="qquick3dgeometry.html#addAttribute" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void addAttribute(QQuick3DGeometry::Attribute::Semantic semantic, int offset, QQuick3DGeometry::Attribute::ComponentType componentType)">
                <parameter type="QQuick3DGeometry::Attribute::Semantic" name="semantic" default=""/>
                <parameter type="int" name="offset" default=""/>
                <parameter type="QQuick3DGeometry::Attribute::ComponentType" name="componentType" default=""/>
            </function>
            <function name="addAttribute" fullname="QQuick3DGeometry::addAttribute" href="qquick3dgeometry.html#addAttribute-1" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" overload="true" overload-number="1" type="void" signature="void addAttribute(const QQuick3DGeometry::Attribute &amp;attribute)">
                <parameter type="const QQuick3DGeometry::Attribute &amp;" name="attribute" default=""/>
            </function>
            <function name="addSubset" fullname="QQuick3DGeometry::addSubset" href="qquick3dgeometry.html#addSubset" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void addSubset(int offset, int count, const QVector3D &amp;boundsMin, const QVector3D &amp;boundsMax, const QString &amp;name)">
                <parameter type="int" name="offset" default=""/>
                <parameter type="int" name="count" default=""/>
                <parameter type="const QVector3D &amp;" name="boundsMin" default=""/>
                <parameter type="const QVector3D &amp;" name="boundsMax" default=""/>
                <parameter type="const QString &amp;" name="name" default="{}"/>
            </function>
            <function name="addTargetAttribute" fullname="QQuick3DGeometry::addTargetAttribute" href="qquick3dgeometry.html#addTargetAttribute" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" type="void" signature="void addTargetAttribute(quint32 targetId, QQuick3DGeometry::Attribute::Semantic semantic, int offset, int stride)">
                <parameter type="quint32" name="targetId" default=""/>
                <parameter type="QQuick3DGeometry::Attribute::Semantic" name="semantic" default=""/>
                <parameter type="int" name="offset" default=""/>
                <parameter type="int" name="stride" default="0"/>
            </function>
            <function name="addTargetAttribute" fullname="QQuick3DGeometry::addTargetAttribute" href="qquick3dgeometry.html#addTargetAttribute-1" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" overload="true" overload-number="1" type="void" signature="void addTargetAttribute(const QQuick3DGeometry::TargetAttribute &amp;attribute)">
                <parameter type="const QQuick3DGeometry::TargetAttribute &amp;" name="attribute" default=""/>
            </function>
            <function name="attribute" fullname="QQuick3DGeometry::attribute" href="qquick3dgeometry.html#attribute" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QQuick3DGeometry::Attribute" signature="QQuick3DGeometry::Attribute attribute(int index) const">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="attributeCount" fullname="QQuick3DGeometry::attributeCount" href="qquick3dgeometry.html#attributeCount" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="int" signature="int attributeCount() const"/>
            <function name="boundsMax" fullname="QQuick3DGeometry::boundsMax" href="qquick3dgeometry.html#boundsMax" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QVector3D" signature="QVector3D boundsMax() const"/>
            <function name="boundsMin" fullname="QQuick3DGeometry::boundsMin" href="qquick3dgeometry.html#boundsMin" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QVector3D" signature="QVector3D boundsMin() const"/>
            <function name="clear" fullname="QQuick3DGeometry::clear" href="qquick3dgeometry.html#clear" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void clear()"/>
            <function name="indexData" fullname="QQuick3DGeometry::indexData" href="qquick3dgeometry.html#indexData" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QByteArray" signature="QByteArray indexData() const"/>
            <function name="primitiveType" fullname="QQuick3DGeometry::primitiveType" href="qquick3dgeometry.html#primitiveType" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QQuick3DGeometry::PrimitiveType" signature="QQuick3DGeometry::PrimitiveType primitiveType() const"/>
            <function name="setBounds" fullname="QQuick3DGeometry::setBounds" href="qquick3dgeometry.html#setBounds" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void setBounds(const QVector3D &amp;min, const QVector3D &amp;max)">
                <parameter type="const QVector3D &amp;" name="min" default=""/>
                <parameter type="const QVector3D &amp;" name="max" default=""/>
            </function>
            <function name="setIndexData" fullname="QQuick3DGeometry::setIndexData" href="qquick3dgeometry.html#setIndexData" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void setIndexData(const QByteArray &amp;data)">
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="setIndexData" fullname="QQuick3DGeometry::setIndexData" href="qquick3dgeometry.html#setIndexData-1" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" overload="true" overload-number="1" type="void" signature="void setIndexData(int offset, const QByteArray &amp;data)">
                <parameter type="int" name="offset" default=""/>
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="setPrimitiveType" fullname="QQuick3DGeometry::setPrimitiveType" href="qquick3dgeometry.html#setPrimitiveType" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void setPrimitiveType(QQuick3DGeometry::PrimitiveType type)">
                <parameter type="QQuick3DGeometry::PrimitiveType" name="type" default=""/>
            </function>
            <function name="setStride" fullname="QQuick3DGeometry::setStride" href="qquick3dgeometry.html#setStride" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void setStride(int stride)">
                <parameter type="int" name="stride" default=""/>
            </function>
            <function name="setTargetData" fullname="QQuick3DGeometry::setTargetData" href="qquick3dgeometry.html#setTargetData" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" type="void" signature="void setTargetData(const QByteArray &amp;data)">
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="setTargetData" fullname="QQuick3DGeometry::setTargetData" href="qquick3dgeometry.html#setTargetData-1" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" overload="true" overload-number="1" type="void" signature="void setTargetData(int offset, const QByteArray &amp;data)">
                <parameter type="int" name="offset" default=""/>
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="setVertexData" fullname="QQuick3DGeometry::setVertexData" href="qquick3dgeometry.html#setVertexData" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" type="void" signature="void setVertexData(const QByteArray &amp;data)">
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="setVertexData" fullname="QQuick3DGeometry::setVertexData" href="qquick3dgeometry.html#setVertexData-1" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" overload="true" overload-number="1" type="void" signature="void setVertexData(int offset, const QByteArray &amp;data)">
                <parameter type="int" name="offset" default=""/>
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="stride" fullname="QQuick3DGeometry::stride" href="qquick3dgeometry.html#stride" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="int" signature="int stride() const"/>
            <function name="subsetBoundsMax" fullname="QQuick3DGeometry::subsetBoundsMax" href="qquick3dgeometry.html#subsetBoundsMax" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QVector3D" signature="QVector3D subsetBoundsMax(int subset) const">
                <parameter type="int" name="subset" default=""/>
            </function>
            <function name="subsetBoundsMin" fullname="QQuick3DGeometry::subsetBoundsMin" href="qquick3dgeometry.html#subsetBoundsMin" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QVector3D" signature="QVector3D subsetBoundsMin(int subset) const">
                <parameter type="int" name="subset" default=""/>
            </function>
            <function name="subsetCount" fullname="QQuick3DGeometry::subsetCount" href="qquick3dgeometry.html#subsetCount" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="int" signature="int subsetCount() const"/>
            <function name="subsetCount" fullname="QQuick3DGeometry::subsetCount" href="qquick3dgeometry.html#subsetCount-1" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" overload="true" overload-number="1" type="int" signature="int subsetCount(int subset) const">
                <parameter type="int" name="subset" default=""/>
            </function>
            <function name="subsetName" fullname="QQuick3DGeometry::subsetName" href="qquick3dgeometry.html#subsetName" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QString" signature="QString subsetName(int subset) const">
                <parameter type="int" name="subset" default=""/>
            </function>
            <function name="subsetOffset" fullname="QQuick3DGeometry::subsetOffset" href="qquick3dgeometry.html#subsetOffset" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="int" signature="int subsetOffset(int subset) const">
                <parameter type="int" name="subset" default=""/>
            </function>
            <function name="targetAttribute" fullname="QQuick3DGeometry::targetAttribute" href="qquick3dgeometry.html#targetAttribute" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" const="true" type="QQuick3DGeometry::TargetAttribute" signature="QQuick3DGeometry::TargetAttribute targetAttribute(int index) const">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="targetAttributeCount" fullname="QQuick3DGeometry::targetAttributeCount" href="qquick3dgeometry.html#targetAttributeCount" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" const="true" type="int" signature="int targetAttributeCount() const"/>
            <function name="targetData" fullname="QQuick3DGeometry::targetData" href="qquick3dgeometry.html#targetData" status="active" access="public" location="qquick3dgeometry.h" documented="true" since="6.6" meta="plain" const="true" type="QByteArray" signature="QByteArray targetData() const"/>
            <function name="vertexData" fullname="QQuick3DGeometry::vertexData" href="qquick3dgeometry.html#vertexData" status="active" access="public" location="qquick3dgeometry.h" documented="true" meta="plain" const="true" type="QByteArray" signature="QByteArray vertexData() const"/>
        </class>
        <class name="QQuick3DInstancing" href="qquick3dinstancing.html" status="active" access="public" location="qquick3dinstancing.h" since="6.2" documented="true" bases="QQuick3DObject" module="QtQuick3D" brief="Base class for defining instance tables">
            <function name="calculateTableEntry" fullname="QQuick3DInstancing::calculateTableEntry" href="qquick3dinstancing.html#calculateTableEntry" status="active" access="protected" location="qquick3dinstancing.h" documented="true" meta="plain" static="true" type="QQuick3DInstancing::InstanceTableEntry" signature="QQuick3DInstancing::InstanceTableEntry calculateTableEntry(const QVector3D &amp;position, const QVector3D &amp;scale, const QVector3D &amp;eulerRotation, const QColor &amp;color, const QVector4D &amp;customData)">
                <parameter type="const QVector3D &amp;" name="position" default=""/>
                <parameter type="const QVector3D &amp;" name="scale" default=""/>
                <parameter type="const QVector3D &amp;" name="eulerRotation" default=""/>
                <parameter type="const QColor &amp;" name="color" default=""/>
                <parameter type="const QVector4D &amp;" name="customData" default="{}"/>
            </function>
            <function name="calculateTableEntryFromQuaternion" fullname="QQuick3DInstancing::calculateTableEntryFromQuaternion" href="qquick3dinstancing.html#calculateTableEntryFromQuaternion" status="active" access="protected" location="qquick3dinstancing.h" documented="true" meta="plain" static="true" type="QQuick3DInstancing::InstanceTableEntry" signature="QQuick3DInstancing::InstanceTableEntry calculateTableEntryFromQuaternion(const QVector3D &amp;position, const QVector3D &amp;scale, const QQuaternion &amp;rotation, const QColor &amp;color, const QVector4D &amp;customData)">
                <parameter type="const QVector3D &amp;" name="position" default=""/>
                <parameter type="const QVector3D &amp;" name="scale" default=""/>
                <parameter type="const QQuaternion &amp;" name="rotation" default=""/>
                <parameter type="const QColor &amp;" name="color" default=""/>
                <parameter type="const QVector4D &amp;" name="customData" default="{}"/>
            </function>
            <function name="depthSortingEnabled" fullname="QQuick3DInstancing::depthSortingEnabled" href="qquick3dinstancing.html#depthSortingEnabled-prop" status="active" access="public" location="qquick3dinstancing.h" meta="plain" const="true" associated-property="depthSortingEnabled" type="bool" signature="bool depthSortingEnabled() const"/>
            <function name="depthSortingEnabledChanged" fullname="QQuick3DInstancing::depthSortingEnabledChanged" href="qquick3dinstancing.html#depthSortingEnabled-prop" status="active" access="public" location="qquick3dinstancing.h" meta="signal" associated-property="depthSortingEnabled" type="void" signature="void depthSortingEnabledChanged()"/>
            <function name="getInstanceBuffer" fullname="QQuick3DInstancing::getInstanceBuffer" href="qquick3dinstancing.html#getInstanceBuffer" status="active" access="protected" location="qquick3dinstancing.h" documented="true" meta="plain" virtual="pure" type="QByteArray" signature="QByteArray getInstanceBuffer(int *instanceCount) = 0">
                <parameter type="int *" name="instanceCount" default=""/>
            </function>
            <function name="hasTransparency" fullname="QQuick3DInstancing::hasTransparency" href="qquick3dinstancing.html#hasTransparency-prop" status="active" access="public" location="qquick3dinstancing.h" meta="plain" const="true" associated-property="hasTransparency" type="bool" signature="bool hasTransparency() const"/>
            <function name="hasTransparencyChanged" fullname="QQuick3DInstancing::hasTransparencyChanged" href="qquick3dinstancing.html#hasTransparency-prop" status="active" access="public" location="qquick3dinstancing.h" meta="signal" associated-property="hasTransparency" type="void" signature="void hasTransparencyChanged()"/>
            <function name="instanceCountOverride" fullname="QQuick3DInstancing::instanceCountOverride" href="qquick3dinstancing.html#instanceCountOverride-prop" status="active" access="public" location="qquick3dinstancing.h" meta="plain" const="true" associated-property="instanceCountOverride" type="int" signature="int instanceCountOverride() const"/>
            <function name="instanceCountOverrideChanged" fullname="QQuick3DInstancing::instanceCountOverrideChanged" href="qquick3dinstancing.html#instanceCountOverride-prop" status="active" access="public" location="qquick3dinstancing.h" meta="signal" associated-property="instanceCountOverride" type="void" signature="void instanceCountOverrideChanged()"/>
            <function name="markDirty" fullname="QQuick3DInstancing::markDirty" href="qquick3dinstancing.html#markDirty" status="active" access="protected" location="qquick3dinstancing.h" documented="true" meta="plain" type="void" signature="void markDirty()"/>
            <function name="setDepthSortingEnabled" fullname="QQuick3DInstancing::setDepthSortingEnabled" href="qquick3dinstancing.html#depthSortingEnabled-prop" status="active" access="public" location="qquick3dinstancing.h" meta="slot" associated-property="depthSortingEnabled" type="void" signature="void setDepthSortingEnabled(bool enabled)">
                <parameter type="bool" name="enabled" default=""/>
            </function>
            <function name="setHasTransparency" fullname="QQuick3DInstancing::setHasTransparency" href="qquick3dinstancing.html#hasTransparency-prop" status="active" access="public" location="qquick3dinstancing.h" meta="slot" associated-property="hasTransparency" type="void" signature="void setHasTransparency(bool hasTransparency)">
                <parameter type="bool" name="hasTransparency" default=""/>
            </function>
            <function name="setInstanceCountOverride" fullname="QQuick3DInstancing::setInstanceCountOverride" href="qquick3dinstancing.html#instanceCountOverride-prop" status="active" access="public" location="qquick3dinstancing.h" meta="slot" associated-property="instanceCountOverride" type="void" signature="void setInstanceCountOverride(int instanceCountOverride)">
                <parameter type="int" name="instanceCountOverride" default=""/>
            </function>
            <function name="setShadowBoundsMaximum" fullname="QQuick3DInstancing::setShadowBoundsMaximum" href="qquick3dinstancing.html#shadowBoundsMaximum-prop" status="active" access="public" location="qquick3dinstancing.h" meta="slot" associated-property="shadowBoundsMaximum" type="void" signature="void setShadowBoundsMaximum(const QVector3D &amp;newShadowBoundsMinimum)">
                <parameter type="const QVector3D &amp;" name="newShadowBoundsMinimum" default=""/>
            </function>
            <function name="setShadowBoundsMinimum" fullname="QQuick3DInstancing::setShadowBoundsMinimum" href="qquick3dinstancing.html#shadowBoundsMinimum-prop" status="active" access="public" location="qquick3dinstancing.h" meta="slot" associated-property="shadowBoundsMinimum" type="void" signature="void setShadowBoundsMinimum(const QVector3D &amp;newShadowBoundsMinimum)">
                <parameter type="const QVector3D &amp;" name="newShadowBoundsMinimum" default=""/>
            </function>
            <function name="shadowBoundsMaximum" fullname="QQuick3DInstancing::shadowBoundsMaximum" href="qquick3dinstancing.html#shadowBoundsMaximum-prop" status="active" access="public" location="qquick3dinstancing.h" meta="plain" const="true" associated-property="shadowBoundsMaximum" type="QVector3D" signature="QVector3D shadowBoundsMaximum() const"/>
            <function name="shadowBoundsMaximumChanged" fullname="QQuick3DInstancing::shadowBoundsMaximumChanged" href="qquick3dinstancing.html#shadowBoundsMaximum-prop" status="active" access="public" location="qquick3dinstancing.h" meta="signal" associated-property="shadowBoundsMaximum" type="void" signature="void shadowBoundsMaximumChanged()"/>
            <function name="shadowBoundsMinimum" fullname="QQuick3DInstancing::shadowBoundsMinimum" href="qquick3dinstancing.html#shadowBoundsMinimum-prop" status="active" access="public" location="qquick3dinstancing.h" meta="plain" const="true" associated-property="shadowBoundsMinimum" type="QVector3D" signature="QVector3D shadowBoundsMinimum() const"/>
            <function name="shadowBoundsMinimumChanged" fullname="QQuick3DInstancing::shadowBoundsMinimumChanged" href="qquick3dinstancing.html#shadowBoundsMinimum-prop" status="active" access="public" location="qquick3dinstancing.h" meta="signal" associated-property="shadowBoundsMinimum" type="void" signature="void shadowBoundsMinimumChanged()"/>
            <property name="depthSortingEnabled" fullname="QQuick3DInstancing::depthSortingEnabled" href="qquick3dinstancing.html#depthSortingEnabled-prop" status="active" access="public" location="qquick3dinstancing.h" documented="true">
                <getter name="depthSortingEnabled"/>
                <setter name="setDepthSortingEnabled"/>
                <notifier name="depthSortingEnabledChanged"/>
            </property>
            <property name="hasTransparency" fullname="QQuick3DInstancing::hasTransparency" href="qquick3dinstancing.html#hasTransparency-prop" status="active" access="public" location="qquick3dinstancing.h" documented="true">
                <getter name="hasTransparency"/>
                <setter name="setHasTransparency"/>
                <notifier name="hasTransparencyChanged"/>
            </property>
            <property name="instanceCountOverride" fullname="QQuick3DInstancing::instanceCountOverride" href="qquick3dinstancing.html#instanceCountOverride-prop" status="active" access="public" location="qquick3dinstancing.h" documented="true">
                <getter name="instanceCountOverride"/>
                <setter name="setInstanceCountOverride"/>
                <notifier name="instanceCountOverrideChanged"/>
            </property>
        </class>
        <class name="QQuick3DObject" href="qquick3dobject.html" status="active" access="public" location="qquick3dobject.h" documented="true" bases="QObject,QQmlParserStatus" module="QtQuick3D" brief="Base class of all 3D nodes and resources">
            <function name="parentChanged" fullname="QQuick3DObject::parentChanged" href="qquick3dobject.html#parent-prop" status="active" access="public" location="qquick3dobject.h" meta="signal" associated-property="parent" type="void" signature="void parentChanged()"/>
            <function name="parentItem" fullname="QQuick3DObject::parentItem" href="qquick3dobject.html#parent-prop" status="active" access="public" location="qquick3dobject.h" meta="plain" const="true" associated-property="parent" type="QQuick3DObject *" signature="QQuick3DObject * parentItem() const"/>
            <function name="setParentItem" fullname="QQuick3DObject::setParentItem" href="qquick3dobject.html#parent-prop" status="active" access="public" location="qquick3dobject.h" meta="slot" associated-property="parent" type="void" signature="void setParentItem(QQuick3DObject *parentItem)">
                <parameter type="QQuick3DObject *" name="parentItem" default=""/>
            </function>
            <function name="setState" fullname="QQuick3DObject::setState" href="qquick3dobject.html#state-prop" status="active" access="public" location="qquick3dobject.h" meta="plain" associated-property="state" type="void" signature="void setState(const QString &amp;state)">
                <parameter type="const QString &amp;" name="state" default=""/>
            </function>
            <function name="state" fullname="QQuick3DObject::state" href="qquick3dobject.html#state-prop" status="active" access="public" location="qquick3dobject.h" meta="plain" const="true" associated-property="state" type="QString" signature="QString state() const"/>
            <function name="stateChanged" fullname="QQuick3DObject::stateChanged" href="qquick3dobject.html#state-prop" status="active" access="public" location="qquick3dobject.h" meta="signal" associated-property="state" type="void" signature="void stateChanged()"/>
            <property name="parent" fullname="QQuick3DObject::parent" href="qquick3dobject.html#parent-prop" status="active" access="public" location="qquick3dobject.h" documented="true">
                <getter name="parentItem"/>
                <setter name="setParentItem"/>
                <notifier name="parentChanged"/>
            </property>
            <property name="state" fullname="QQuick3DObject::state" href="qquick3dobject.html#state-prop" status="active" access="public" location="qquick3dobject.h" documented="true">
                <getter name="state"/>
                <setter name="setState"/>
                <notifier name="stateChanged"/>
            </property>
        </class>
        <class name="QQuick3DRenderExtension" href="qquick3drenderextension.html" status="active" access="public" location="qquick3drenderextensions.h" since="6.7" documented="true" bases="QQuick3DObject" module="QtQuick3D" brief="Abstract class for implementing user side render extensions">
            <function name="updateSpatialNode" fullname="QQuick3DRenderExtension::updateSpatialNode" href="qquick3drenderextension.html#updateSpatialNode" status="active" access="public" location="qquick3drenderextensions.h" documented="true" meta="plain" virtual="virtual" override="true" type="QSSGRenderGraphObject *" signature="QSSGRenderGraphObject * updateSpatialNode(QSSGRenderGraphObject *node) override">
                <parameter type="QSSGRenderGraphObject *" name="node" default=""/>
            </function>
        </class>
        <class name="QQuick3DTextureData" href="qquick3dtexturedata.html" status="active" access="public" location="qquick3dtexturedata.h" since="6.0" documented="true" bases="QQuick3DObject" module="QtQuick3D" brief="Base class for defining custom texture data">
            <function name="depth" fullname="QQuick3DTextureData::depth" href="qquick3dtexturedata.html#depth" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" const="true" type="int" signature="int depth() const"/>
            <function name="format" fullname="QQuick3DTextureData::format" href="qquick3dtexturedata.html#format" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" const="true" type="QQuick3DTextureData::Format" signature="QQuick3DTextureData::Format format() const"/>
            <function name="hasTransparency" fullname="QQuick3DTextureData::hasTransparency" href="qquick3dtexturedata.html#hasTransparency" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" const="true" type="bool" signature="bool hasTransparency() const"/>
            <function name="setDepth" fullname="QQuick3DTextureData::setDepth" href="qquick3dtexturedata.html#setDepth" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" type="void" signature="void setDepth(int depth)">
                <parameter type="int" name="depth" default=""/>
            </function>
            <function name="setFormat" fullname="QQuick3DTextureData::setFormat" href="qquick3dtexturedata.html#setFormat" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" type="void" signature="void setFormat(QQuick3DTextureData::Format format)">
                <parameter type="QQuick3DTextureData::Format" name="format" default=""/>
            </function>
            <function name="setHasTransparency" fullname="QQuick3DTextureData::setHasTransparency" href="qquick3dtexturedata.html#setHasTransparency" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" type="void" signature="void setHasTransparency(bool hasTransparency)">
                <parameter type="bool" name="hasTransparency" default=""/>
            </function>
            <function name="setSize" fullname="QQuick3DTextureData::setSize" href="qquick3dtexturedata.html#setSize" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" type="void" signature="void setSize(const QSize &amp;size)">
                <parameter type="const QSize &amp;" name="size" default=""/>
            </function>
            <function name="setTextureData" fullname="QQuick3DTextureData::setTextureData" href="qquick3dtexturedata.html#setTextureData" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" type="void" signature="void setTextureData(const QByteArray &amp;data)">
                <parameter type="const QByteArray &amp;" name="data" default=""/>
            </function>
            <function name="size" fullname="QQuick3DTextureData::size" href="qquick3dtexturedata.html#size" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" const="true" type="QSize" signature="QSize size() const"/>
            <function name="textureData" fullname="QQuick3DTextureData::textureData" href="qquick3dtexturedata.html#textureData" status="active" access="public" location="qquick3dtexturedata.h" documented="true" meta="plain" const="true" type="const QByteArray" signature="const QByteArray textureData() const"/>
            <enum name="Format" fullname="QQuick3DTextureData::Format" href="qquick3dtexturedata.html#Format-enum" status="active" access="public" location="qquick3dtexturedata.h" documented="true">
                <value name="None" value="0"/>
                <value name="RGBA8" value="1"/>
                <value name="RGBA16F" value="2"/>
                <value name="RGBA32F" value="3"/>
                <value name="RGBE8" value="4"/>
                <value name="R8" value="5"/>
                <value name="R16" value="6"/>
                <value name="R16F" value="7"/>
                <value name="R32F" value="8"/>
                <value name="BC1" value="9"/>
                <value name="BC2" value="10"/>
                <value name="BC3" value="11"/>
                <value name="BC4" value="12"/>
                <value name="BC5" value="13"/>
                <value name="BC6H" value="14"/>
                <value name="BC7" value="15"/>
                <value name="DXT1_RGBA" value="16"/>
                <value name="DXT1_RGB" value="17"/>
                <value name="DXT3_RGBA" value="18"/>
                <value name="DXT5_RGBA" value="19"/>
                <value name="ETC2_RGB8" value="20"/>
                <value name="ETC2_RGB8A1" value="21"/>
                <value name="ETC2_RGBA8" value="22"/>
                <value name="ASTC_4x4" value="23"/>
                <value name="ASTC_5x4" value="24"/>
                <value name="ASTC_5x5" value="25"/>
                <value name="ASTC_6x5" value="26"/>
                <value name="ASTC_6x6" value="27"/>
                <value name="ASTC_8x5" value="28"/>
                <value name="ASTC_8x6" value="29"/>
                <value name="ASTC_8x8" value="30"/>
                <value name="ASTC_10x5" value="31"/>
                <value name="ASTC_10x6" value="32"/>
                <value name="ASTC_10x8" value="33"/>
                <value name="ASTC_10x10" value="34"/>
                <value name="ASTC_12x10" value="35"/>
                <value name="ASTC_12x12" value="36"/>
            </enum>
        </class>
        <class name="QSSGCameraHelpers" href="qssgcamerahelpers.html" status="active" access="public" location="qssgrenderhelpers.h" since="6.7" documented="true" module="QtQuick3D" brief="Class containing helper functions for getting camera data used for rendering">
            <function name="getViewProjectionMatrix" fullname="QSSGCameraHelpers::getViewProjectionMatrix" href="qssgcamerahelpers.html#getViewProjectionMatrix" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="QMatrix4x4" signature="QMatrix4x4 getViewProjectionMatrix(const QSSGCameraId cameraId, const QMatrix4x4 *globalTransform)">
                <parameter type="const QSSGCameraId" name="cameraId" default=""/>
                <parameter type="const QMatrix4x4 *" name="globalTransform" default="nullptr"/>
            </function>
        </class>
        <class name="QSSGFrameData" href="qssgframedata.html" status="active" access="public" location="qssgrenderextensions.h" since="6.7" documented="true" module="QtQuick3D" brief="Storage class containing data collected for a frame">
            <function name="activeCamera" fullname="QSSGFrameData::activeCamera" href="qssgframedata.html#activeCamera" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" const="true" type="QSSGCameraId" signature="QSSGCameraId activeCamera() const"/>
            <function name="getPipelineState" fullname="QSSGFrameData::getPipelineState" href="qssgframedata.html#getPipelineState" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" const="true" type="QSSGRhiGraphicsPipelineState" signature="QSSGRhiGraphicsPipelineState getPipelineState() const"/>
            <function name="getRenderResult" fullname="QSSGFrameData::getRenderResult" href="qssgframedata.html#getRenderResult" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" const="true" type="QSSGFrameData::Result" signature="QSSGFrameData::Result getRenderResult(QSSGFrameData::RenderResult id) const">
                <parameter type="QSSGFrameData::RenderResult" name="id" default=""/>
            </function>
        </class>
        <class name="QSSGModelHelpers" href="qssgmodelhelpers.html" status="active" access="public" location="qssgrenderhelpers.h" since="6.7" documented="true" module="QtQuick3D" brief="Class containing helper functions for modifying and setting data for model renderables">
            <function name="getGlobalOpacity" fullname="QSSGModelHelpers::getGlobalOpacity" href="qssgmodelhelpers.html#getGlobalOpacity" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="float" signature="float getGlobalOpacity(const QSSGFrameData &amp;frameData, QSSGNodeId model)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
            </function>
            <function name="getGlobalOpacity" fullname="QSSGModelHelpers::getGlobalOpacity" href="qssgmodelhelpers.html#getGlobalOpacity-1" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" overload="true" overload-number="1" type="float" signature="float getGlobalOpacity(const QSSGFrameData &amp;frameData, QSSGNodeId model, QSSGPrepContextId prepId)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
                <parameter type="QSSGPrepContextId" name="prepId" default=""/>
            </function>
            <function name="getGlobalTransform" fullname="QSSGModelHelpers::getGlobalTransform" href="qssgmodelhelpers.html#getGlobalTransform" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="QMatrix4x4" signature="QMatrix4x4 getGlobalTransform(const QSSGFrameData &amp;frameData, QSSGNodeId model, QSSGPrepContextId prepId)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
                <parameter type="QSSGPrepContextId" name="prepId" default="{}"/>
            </function>
            <function name="getLocalOpacity" fullname="QSSGModelHelpers::getLocalOpacity" href="qssgmodelhelpers.html#getLocalOpacity" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="float" signature="float getLocalOpacity(const QSSGFrameData &amp;frameData, QSSGNodeId model)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
            </function>
            <function name="getLocalTransform" fullname="QSSGModelHelpers::getLocalTransform" href="qssgmodelhelpers.html#getLocalTransform" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="QMatrix4x4" signature="QMatrix4x4 getLocalTransform(const QSSGFrameData &amp;frameData, QSSGNodeId model)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
            </function>
            <function name="setGlobalOpacity" fullname="QSSGModelHelpers::setGlobalOpacity" href="qssgmodelhelpers.html#setGlobalOpacity" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="void" signature="void setGlobalOpacity(const QSSGFrameData &amp;frameData, QSSGRenderablesId renderablesId, QSSGNodeId model, float opacity)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGRenderablesId" name="renderablesId" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
                <parameter type="float" name="opacity" default=""/>
            </function>
            <function name="setGlobalTransform" fullname="QSSGModelHelpers::setGlobalTransform" href="qssgmodelhelpers.html#setGlobalTransform" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="void" signature="void setGlobalTransform(const QSSGFrameData &amp;frameData, QSSGRenderablesId renderablesId, QSSGNodeId model, const QMatrix4x4 &amp;transform)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGRenderablesId" name="renderablesId" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
                <parameter type="const QMatrix4x4 &amp;" name="transform" default=""/>
            </function>
            <function name="setModelMaterials" fullname="QSSGModelHelpers::setModelMaterials" href="qssgmodelhelpers.html#setModelMaterials" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="void" signature="void setModelMaterials(const QSSGFrameData &amp;frameData, QSSGRenderablesId renderablesId, QSSGModelHelpers::MaterialList materials)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGRenderablesId" name="renderablesId" default=""/>
                <parameter type="QSSGModelHelpers::MaterialList" name="materials" default=""/>
            </function>
            <function name="setModelMaterials" fullname="QSSGModelHelpers::setModelMaterials" href="qssgmodelhelpers.html#setModelMaterials-1" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" overload="true" overload-number="1" type="void" signature="void setModelMaterials(const QSSGFrameData &amp;frameData, QSSGRenderablesId renderablesId, QSSGNodeId model, QSSGModelHelpers::MaterialList materials)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGRenderablesId" name="renderablesId" default=""/>
                <parameter type="QSSGNodeId" name="model" default=""/>
                <parameter type="QSSGModelHelpers::MaterialList" name="materials" default=""/>
            </function>
        </class>
        <class name="QSSGRenderContextInterface" href="qssgrendercontextinterface.html" status="active" access="public" location="qssgrendercontextcore.h" since="6.7" documented="true" module="QtQuick3D" brief="Aggregate class for sub-parts of the QtQuick3D rendering engine">
            <function name="rhiContext" fullname="QSSGRenderContextInterface::rhiContext" href="qssgrendercontextinterface.html#rhiContext" status="active" access="public" location="qssgrendercontextcore.h" documented="true" meta="plain" const="true" type="const std::unique_ptr&lt;QSSGRhiContext&gt; &amp;" signature="const std::unique_ptr&lt;QSSGRhiContext&gt; &amp; rhiContext() const"/>
        </class>
        <class name="QSSGRenderExtension" href="qssgrenderextension.html" status="active" access="public" location="qssgrenderextensions.h" since="6.7" documented="true" bases="QSSGRenderGraphObject" module="QtQuick3D" brief="Base class for extension backend node implementations">
            <function name="mode" fullname="QSSGRenderExtension::mode" href="qssgrenderextension.html#mode" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" virtual="pure" const="true" type="QSSGRenderExtension::RenderMode" signature="QSSGRenderExtension::RenderMode mode() const = 0"/>
            <function name="prepareData" fullname="QSSGRenderExtension::prepareData" href="qssgrenderextension.html#prepareData" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" virtual="pure" type="bool" signature="bool prepareData(QSSGFrameData &amp;data) = 0">
                <parameter type="QSSGFrameData &amp;" name="data" default=""/>
            </function>
            <function name="prepareRender" fullname="QSSGRenderExtension::prepareRender" href="qssgrenderextension.html#prepareRender" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" virtual="pure" type="void" signature="void prepareRender(QSSGFrameData &amp;data) = 0">
                <parameter type="QSSGFrameData &amp;" name="data" default=""/>
            </function>
            <function name="render" fullname="QSSGRenderExtension::render" href="qssgrenderextension.html#render" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" virtual="pure" type="void" signature="void render(QSSGFrameData &amp;data) = 0">
                <parameter type="QSSGFrameData &amp;" name="data" default=""/>
            </function>
            <function name="resetForFrame" fullname="QSSGRenderExtension::resetForFrame" href="qssgrenderextension.html#resetForFrame" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" virtual="pure" type="void" signature="void resetForFrame() = 0"/>
            <function name="stage" fullname="QSSGRenderExtension::stage" href="qssgrenderextension.html#stage" status="active" access="public" location="qssgrenderextensions.h" documented="true" meta="plain" virtual="pure" const="true" type="QSSGRenderExtension::RenderStage" signature="QSSGRenderExtension::RenderStage stage() const = 0"/>
            <enum name="RenderMode" fullname="QSSGRenderExtension::RenderMode" href="qssgrenderextension.html#RenderMode-enum" status="active" access="public" location="qssgrenderextensions.h" documented="true" scoped="true">
                <value name="Standalone" value="0"/>
                <value name="Main" value="1"/>
            </enum>
            <enum name="RenderStage" fullname="QSSGRenderExtension::RenderStage" href="qssgrenderextension.html#RenderStage-enum" status="active" access="public" location="qssgrenderextensions.h" documented="true" scoped="true">
                <value name="PreColor" value="0"/>
                <value name="PostColor" value="1"/>
            </enum>
        </class>
        <class name="QSSGRenderExtensionHelpers" href="qssgrenderextensionhelpers.html" status="active" access="public" location="qssgrenderhelpers.h" since="6.7" documented="true" module="QtQuick3D" brief="Class containing helper functions for the extensions">
            <function name="registerRenderResult" fullname="QSSGRenderExtensionHelpers::registerRenderResult" href="qssgrenderextensionhelpers.html#registerRenderResult" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="void" signature="void registerRenderResult(const QSSGFrameData &amp;frameData, QSSGExtensionId extension, QRhiTexture *texture)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGExtensionId" name="extension" default=""/>
                <parameter type="QRhiTexture *" name="texture" default=""/>
            </function>
        </class>
        <class name="QSSGRenderHelpers" href="qssgrenderhelpers.html" status="active" access="public" location="qssgrenderhelpers.h" since="6.7" documented="true" module="QtQuick3D" brief="Class containing helper functions for setting up and render QtQuick3D renderables">
            <function name="commit" fullname="QSSGRenderHelpers::commit" href="qssgrenderhelpers.html#commit" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="QSSGPrepResultId" signature="QSSGPrepResultId commit(const QSSGFrameData &amp;frameData, QSSGPrepContextId prepId, QSSGRenderablesId renderablesId, float lodThreshold)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGPrepContextId" name="prepId" default=""/>
                <parameter type="QSSGRenderablesId" name="renderablesId" default=""/>
                <parameter type="float" name="lodThreshold" default="1.0f"/>
            </function>
            <function name="createRenderables" fullname="QSSGRenderHelpers::createRenderables" href="qssgrenderhelpers.html#createRenderables" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="QSSGRenderablesId" signature="QSSGRenderablesId createRenderables(const QSSGFrameData &amp;frameData, QSSGPrepContextId prepId, const QSSGRenderHelpers::NodeList &amp;nodes, QSSGRenderHelpers::CreateFlags flags)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGPrepContextId" name="prepId" default=""/>
                <parameter type="const QSSGRenderHelpers::NodeList &amp;" name="nodes" default=""/>
                <parameter type="QSSGRenderHelpers::CreateFlags" name="flags" default="CreateFlag::None"/>
            </function>
            <function name="prepareForRender" fullname="QSSGRenderHelpers::prepareForRender" href="qssgrenderhelpers.html#prepareForRender" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="QSSGPrepContextId" signature="QSSGPrepContextId prepareForRender(const QSSGFrameData &amp;frameData, const QSSGRenderExtension &amp;ext, QSSGCameraId cameraId, quint32 slot)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="const QSSGRenderExtension &amp;" name="ext" default=""/>
                <parameter type="QSSGCameraId" name="cameraId" default=""/>
                <parameter type="quint32" name="slot" default="0"/>
            </function>
            <function name="prepareRenderables" fullname="QSSGRenderHelpers::prepareRenderables" href="qssgrenderhelpers.html#prepareRenderables" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="void" signature="void prepareRenderables(const QSSGFrameData &amp;frameData, QSSGPrepResultId prepId, QRhiRenderPassDescriptor *renderPassDescriptor, QSSGRhiGraphicsPipelineState &amp;ps, QSSGRenderablesFilters filter)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGPrepResultId" name="prepId" default=""/>
                <parameter type="QRhiRenderPassDescriptor *" name="renderPassDescriptor" default=""/>
                <parameter type="QSSGRhiGraphicsPipelineState &amp;" name="ps" default=""/>
                <parameter type="QSSGRenderablesFilters" name="filter" default="QSSGRenderablesFilter::All"/>
            </function>
            <function name="renderRenderables" fullname="QSSGRenderHelpers::renderRenderables" href="qssgrenderhelpers.html#renderRenderables" status="active" access="public" location="qssgrenderhelpers.h" documented="true" meta="plain" static="true" type="void" signature="void renderRenderables(const QSSGFrameData &amp;frameData, QSSGPrepResultId prepId)">
                <parameter type="const QSSGFrameData &amp;" name="frameData" default=""/>
                <parameter type="QSSGPrepResultId" name="prepId" default=""/>
            </function>
            <enum name="CreateFlag" fullname="QSSGRenderHelpers::CreateFlag" href="qssgrenderhelpers.html#CreateFlag-enum" status="active" access="public" location="qssgrenderhelpers.h" documented="true" scoped="true" typedef="QSSGRenderHelpers::CreateFlags">
                <value name="None" value="0"/>
                <value name="Recurse" value="0x1"/>
                <value name="Steal" value="0x2"/>
            </enum>
            <typedef name="CreateFlags" fullname="QSSGRenderHelpers::CreateFlags" href="qssgrenderhelpers.html#CreateFlag-enum" status="active" access="public" location="qssgrenderhelpers.h" enum="QSSGRenderHelpers::CreateFlag"/>
        </class>
        <class name="QSSGRhiContext" href="qssgrhicontext.html" status="active" access="public" location="qssgrhicontext.h" since="6.7" documented="true" module="QtQuick3D" brief="QSSGRhiContext">
            <function name="checkAndAdjustForNPoT" fullname="QSSGRhiContext::checkAndAdjustForNPoT" href="qssgrhicontext.html#checkAndAdjustForNPoT" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" type="void" signature="void checkAndAdjustForNPoT(QRhiTexture *texture, QSSGRhiSamplerDescription *samplerDescription)">
                <parameter type="QRhiTexture *" name="texture" default=""/>
                <parameter type="QSSGRhiSamplerDescription *" name="samplerDescription" default=""/>
            </function>
            <function name="commandBuffer" fullname="QSSGRhiContext::commandBuffer" href="qssgrhicontext.html#commandBuffer" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="QRhiCommandBuffer *" signature="QRhiCommandBuffer * commandBuffer() const"/>
            <function name="commonPassFlags" fullname="QSSGRhiContext::commonPassFlags" href="qssgrhicontext.html#commonPassFlags" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="QRhiCommandBuffer::BeginPassFlags" signature="QRhiCommandBuffer::BeginPassFlags commonPassFlags() const"/>
            <function name="dummyTexture" fullname="QSSGRhiContext::dummyTexture" href="qssgrhicontext.html#dummyTexture" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" type="QRhiTexture *" signature="QRhiTexture * dummyTexture(QRhiTexture::Flags flags, QRhiResourceUpdateBatch *rub, const QSize &amp;size, const QColor &amp;fillColor, int arraySize)">
                <parameter type="QRhiTexture::Flags" name="flags" default=""/>
                <parameter type="QRhiResourceUpdateBatch *" name="rub" default=""/>
                <parameter type="const QSize &amp;" name="size" default="QSize(64, 64)"/>
                <parameter type="const QColor &amp;" name="fillColor" default="Qt::black"/>
                <parameter type="int" name="arraySize" default="0"/>
            </function>
            <function name="isValid" fullname="QSSGRhiContext::isValid" href="qssgrhicontext.html#isValid" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="bool" signature="bool isValid() const"/>
            <function name="mainPassSampleCount" fullname="QSSGRhiContext::mainPassSampleCount" href="qssgrhicontext.html#mainPassSampleCount" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="int" signature="int mainPassSampleCount() const"/>
            <function name="mainPassViewCount" fullname="QSSGRhiContext::mainPassViewCount" href="qssgrhicontext.html#mainPassViewCount" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="int" signature="int mainPassViewCount() const"/>
            <function name="mainRenderPassDescriptor" fullname="QSSGRhiContext::mainRenderPassDescriptor" href="qssgrhicontext.html#mainRenderPassDescriptor" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="QRhiRenderPassDescriptor *" signature="QRhiRenderPassDescriptor * mainRenderPassDescriptor() const"/>
            <function name="renderTarget" fullname="QSSGRhiContext::renderTarget" href="qssgrhicontext.html#renderTarget" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="QRhiRenderTarget *" signature="QRhiRenderTarget * renderTarget() const"/>
            <function name="rhi" fullname="QSSGRhiContext::rhi" href="qssgrhicontext.html#rhi" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" const="true" type="QRhi *" signature="QRhi * rhi() const"/>
            <function name="sampler" fullname="QSSGRhiContext::sampler" href="qssgrhicontext.html#sampler" status="active" access="public" location="qssgrhicontext.h" documented="true" meta="plain" type="QRhiSampler *" signature="QRhiSampler * sampler(const QSSGRhiSamplerDescription &amp;samplerDescription)">
                <parameter type="const QSSGRhiSamplerDescription &amp;" name="samplerDescription" default=""/>
            </function>
        </class>
        <class name="QSSGRhiGraphicsPipelineState" href="qssgrhigraphicspipelinestate.html" status="active" access="public" location="qssgrhicontext.h" since="6.7" documented="true" module="QtQuick3D" brief="Graphics pipeline state for the spatial scene graph">
            <enum name="Flag" fullname="QSSGRhiGraphicsPipelineState::Flag" href="qssgrhigraphicspipelinestate.html#Flag-enum" status="active" access="public" location="qssgrhicontext.h" documented="true" scoped="true" typedef="QSSGRhiGraphicsPipelineState::Flags">
                <value name="DepthTestEnabled" value="0x1"/>
                <value name="DepthWriteEnabled" value="0x2"/>
                <value name="BlendEnabled" value="0x4"/>
                <value name="UsesStencilRef" value="0x8"/>
                <value name="UsesScissor" value="0x10"/>
            </enum>
            <typedef name="Flags" fullname="QSSGRhiGraphicsPipelineState::Flags" href="qssgrhigraphicspipelinestate.html#Flag-enum" status="active" access="public" location="qssgrhicontext.h" enum="QSSGRhiGraphicsPipelineState::Flag"/>
            <variable name="colorAttachmentCount" fullname="QSSGRhiGraphicsPipelineState::colorAttachmentCount" href="qssgrhigraphicspipelinestate.html#colorAttachmentCount-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="int" static="false"/>
            <variable name="cullMode" fullname="QSSGRhiGraphicsPipelineState::cullMode" href="qssgrhigraphicspipelinestate.html#cullMode-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiGraphicsPipeline::CullMode" static="false"/>
            <variable name="depthBias" fullname="QSSGRhiGraphicsPipelineState::depthBias" href="qssgrhigraphicspipelinestate.html#depthBias-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="int" static="false"/>
            <variable name="depthFunc" fullname="QSSGRhiGraphicsPipelineState::depthFunc" href="qssgrhigraphicspipelinestate.html#depthFunc-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiGraphicsPipeline::CompareOp" static="false"/>
            <variable name="lineWidth" fullname="QSSGRhiGraphicsPipelineState::lineWidth" href="qssgrhigraphicspipelinestate.html#lineWidth-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="float" static="false"/>
            <variable name="polygonMode" fullname="QSSGRhiGraphicsPipelineState::polygonMode" href="qssgrhigraphicspipelinestate.html#polygonMode-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiGraphicsPipeline::PolygonMode" static="false"/>
            <variable name="samples" fullname="QSSGRhiGraphicsPipelineState::samples" href="qssgrhigraphicspipelinestate.html#samples-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="int" static="false"/>
            <variable name="scissor" fullname="QSSGRhiGraphicsPipelineState::scissor" href="qssgrhigraphicspipelinestate.html#scissor-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiScissor" static="false"/>
            <variable name="slopeScaledDepthBias" fullname="QSSGRhiGraphicsPipelineState::slopeScaledDepthBias" href="qssgrhigraphicspipelinestate.html#slopeScaledDepthBias-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="float" static="false"/>
            <variable name="stencilOpFrontState" fullname="QSSGRhiGraphicsPipelineState::stencilOpFrontState" href="qssgrhigraphicspipelinestate.html#stencilOpFrontState-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiGraphicsPipeline::StencilOpState" static="false"/>
            <variable name="stencilRef" fullname="QSSGRhiGraphicsPipelineState::stencilRef" href="qssgrhigraphicspipelinestate.html#stencilRef-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="quint32" static="false"/>
            <variable name="stencilWriteMask" fullname="QSSGRhiGraphicsPipelineState::stencilWriteMask" href="qssgrhigraphicspipelinestate.html#stencilWriteMask-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="quint32" static="false"/>
            <variable name="targetBlend" fullname="QSSGRhiGraphicsPipelineState::targetBlend" href="qssgrhigraphicspipelinestate.html#targetBlend-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="std::array&lt;QRhiGraphicsPipeline::TargetBlend, 8&gt;" static="false"/>
            <variable name="viewport" fullname="QSSGRhiGraphicsPipelineState::viewport" href="qssgrhigraphicspipelinestate.html#viewport-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiViewport" static="false"/>
        </class>
        <struct name="QSSGRhiSamplerDescription" href="qssgrhisamplerdescription.html" status="active" access="public" location="qssgrhicontext.h" since="6.7" documented="true" module="QtQuick3D" brief="QSSGRhiSamplerDescription">
            <variable name="hTiling" fullname="QSSGRhiSamplerDescription::hTiling" href="qssgrhisamplerdescription.html#hTiling-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiSampler::AddressMode" static="false"/>
            <variable name="magFilter" fullname="QSSGRhiSamplerDescription::magFilter" href="qssgrhisamplerdescription.html#magFilter-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiSampler::Filter" static="false"/>
            <variable name="minFilter" fullname="QSSGRhiSamplerDescription::minFilter" href="qssgrhisamplerdescription.html#minFilter-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiSampler::Filter" static="false"/>
            <variable name="mipmap" fullname="QSSGRhiSamplerDescription::mipmap" href="qssgrhisamplerdescription.html#mipmap-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiSampler::Filter" static="false"/>
            <variable name="vTiling" fullname="QSSGRhiSamplerDescription::vTiling" href="qssgrhisamplerdescription.html#vTiling-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiSampler::AddressMode" static="false"/>
            <variable name="zTiling" fullname="QSSGRhiSamplerDescription::zTiling" href="qssgrhisamplerdescription.html#zTiling-var" status="active" access="public" location="qssgrhicontext.h" documented="true" type="QRhiSampler::AddressMode" static="false"/>
        </struct>
        <page name="qtquick3d-index.html" href="qtquick3d-index.html" status="active" location="qtquick3d-index.qdoc" documented="true" subtype="page" title="Qt Quick 3D" fulltitle="Qt Quick 3D" subtitle="" brief="Provides API that lets you define 3D items using QML">
            <contents name="using-the-module" title="Using the Module" level="1"/>
            <contents name="qml-api" title="QML API" level="2"/>
            <contents name="c-api" title="C++ API" level="2"/>
            <contents name="building-with-cmake" title="Building with CMake" level="3"/>
            <contents name="building-with-qmake" title="Building with qmake" level="3"/>
            <contents name="building-from-source" title="Building From Source" level="1"/>
            <contents name="module-evolution" title="Module Evolution" level="1"/>
            <contents name="articles-and-guides" title="Articles and Guides" level="1"/>
            <contents name="examples" title="Examples" level="1"/>
            <contents name="reference" title="Reference" level="1"/>
            <contents name="related-modules" title="Related Modules" level="1"/>
            <contents name="qt-academy-courses" title="Qt Academy Courses" level="1"/>
            <contents name="licenses-and-attributions" title="Licenses and Attributions" level="1"/>
        </page>
        <page name="antialiasing" href="qtquick3d-antialiasing-example.html" status="active" location="antialiasing.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Antialiasing Example" fulltitle="Qt Quick 3D - Antialiasing Example" subtitle="" brief="Demonstrates the antialiasing modes in Qt Quick 3D">
            <contents name="the-test-scene" title="The test scene" level="1"/>
            <contents name="controlling-antialiasing" title="Controlling antialiasing" level="1"/>
            <page name="antialiasing/main.qml" href="qtquick3d-antialiasing-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="antialiasing/main.qml"/>
            <page name="antialiasing/main.cpp" href="qtquick3d-antialiasing-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="antialiasing/main.cpp"/>
            <page name="antialiasing/CMakeLists.txt" href="qtquick3d-antialiasing-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="antialiasing/CMakeLists.txt"/>
            <page name="antialiasing/antialiasing.pro" href="qtquick3d-antialiasing-antialiasing-pro.html" status="active" subtype="file" title="" fulltitle="antialiasing.pro Example File" subtitle="antialiasing/antialiasing.pro"/>
            <page name="antialiasing/qml.qrc" href="qtquick3d-antialiasing-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="antialiasing/qml.qrc"/>
        </page>
        <page name="bakedlightmap" href="qtquick3d-bakedlightmap-example.html" status="active" location="qtquick3d-example-bakedlightmap.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Baked Lightmap Example" fulltitle="Qt Quick 3D - Baked Lightmap Example" subtitle="" brief="Demonstrates the use of baked lightmaps in a 3D scene">
            <contents name="setting-up-the-light" title="Setting up the Light" level="1"/>
            <contents name="setting-up-the-model" title="Setting up the Model" level="1"/>
            <page name="bakedlightmap/Box.qml" href="qtquick3d-bakedlightmap-box-qml.html" status="active" subtype="file" title="" fulltitle="Box.qml Example File" subtitle="bakedlightmap/Box.qml"/>
            <page name="bakedlightmap/main.qml" href="qtquick3d-bakedlightmap-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="bakedlightmap/main.qml"/>
            <page name="bakedlightmap/main.cpp" href="qtquick3d-bakedlightmap-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="bakedlightmap/main.cpp"/>
            <page name="bakedlightmap/CMakeLists.txt" href="qtquick3d-bakedlightmap-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="bakedlightmap/CMakeLists.txt"/>
            <page name="bakedlightmap/bakedlightmap.pro" href="qtquick3d-bakedlightmap-bakedlightmap-pro.html" status="active" subtype="file" title="" fulltitle="bakedlightmap.pro Example File" subtitle="bakedlightmap/bakedlightmap.pro"/>
            <page name="bakedlightmap/qml.qrc" href="qtquick3d-bakedlightmap-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="bakedlightmap/qml.qrc"/>
        </page>
        <page name="cascadedshadowmaps" href="qtquick3d-cascadedshadowmaps-example.html" status="active" location="cascadedshadowmaps.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Cascaded Shadow Maps Example" fulltitle="Qt Quick 3D - Cascaded Shadow Maps Example" subtitle="" brief="Demonstrates cascaded shadow maps">
            <page name="cascadedshadowmaps/ConesAndCylinderTrio.qml" href="qtquick3d-cascadedshadowmaps-conesandcylindertrio-qml.html" status="active" subtype="file" title="" fulltitle="ConesAndCylinderTrio.qml Example File" subtitle="cascadedshadowmaps/ConesAndCylinderTrio.qml"/>
            <page name="cascadedshadowmaps/SettingsPane.qml" href="qtquick3d-cascadedshadowmaps-settingspane-qml.html" status="active" subtype="file" title="" fulltitle="SettingsPane.qml Example File" subtitle="cascadedshadowmaps/SettingsPane.qml"/>
            <page name="cascadedshadowmaps/main.qml" href="qtquick3d-cascadedshadowmaps-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="cascadedshadowmaps/main.qml"/>
            <page name="cascadedshadowmaps/sliders.svg" href="qtquick3d-cascadedshadowmaps-sliders-svg.html" status="active" subtype="file" title="" fulltitle="sliders.svg Example File" subtitle="cascadedshadowmaps/sliders.svg"/>
            <page name="cascadedshadowmaps/main.cpp" href="qtquick3d-cascadedshadowmaps-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="cascadedshadowmaps/main.cpp"/>
            <page name="cascadedshadowmaps/CMakeLists.txt" href="qtquick3d-cascadedshadowmaps-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="cascadedshadowmaps/CMakeLists.txt"/>
            <page name="cascadedshadowmaps/cascadedshadowmaps.pro" href="qtquick3d-cascadedshadowmaps-cascadedshadowmaps-pro.html" status="active" subtype="file" title="" fulltitle="cascadedshadowmaps.pro Example File" subtitle="cascadedshadowmaps/cascadedshadowmaps.pro"/>
            <page name="cascadedshadowmaps/qml.qrc" href="qtquick3d-cascadedshadowmaps-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="cascadedshadowmaps/qml.qrc"/>
        </page>
        <page name="customeffect" href="qtquick3d-customeffect-example.html" status="active" location="qtquick3d-examples-customeffect.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Custom Effect Example" fulltitle="Qt Quick 3D - Custom Effect Example" subtitle="" brief="Demonstrates writing custom post-processing effects">
            <page name="customeffect/effect.frag" href="qtquick3d-customeffect-effect-frag.html" status="active" subtype="file" title="" fulltitle="effect.frag Example File" subtitle="customeffect/effect.frag"/>
            <page name="customeffect/effect2.frag" href="qtquick3d-customeffect-effect2-frag.html" status="active" subtype="file" title="" fulltitle="effect2.frag Example File" subtitle="customeffect/effect2.frag"/>
            <page name="customeffect/effect2.vert" href="qtquick3d-customeffect-effect2-vert.html" status="active" subtype="file" title="" fulltitle="effect2.vert Example File" subtitle="customeffect/effect2.vert"/>
            <page name="customeffect/main.qml" href="qtquick3d-customeffect-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="customeffect/main.qml"/>
            <page name="customeffect/main.cpp" href="qtquick3d-customeffect-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="customeffect/main.cpp"/>
            <page name="customeffect/CMakeLists.txt" href="qtquick3d-customeffect-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="customeffect/CMakeLists.txt"/>
            <page name="customeffect/customeffect.pro" href="qtquick3d-customeffect-customeffect-pro.html" status="active" subtype="file" title="" fulltitle="customeffect.pro Example File" subtitle="customeffect/customeffect.pro"/>
            <page name="customeffect/qml.qrc" href="qtquick3d-customeffect-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="customeffect/qml.qrc"/>
            <page name="customeffect/checkers2.png" href="qtquick3d-customeffect-checkers2-png.html" status="active" subtype="image" title="" fulltitle="checkers2.png Image File" subtitle="customeffect/checkers2.png"/>
            <page name="customeffect/qt_logo_rect.png" href="qtquick3d-customeffect-qt-logo-rect-png.html" status="active" subtype="image" title="" fulltitle="qt_logo_rect.png Image File" subtitle="customeffect/qt_logo_rect.png"/>
        </page>
        <page name="customgeometry" href="qtquick3d-customgeometry-example.html" status="active" location="qtquick3d-examples-customgeometry.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Custom Geometry Example" fulltitle="Qt Quick 3D - Custom Geometry Example" subtitle="" brief="Demonstrates providing custom vertex data from C++ and QML">
            <page name="customgeometry/Main.qml" href="qtquick3d-customgeometry-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="customgeometry/Main.qml"/>
            <page name="customgeometry/TorusMesh.qml" href="qtquick3d-customgeometry-torusmesh-qml.html" status="active" subtype="file" title="" fulltitle="TorusMesh.qml Example File" subtitle="customgeometry/TorusMesh.qml"/>
            <page name="customgeometry/examplegeometry.cpp" href="qtquick3d-customgeometry-examplegeometry-cpp.html" status="active" subtype="file" title="" fulltitle="examplegeometry.cpp Example File" subtitle="customgeometry/examplegeometry.cpp"/>
            <page name="customgeometry/examplegeometry.h" href="qtquick3d-customgeometry-examplegeometry-h.html" status="active" subtype="file" title="" fulltitle="examplegeometry.h Example File" subtitle="customgeometry/examplegeometry.h"/>
            <page name="customgeometry/main.cpp" href="qtquick3d-customgeometry-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="customgeometry/main.cpp"/>
            <page name="customgeometry/CMakeLists.txt" href="qtquick3d-customgeometry-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="customgeometry/CMakeLists.txt"/>
            <page name="customgeometry/customgeometry.pro" href="qtquick3d-customgeometry-customgeometry-pro.html" status="active" subtype="file" title="" fulltitle="customgeometry.pro Example File" subtitle="customgeometry/customgeometry.pro"/>
            <page name="customgeometry/qmldir" href="qtquick3d-customgeometry-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="customgeometry/qmldir"/>
            <page name="customgeometry/qt_logo_rect.png" href="qtquick3d-customgeometry-qt-logo-rect-png.html" status="active" subtype="image" title="" fulltitle="qt_logo_rect.png Image File" subtitle="customgeometry/qt_logo_rect.png"/>
        </page>
        <page name="custominstancing" href="qtquick3d-custominstancing-example.html" status="active" location="custominstancing.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Custom Instanced Rendering" fulltitle="Qt Quick 3D - Custom Instanced Rendering" subtitle="" brief="Demonstrates instancing with custom materials and a C++ instance table">
            <contents name="custom-instancing-table" title="Custom instancing table" level="1"/>
            <contents name="custom-material" title="Custom material" level="1"/>
            <contents name="using-the-custom-table-and-material-in-qml" title="Using the custom table and material in QML" level="1"/>
            <page name="custominstancing/cppinstancetable.cpp" href="qtquick3d-custominstancing-cppinstancetable-cpp.html" status="active" subtype="file" title="" fulltitle="cppinstancetable.cpp Example File" subtitle="custominstancing/cppinstancetable.cpp"/>
            <page name="custominstancing/cppinstancetable.h" href="qtquick3d-custominstancing-cppinstancetable-h.html" status="active" subtype="file" title="" fulltitle="cppinstancetable.h Example File" subtitle="custominstancing/cppinstancetable.h"/>
            <page name="custominstancing/cubeMaterial.frag" href="qtquick3d-custominstancing-cubematerial-frag.html" status="active" subtype="file" title="" fulltitle="cubeMaterial.frag Example File" subtitle="custominstancing/cubeMaterial.frag"/>
            <page name="custominstancing/cubeMaterial.vert" href="qtquick3d-custominstancing-cubematerial-vert.html" status="active" subtype="file" title="" fulltitle="cubeMaterial.vert Example File" subtitle="custominstancing/cubeMaterial.vert"/>
            <page name="custominstancing/main.qml" href="qtquick3d-custominstancing-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="custominstancing/main.qml"/>
            <page name="custominstancing/main.cpp" href="qtquick3d-custominstancing-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="custominstancing/main.cpp"/>
            <page name="custominstancing/CMakeLists.txt" href="qtquick3d-custominstancing-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="custominstancing/CMakeLists.txt"/>
            <page name="custominstancing/custominstancing.pro" href="qtquick3d-custominstancing-custominstancing-pro.html" status="active" subtype="file" title="" fulltitle="custominstancing.pro Example File" subtitle="custominstancing/custominstancing.pro"/>
            <page name="custominstancing/qml.qrc" href="qtquick3d-custominstancing-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="custominstancing/qml.qrc"/>
        </page>
        <page name="custommaterial" href="qtquick3d-custommaterial-example.html" status="active" location="qtquick3d-examples-custommaterial.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Custom Materials Example" fulltitle="Qt Quick 3D - Custom Materials Example" subtitle="" brief="Demonstrates writing shaded custom materials">
            <contents name="a-simple-material" title="A simple material" level="1"/>
            <contents name="custom-handling-of-lights" title="Custom handling of lights" level="1"/>
            <contents name="adding-a-vertex-shader" title="Adding a vertex shader" level="1"/>
            <contents name="a-transparent-material" title="A transparent material" level="1"/>
            <contents name="unshaded-materials" title="Unshaded materials" level="1"/>
            <page name="custommaterial/main.qml" href="qtquick3d-custommaterial-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="custommaterial/main.qml"/>
            <page name="custommaterial/material_customlights.frag" href="qtquick3d-custommaterial-material-customlights-frag.html" status="active" subtype="file" title="" fulltitle="material_customlights.frag Example File" subtitle="custommaterial/material_customlights.frag"/>
            <page name="custommaterial/material_customspecular.frag" href="qtquick3d-custommaterial-material-customspecular-frag.html" status="active" subtype="file" title="" fulltitle="material_customspecular.frag Example File" subtitle="custommaterial/material_customspecular.frag"/>
            <page name="custommaterial/material_distortion.vert" href="qtquick3d-custommaterial-material-distortion-vert.html" status="active" subtype="file" title="" fulltitle="material_distortion.vert Example File" subtitle="custommaterial/material_distortion.vert"/>
            <page name="custommaterial/material_metallic.frag" href="qtquick3d-custommaterial-material-metallic-frag.html" status="active" subtype="file" title="" fulltitle="material_metallic.frag Example File" subtitle="custommaterial/material_metallic.frag"/>
            <page name="custommaterial/material_simple.frag" href="qtquick3d-custommaterial-material-simple-frag.html" status="active" subtype="file" title="" fulltitle="material_simple.frag Example File" subtitle="custommaterial/material_simple.frag"/>
            <page name="custommaterial/material_transparent.frag" href="qtquick3d-custommaterial-material-transparent-frag.html" status="active" subtype="file" title="" fulltitle="material_transparent.frag Example File" subtitle="custommaterial/material_transparent.frag"/>
            <page name="custommaterial/screen.frag" href="qtquick3d-custommaterial-screen-frag.html" status="active" subtype="file" title="" fulltitle="screen.frag Example File" subtitle="custommaterial/screen.frag"/>
            <page name="custommaterial/main.cpp" href="qtquick3d-custommaterial-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="custommaterial/main.cpp"/>
            <page name="custommaterial/CMakeLists.txt" href="qtquick3d-custommaterial-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="custommaterial/CMakeLists.txt"/>
            <page name="custommaterial/custommaterial.pro" href="qtquick3d-custommaterial-custommaterial-pro.html" status="active" subtype="file" title="" fulltitle="custommaterial.pro Example File" subtitle="custommaterial/custommaterial.pro"/>
            <page name="custommaterial/materials.qrc" href="qtquick3d-custommaterial-materials-qrc.html" status="active" subtype="file" title="" fulltitle="materials.qrc Example File" subtitle="custommaterial/materials.qrc"/>
            <page name="custommaterial/qml.qrc" href="qtquick3d-custommaterial-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="custommaterial/qml.qrc"/>
        </page>
        <page name="custommorphing" href="qtquick3d-custommorphing-example.html" status="active" location="custommorphing.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Custom Morphing Animation" fulltitle="Qt Quick 3D - Custom Morphing Animation" subtitle="" brief="Demonstrates writing C++ custom geometry with a morph target">
            <contents name="custom-geometry" title="Custom geometry" level="1"/>
            <contents name="qml-part" title="QML part" level="1"/>
            <page name="custommorphing/main.qml" href="qtquick3d-custommorphing-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="custommorphing/main.qml"/>
            <page name="custommorphing/morphgeometry.cpp" href="qtquick3d-custommorphing-morphgeometry-cpp.html" status="active" subtype="file" title="" fulltitle="morphgeometry.cpp Example File" subtitle="custommorphing/morphgeometry.cpp"/>
            <page name="custommorphing/morphgeometry.h" href="qtquick3d-custommorphing-morphgeometry-h.html" status="active" subtype="file" title="" fulltitle="morphgeometry.h Example File" subtitle="custommorphing/morphgeometry.h"/>
            <page name="custommorphing/main.cpp" href="qtquick3d-custommorphing-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="custommorphing/main.cpp"/>
            <page name="custommorphing/CMakeLists.txt" href="qtquick3d-custommorphing-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="custommorphing/CMakeLists.txt"/>
            <page name="custommorphing/custommorphing.pro" href="qtquick3d-custommorphing-custommorphing-pro.html" status="active" subtype="file" title="" fulltitle="custommorphing.pro Example File" subtitle="custommorphing/custommorphing.pro"/>
            <page name="custommorphing/qml.qrc" href="qtquick3d-custommorphing-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="custommorphing/qml.qrc"/>
        </page>
        <page name="customshaders" href="qtquick3d-customshaders-example.html" status="active" location="qtquick3d-examples-customshaders.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Custom Shaders Example" fulltitle="Qt Quick 3D - Custom Shaders Example" subtitle="" brief="Demonstrates the use of custom vertex and fragment shaders">
            <contents name="implementing-a-custom-material" title="Implementing a custom material" level="1"/>
            <contents name="using-a-custom-material" title="Using a custom material" level="1"/>
            <page name="customshaders/ExampleMaterial.qml" href="qtquick3d-customshaders-examplematerial-qml.html" status="active" subtype="file" title="" fulltitle="ExampleMaterial.qml Example File" subtitle="customshaders/ExampleMaterial.qml"/>
            <page name="customshaders/MaterialControl.qml" href="qtquick3d-customshaders-materialcontrol-qml.html" status="active" subtype="file" title="" fulltitle="MaterialControl.qml Example File" subtitle="customshaders/MaterialControl.qml"/>
            <page name="customshaders/example.frag" href="qtquick3d-customshaders-example-frag.html" status="active" subtype="file" title="" fulltitle="example.frag Example File" subtitle="customshaders/example.frag"/>
            <page name="customshaders/example.vert" href="qtquick3d-customshaders-example-vert.html" status="active" subtype="file" title="" fulltitle="example.vert Example File" subtitle="customshaders/example.vert"/>
            <page name="customshaders/example_tex.frag" href="qtquick3d-customshaders-example-tex-frag.html" status="active" subtype="file" title="" fulltitle="example_tex.frag Example File" subtitle="customshaders/example_tex.frag"/>
            <page name="customshaders/main.qml" href="qtquick3d-customshaders-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="customshaders/main.qml"/>
            <page name="customshaders/main.cpp" href="qtquick3d-customshaders-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="customshaders/main.cpp"/>
            <page name="customshaders/CMakeLists.txt" href="qtquick3d-customshaders-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="customshaders/CMakeLists.txt"/>
            <page name="customshaders/customshaders.pro" href="qtquick3d-customshaders-customshaders-pro.html" status="active" subtype="file" title="" fulltitle="customshaders.pro Example File" subtitle="customshaders/customshaders.pro"/>
            <page name="customshaders/resources.qrc" href="qtquick3d-customshaders-resources-qrc.html" status="active" subtype="file" title="" fulltitle="resources.qrc Example File" subtitle="customshaders/resources.qrc"/>
            <page name="customshaders/qt_logo.png" href="qtquick3d-customshaders-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt_logo.png Image File" subtitle="customshaders/qt_logo.png"/>
        </page>
        <page name="dynamiccreation" href="qtquick3d-dynamiccreation-example.html" status="active" location="qtquick3d-examples-dynamiccreation.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Dynamic Model Creation Example" fulltitle="Qt Quick 3D - Dynamic Model Creation Example" subtitle="" brief="Demonstrates dynamic model creation">
            <contents name="setting-up" title="Setting Up" level="1"/>
            <contents name="spawner-node" title="Spawner Node" level="2"/>
            <contents name="startup" title="Startup" level="2"/>
            <contents name="dynamic-models" title="Dynamic Models" level="1"/>
            <contents name="adding-models" title="Adding Models" level="2"/>
            <contents name="removing-models" title="Removing Models" level="2"/>
            <page name="dynamiccreation/WeirdShape.qml" href="qtquick3d-dynamiccreation-weirdshape-qml.html" status="active" subtype="file" title="" fulltitle="WeirdShape.qml Example File" subtitle="dynamiccreation/WeirdShape.qml"/>
            <page name="dynamiccreation/main.qml" href="qtquick3d-dynamiccreation-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="dynamiccreation/main.qml"/>
            <page name="dynamiccreation/main.cpp" href="qtquick3d-dynamiccreation-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dynamiccreation/main.cpp"/>
            <page name="dynamiccreation/CMakeLists.txt" href="qtquick3d-dynamiccreation-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="dynamiccreation/CMakeLists.txt"/>
            <page name="dynamiccreation/dynamiccreation.pro" href="qtquick3d-dynamiccreation-dynamiccreation-pro.html" status="active" subtype="file" title="" fulltitle="dynamiccreation.pro Example File" subtitle="dynamiccreation/dynamiccreation.pro"/>
            <page name="dynamiccreation/qml.qrc" href="qtquick3d-dynamiccreation-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="dynamiccreation/qml.qrc"/>
        </page>
        <page name="hellocube" href="qtquick3d-hellocube-example.html" status="active" location="hellocube.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - HelloCube Example" fulltitle="Qt Quick 3D - HelloCube Example" subtitle="" brief="Demonstrates how to render 2D and 3D objects together in Qt Quick 3D">
            <contents name="draw-2d-items" title="Draw 2D Items" level="1"/>
            <contents name="draw-a-3d-cube" title="Draw a 3D Cube" level="1"/>
            <page name="hellocube/main.qml" href="qtquick3d-hellocube-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="hellocube/main.qml"/>
            <page name="hellocube/main.cpp" href="qtquick3d-hellocube-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="hellocube/main.cpp"/>
            <page name="hellocube/CMakeLists.txt" href="qtquick3d-hellocube-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="hellocube/CMakeLists.txt"/>
            <page name="hellocube/hellocube.pro" href="qtquick3d-hellocube-hellocube-pro.html" status="active" subtype="file" title="" fulltitle="hellocube.pro Example File" subtitle="hellocube/hellocube.pro"/>
            <page name="hellocube/qml.qrc" href="qtquick3d-hellocube-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="hellocube/qml.qrc"/>
            <page name="hellocube/qt_logo.png" href="qtquick3d-hellocube-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt_logo.png Image File" subtitle="hellocube/qt_logo.png"/>
        </page>
        <page name="instancing" href="qtquick3d-instancing-example.html" status="active" location="instancing.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Instanced Rendering Example" fulltitle="Qt Quick 3D - Instanced Rendering Example" subtitle="" brief="Demonstrates how to do instanced rendering in Qt Quick 3D">
            <contents name="random-instancing" title="Random instancing" level="1"/>
            <page name="instancing/Asteroid.qml" href="qtquick3d-instancing-asteroid-qml.html" status="active" subtype="file" title="" fulltitle="Asteroid.qml Example File" subtitle="instancing/Asteroid.qml"/>
            <page name="instancing/SimpleSpaceship.qml" href="qtquick3d-instancing-simplespaceship-qml.html" status="active" subtype="file" title="" fulltitle="SimpleSpaceship.qml Example File" subtitle="instancing/SimpleSpaceship.qml"/>
            <page name="instancing/main.qml" href="qtquick3d-instancing-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="instancing/main.qml"/>
            <page name="instancing/main.cpp" href="qtquick3d-instancing-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="instancing/main.cpp"/>
            <page name="instancing/CMakeLists.txt" href="qtquick3d-instancing-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="instancing/CMakeLists.txt"/>
            <page name="instancing/instancing.pro" href="qtquick3d-instancing-instancing-pro.html" status="active" subtype="file" title="" fulltitle="instancing.pro Example File" subtitle="instancing/instancing.pro"/>
            <page name="instancing/qml.qrc" href="qtquick3d-instancing-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="instancing/qml.qrc"/>
        </page>
        <page name="intro" href="qtquick3d-intro-example.html" status="active" location="intro.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Introduction" fulltitle="Qt Quick 3D - Introduction" subtitle="" brief="Demonstrates how to render a scene in Qt Quick 3D">
            <contents name="setting-up-the-scene" title="Setting Up the Scene" level="1"/>
            <contents name="meshes" title="Meshes" level="1"/>
            <contents name="camera" title="Camera" level="1"/>
            <contents name="lights" title="Lights" level="1"/>
            <contents name="animation" title="Animation" level="1"/>
            <page name="intro/main.qml" href="qtquick3d-intro-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="intro/main.qml"/>
            <page name="intro/main.cpp" href="qtquick3d-intro-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="intro/main.cpp"/>
            <page name="intro/CMakeLists.txt" href="qtquick3d-intro-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="intro/CMakeLists.txt"/>
            <page name="intro/intro.pro" href="qtquick3d-intro-intro-pro.html" status="active" subtype="file" title="" fulltitle="intro.pro Example File" subtitle="intro/intro.pro"/>
            <page name="intro/qml.qrc" href="qtquick3d-intro-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="intro/qml.qrc"/>
        </page>
        <page name="lodhelper" href="qtquick3d-lodhelper-example.html" status="active" location="qtquick3d-example-lodhelper.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Level of Detail Helper Example" fulltitle="Qt Quick 3D - Level of Detail Helper Example" subtitle="" brief="Demonstrates the use of level of detail helper">
            <page name="lodhelper/main.qml" href="qtquick3d-lodhelper-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="lodhelper/main.qml"/>
            <page name="lodhelper/main.cpp" href="qtquick3d-lodhelper-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="lodhelper/main.cpp"/>
            <page name="lodhelper/CMakeLists.txt" href="qtquick3d-lodhelper-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="lodhelper/CMakeLists.txt"/>
            <page name="lodhelper/lodhelper.pro" href="qtquick3d-lodhelper-lodhelper-pro.html" status="active" subtype="file" title="" fulltitle="lodhelper.pro Example File" subtitle="lodhelper/lodhelper.pro"/>
            <page name="lodhelper/qml.qrc" href="qtquick3d-lodhelper-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="lodhelper/qml.qrc"/>
            <page name="lodhelper/maps/baseColor.png" href="qtquick3d-lodhelper-maps-basecolor-png.html" status="active" subtype="image" title="" fulltitle="baseColor.png Image File" subtitle="lodhelper/maps/baseColor.png"/>
            <page name="lodhelper/maps/normal.png" href="qtquick3d-lodhelper-maps-normal-png.html" status="active" subtype="image" title="" fulltitle="normal.png Image File" subtitle="lodhelper/maps/normal.png"/>
            <page name="lodhelper/maps/occlusionRoughnessMetallic.png" href="qtquick3d-lodhelper-maps-occlusionroughnessmetallic-png.html" status="active" subtype="image" title="" fulltitle="occlusionRoughnessMetallic.png Image File" subtitle="lodhelper/maps/occlusionRoughnessMetallic.png"/>
        </page>
        <page name="lights" href="qtquick3d-lights-example.html" status="active" location="qtquick3d-examples-lights.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Lights Example" fulltitle="Qt Quick 3D - Lights Example" subtitle="" brief="Demonstrates the use of different light types">
            <contents name="setting-the-scene-lights" title="Setting the Scene Lights" level="1"/>
            <contents name="directional-light" title="Directional Light" level="2"/>
            <contents name="point-light" title="Point Light" level="2"/>
            <contents name="spot-light" title="Spot Light" level="2"/>
            <contents name="setting-the-scene-models" title="Setting the Scene Models" level="1"/>
            <page name="lights/RotatingLogo.qml" href="qtquick3d-lights-rotatinglogo-qml.html" status="active" subtype="file" title="" fulltitle="RotatingLogo.qml Example File" subtitle="lights/RotatingLogo.qml"/>
            <page name="lights/SettingsDrawer.qml" href="qtquick3d-lights-settingsdrawer-qml.html" status="active" subtype="file" title="" fulltitle="SettingsDrawer.qml Example File" subtitle="lights/SettingsDrawer.qml"/>
            <page name="lights/custom.vert" href="qtquick3d-lights-custom-vert.html" status="active" subtype="file" title="" fulltitle="custom.vert Example File" subtitle="lights/custom.vert"/>
            <page name="lights/main.qml" href="qtquick3d-lights-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="lights/main.qml"/>
            <page name="lights/main.cpp" href="qtquick3d-lights-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="lights/main.cpp"/>
            <page name="lights/CMakeLists.txt" href="qtquick3d-lights-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="lights/CMakeLists.txt"/>
            <page name="lights/lights.pro" href="qtquick3d-lights-lights-pro.html" status="active" subtype="file" title="" fulltitle="lights.pro Example File" subtitle="lights/lights.pro"/>
            <page name="lights/qml.qrc" href="qtquick3d-lights-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="lights/qml.qrc"/>
            <page name="lights/icon_settings.png" href="qtquick3d-lights-icon-settings-png.html" status="active" subtype="image" title="" fulltitle="icon_settings.png Image File" subtitle="lights/icon_settings.png"/>
            <page name="lights/icon_settings@2x.png" href="qtquick3d-lights-icon-settings-2x-png.html" status="active" subtype="image" title="" fulltitle="icon_settings@2x.png Image File" subtitle="lights/icon_settings@2x.png"/>
            <page name="lights/icon_settings@3x.png" href="qtquick3d-lights-icon-settings-3x-png.html" status="active" subtype="image" title="" fulltitle="icon_settings@3x.png Image File" subtitle="lights/icon_settings@3x.png"/>
            <page name="lights/icon_settings@4x.png" href="qtquick3d-lights-icon-settings-4x-png.html" status="active" subtype="image" title="" fulltitle="icon_settings@4x.png Image File" subtitle="lights/icon_settings@4x.png"/>
        </page>
        <page name="morphing" href="qtquick3d-morphing-example.html" status="active" location="morphing.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Morphing Example" fulltitle="Qt Quick 3D - Morphing Example" subtitle="" brief="Demonstrates how to control morphing animations in Qt Quick 3D">
            <contents name="creating-a-mesh" title="Creating a mesh" level="1"/>
            <contents name="controlling-the-morph-targets" title="Controlling the morph targets" level="1"/>
            <page name="morphing/RealSlider.qml" href="qtquick3d-morphing-realslider-qml.html" status="active" subtype="file" title="" fulltitle="RealSlider.qml Example File" subtitle="morphing/RealSlider.qml"/>
            <page name="morphing/main.qml" href="qtquick3d-morphing-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="morphing/main.qml"/>
            <page name="morphing/main.cpp" href="qtquick3d-morphing-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="morphing/main.cpp"/>
            <page name="morphing/CMakeLists.txt" href="qtquick3d-morphing-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="morphing/CMakeLists.txt"/>
            <page name="morphing/morphing.pro" href="qtquick3d-morphing-morphing-pro.html" status="active" subtype="file" title="" fulltitle="morphing.pro Example File" subtitle="morphing/morphing.pro"/>
            <page name="morphing/qml.qrc" href="qtquick3d-morphing-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="morphing/qml.qrc"/>
        </page>
        <page name="offlineshaders" href="qtquick3d-offlineshaders-example.html" status="active" location="qtquick3d-examples-offlineshaders.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Offline Shaders Example" fulltitle="Qt Quick 3D - Offline Shaders Example" subtitle="" brief="Demonstrates the use of the experimental build-time material processing support">
            <page name="offlineshaders/MaterialRed.qml" href="qtquick3d-offlineshaders-materialred-qml.html" status="active" subtype="file" title="" fulltitle="MaterialRed.qml Example File" subtitle="offlineshaders/MaterialRed.qml"/>
            <page name="offlineshaders/MaterialRedExtended.qml" href="qtquick3d-offlineshaders-materialredextended-qml.html" status="active" subtype="file" title="" fulltitle="MaterialRedExtended.qml Example File" subtitle="offlineshaders/MaterialRedExtended.qml"/>
            <page name="offlineshaders/main.qml" href="qtquick3d-offlineshaders-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="offlineshaders/main.qml"/>
            <page name="offlineshaders/main.cpp" href="qtquick3d-offlineshaders-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="offlineshaders/main.cpp"/>
            <page name="offlineshaders/CMakeLists.txt" href="qtquick3d-offlineshaders-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="offlineshaders/CMakeLists.txt"/>
            <page name="offlineshaders/materials.qrc" href="qtquick3d-offlineshaders-materials-qrc.html" status="active" subtype="file" title="" fulltitle="materials.qrc Example File" subtitle="offlineshaders/materials.qrc"/>
            <page name="offlineshaders/offlineshaders.pro" href="qtquick3d-offlineshaders-offlineshaders-pro.html" status="active" subtype="file" title="" fulltitle="offlineshaders.pro Example File" subtitle="offlineshaders/offlineshaders.pro"/>
            <page name="offlineshaders/qml.qrc" href="qtquick3d-offlineshaders-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="offlineshaders/qml.qrc"/>
            <page name="offlineshaders/maps/metallic/basecolor.jpg" href="qtquick3d-offlineshaders-maps-metallic-basecolor-jpg.html" status="active" subtype="image" title="" fulltitle="basecolor.jpg Image File" subtitle="offlineshaders/maps/metallic/basecolor.jpg"/>
        </page>
        <page name="orderindependenttransparency" href="qtquick3d-orderindependenttransparency-example.html" status="active" location="oit.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Order Independent Transparency Example" fulltitle="Qt Quick 3D - Order Independent Transparency Example" subtitle="" brief="Demonstrates the order independent transparency in Qt Quick 3D">
            <contents name="the-examples" title="The examples" level="1"/>
            <contents name="controlling-oit" title="Controlling OIT" level="1"/>
            <page name="orderindependenttransparency/AppSettings.qml" href="qtquick3d-orderindependenttransparency-appsettings-qml.html" status="active" subtype="file" title="" fulltitle="AppSettings.qml Example File" subtitle="orderindependenttransparency/AppSettings.qml"/>
            <page name="orderindependenttransparency/BlendValueTest.qml" href="qtquick3d-orderindependenttransparency-blendvaluetest-qml.html" status="active" subtype="file" title="" fulltitle="BlendValueTest.qml Example File" subtitle="orderindependenttransparency/BlendValueTest.qml"/>
            <page name="orderindependenttransparency/CustomCheckBox.qml" href="qtquick3d-orderindependenttransparency-customcheckbox-qml.html" status="active" subtype="file" title="" fulltitle="CustomCheckBox.qml Example File" subtitle="orderindependenttransparency/CustomCheckBox.qml"/>
            <page name="orderindependenttransparency/CustomInfoView.qml" href="qtquick3d-orderindependenttransparency-custominfoview-qml.html" status="active" subtype="file" title="" fulltitle="CustomInfoView.qml Example File" subtitle="orderindependenttransparency/CustomInfoView.qml"/>
            <page name="orderindependenttransparency/CustomLabel.qml" href="qtquick3d-orderindependenttransparency-customlabel-qml.html" status="active" subtype="file" title="" fulltitle="CustomLabel.qml Example File" subtitle="orderindependenttransparency/CustomLabel.qml"/>
            <page name="orderindependenttransparency/CustomSelectionBox.qml" href="qtquick3d-orderindependenttransparency-customselectionbox-qml.html" status="active" subtype="file" title="" fulltitle="CustomSelectionBox.qml Example File" subtitle="orderindependenttransparency/CustomSelectionBox.qml"/>
            <page name="orderindependenttransparency/CustomSlider.qml" href="qtquick3d-orderindependenttransparency-customslider-qml.html" status="active" subtype="file" title="" fulltitle="CustomSlider.qml Example File" subtitle="orderindependenttransparency/CustomSlider.qml"/>
            <page name="orderindependenttransparency/FireParticles.qml" href="qtquick3d-orderindependenttransparency-fireparticles-qml.html" status="active" subtype="file" title="" fulltitle="FireParticles.qml Example File" subtitle="orderindependenttransparency/FireParticles.qml"/>
            <page name="orderindependenttransparency/FireStick.qml" href="qtquick3d-orderindependenttransparency-firestick-qml.html" status="active" subtype="file" title="" fulltitle="FireStick.qml Example File" subtitle="orderindependenttransparency/FireStick.qml"/>
            <page name="orderindependenttransparency/FireStone.qml" href="qtquick3d-orderindependenttransparency-firestone-qml.html" status="active" subtype="file" title="" fulltitle="FireStone.qml Example File" subtitle="orderindependenttransparency/FireStone.qml"/>
            <page name="orderindependenttransparency/Instancing.qml" href="qtquick3d-orderindependenttransparency-instancing-qml.html" status="active" subtype="file" title="" fulltitle="Instancing.qml Example File" subtitle="orderindependenttransparency/Instancing.qml"/>
            <page name="orderindependenttransparency/Particles.qml" href="qtquick3d-orderindependenttransparency-particles-qml.html" status="active" subtype="file" title="" fulltitle="Particles.qml Example File" subtitle="orderindependenttransparency/Particles.qml"/>
            <page name="orderindependenttransparency/RandomEmitter.qml" href="qtquick3d-orderindependenttransparency-randomemitter-qml.html" status="active" subtype="file" title="" fulltitle="RandomEmitter.qml Example File" subtitle="orderindependenttransparency/RandomEmitter.qml"/>
            <page name="orderindependenttransparency/SettingsView.qml" href="qtquick3d-orderindependenttransparency-settingsview-qml.html" status="active" subtype="file" title="" fulltitle="SettingsView.qml Example File" subtitle="orderindependenttransparency/SettingsView.qml"/>
            <page name="orderindependenttransparency/StartupView.qml" href="qtquick3d-orderindependenttransparency-startupview-qml.html" status="active" subtype="file" title="" fulltitle="StartupView.qml Example File" subtitle="orderindependenttransparency/StartupView.qml"/>
            <page name="orderindependenttransparency/main.qml" href="qtquick3d-orderindependenttransparency-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="orderindependenttransparency/main.qml"/>
            <page name="orderindependenttransparency/main.cpp" href="qtquick3d-orderindependenttransparency-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="orderindependenttransparency/main.cpp"/>
            <page name="orderindependenttransparency/CMakeLists.txt" href="qtquick3d-orderindependenttransparency-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="orderindependenttransparency/CMakeLists.txt"/>
            <page name="orderindependenttransparency/orderindependenttransparency.pro" href="qtquick3d-orderindependenttransparency-orderindependenttransparency-pro.html" status="active" subtype="file" title="" fulltitle="orderindependenttransparency.pro Example File" subtitle="orderindependenttransparency/orderindependenttransparency.pro"/>
            <page name="orderindependenttransparency/qml.qrc" href="qtquick3d-orderindependenttransparency-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="orderindependenttransparency/qml.qrc"/>
            <page name="orderindependenttransparency/qmldir" href="qtquick3d-orderindependenttransparency-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="orderindependenttransparency/qmldir"/>
            <page name="orderindependenttransparency/images/arrow_icon.png" href="qtquick3d-orderindependenttransparency-images-arrow-icon-png.html" status="active" subtype="image" title="" fulltitle="arrow_icon.png Image File" subtitle="orderindependenttransparency/images/arrow_icon.png"/>
            <page name="orderindependenttransparency/images/color_table3.png" href="qtquick3d-orderindependenttransparency-images-color-table3-png.html" status="active" subtype="image" title="" fulltitle="color_table3.png Image File" subtitle="orderindependenttransparency/images/color_table3.png"/>
            <page name="orderindependenttransparency/images/firestone.png" href="qtquick3d-orderindependenttransparency-images-firestone-png.html" status="active" subtype="image" title="" fulltitle="firestone.png Image File" subtitle="orderindependenttransparency/images/firestone.png"/>
            <page name="orderindependenttransparency/images/flame.png" href="qtquick3d-orderindependenttransparency-images-flame-png.html" status="active" subtype="image" title="" fulltitle="flame.png Image File" subtitle="orderindependenttransparency/images/flame.png"/>
            <page name="orderindependenttransparency/images/icon_settings.png" href="qtquick3d-orderindependenttransparency-images-icon-settings-png.html" status="active" subtype="image" title="" fulltitle="icon_settings.png Image File" subtitle="orderindependenttransparency/images/icon_settings.png"/>
            <page name="orderindependenttransparency/images/pillar_normal.png" href="qtquick3d-orderindependenttransparency-images-pillar-normal-png.html" status="active" subtype="image" title="" fulltitle="pillar_normal.png Image File" subtitle="orderindependenttransparency/images/pillar_normal.png"/>
            <page name="orderindependenttransparency/images/qt_logo.png" href="qtquick3d-orderindependenttransparency-images-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt_logo.png Image File" subtitle="orderindependenttransparency/images/qt_logo.png"/>
            <page name="orderindependenttransparency/images/qt_logo2.png" href="qtquick3d-orderindependenttransparency-images-qt-logo2-png.html" status="active" subtype="image" title="" fulltitle="qt_logo2.png Image File" subtitle="orderindependenttransparency/images/qt_logo2.png"/>
            <page name="orderindependenttransparency/images/qt_logo2_n.png" href="qtquick3d-orderindependenttransparency-images-qt-logo2-n-png.html" status="active" subtype="image" title="" fulltitle="qt_logo2_n.png Image File" subtitle="orderindependenttransparency/images/qt_logo2_n.png"/>
            <page name="orderindependenttransparency/images/stick_charred.png" href="qtquick3d-orderindependenttransparency-images-stick-charred-png.html" status="active" subtype="image" title="" fulltitle="stick_charred.png Image File" subtitle="orderindependenttransparency/images/stick_charred.png"/>
            <page name="orderindependenttransparency/images/stick_heat3.png" href="qtquick3d-orderindependenttransparency-images-stick-heat3-png.html" status="active" subtype="image" title="" fulltitle="stick_heat3.png Image File" subtitle="orderindependenttransparency/images/stick_heat3.png"/>
            <page name="orderindependenttransparency/images/tilepattern.png" href="qtquick3d-orderindependenttransparency-images-tilepattern-png.html" status="active" subtype="image" title="" fulltitle="tilepattern.png Image File" subtitle="orderindependenttransparency/images/tilepattern.png"/>
        </page>
        <page name="particles3d" href="qtquick3d-particles3d-example.html" status="active" location="qtquick3d-examples-particles3d.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Particles 3D Testbed Example" fulltitle="Qt Quick 3D - Particles 3D Testbed Example" subtitle="" brief="Demonstrates how to use the Qt Quick 3D Particles3D module">
            <contents name="common-features" title="Common Features" level="1"/>
            <contents name="snowing-example" title="Snowing Example" level="1"/>
            <page name="particles3d/AlignedParticles.qml" href="qtquick3d-particles3d-alignedparticles-qml.html" status="active" subtype="file" title="" fulltitle="AlignedParticles.qml Example File" subtitle="particles3d/AlignedParticles.qml"/>
            <page name="particles3d/AnimatedSprite.qml" href="qtquick3d-particles3d-animatedsprite-qml.html" status="active" subtype="file" title="" fulltitle="AnimatedSprite.qml Example File" subtitle="particles3d/AnimatedSprite.qml"/>
            <page name="particles3d/AppSettings.qml" href="qtquick3d-particles3d-appsettings-qml.html" status="active" subtype="file" title="" fulltitle="AppSettings.qml Example File" subtitle="particles3d/AppSettings.qml"/>
            <page name="particles3d/AttractorShapes.qml" href="qtquick3d-particles3d-attractorshapes-qml.html" status="active" subtype="file" title="" fulltitle="AttractorShapes.qml Example File" subtitle="particles3d/AttractorShapes.qml"/>
            <page name="particles3d/ColorfulParticles.qml" href="qtquick3d-particles3d-colorfulparticles-qml.html" status="active" subtype="file" title="" fulltitle="ColorfulParticles.qml Example File" subtitle="particles3d/ColorfulParticles.qml"/>
            <page name="particles3d/CustomCheckBox.qml" href="qtquick3d-particles3d-customcheckbox-qml.html" status="active" subtype="file" title="" fulltitle="CustomCheckBox.qml Example File" subtitle="particles3d/CustomCheckBox.qml"/>
            <page name="particles3d/CustomLabel.qml" href="qtquick3d-particles3d-customlabel-qml.html" status="active" subtype="file" title="" fulltitle="CustomLabel.qml Example File" subtitle="particles3d/CustomLabel.qml"/>
            <page name="particles3d/CustomSelectionBox.qml" href="qtquick3d-particles3d-customselectionbox-qml.html" status="active" subtype="file" title="" fulltitle="CustomSelectionBox.qml Example File" subtitle="particles3d/CustomSelectionBox.qml"/>
            <page name="particles3d/CustomSlider.qml" href="qtquick3d-particles3d-customslider-qml.html" status="active" subtype="file" title="" fulltitle="CustomSlider.qml Example File" subtitle="particles3d/CustomSlider.qml"/>
            <page name="particles3d/DynamicBursts.qml" href="qtquick3d-particles3d-dynamicbursts-qml.html" status="active" subtype="file" title="" fulltitle="DynamicBursts.qml Example File" subtitle="particles3d/DynamicBursts.qml"/>
            <page name="particles3d/EmitAndBurst.qml" href="qtquick3d-particles3d-emitandburst-qml.html" status="active" subtype="file" title="" fulltitle="EmitAndBurst.qml Example File" subtitle="particles3d/EmitAndBurst.qml"/>
            <page name="particles3d/EmitterCustomShapes.qml" href="qtquick3d-particles3d-emittercustomshapes-qml.html" status="active" subtype="file" title="" fulltitle="EmitterCustomShapes.qml Example File" subtitle="particles3d/EmitterCustomShapes.qml"/>
            <page name="particles3d/EmitterShapes.qml" href="qtquick3d-particles3d-emittershapes-qml.html" status="active" subtype="file" title="" fulltitle="EmitterShapes.qml Example File" subtitle="particles3d/EmitterShapes.qml"/>
            <page name="particles3d/FadingInOut.qml" href="qtquick3d-particles3d-fadinginout-qml.html" status="active" subtype="file" title="" fulltitle="FadingInOut.qml Example File" subtitle="particles3d/FadingInOut.qml"/>
            <page name="particles3d/Fire.qml" href="qtquick3d-particles3d-fire-qml.html" status="active" subtype="file" title="" fulltitle="Fire.qml Example File" subtitle="particles3d/Fire.qml"/>
            <page name="particles3d/HeartTrail.qml" href="qtquick3d-particles3d-hearttrail-qml.html" status="active" subtype="file" title="" fulltitle="HeartTrail.qml Example File" subtitle="particles3d/HeartTrail.qml"/>
            <page name="particles3d/Lights.qml" href="qtquick3d-particles3d-lights-qml.html" status="active" subtype="file" title="" fulltitle="Lights.qml Example File" subtitle="particles3d/Lights.qml"/>
            <page name="particles3d/LineParticles.qml" href="qtquick3d-particles3d-lineparticles-qml.html" status="active" subtype="file" title="" fulltitle="LineParticles.qml Example File" subtitle="particles3d/LineParticles.qml"/>
            <page name="particles3d/LoggingView.qml" href="qtquick3d-particles3d-loggingview-qml.html" status="active" subtype="file" title="" fulltitle="LoggingView.qml Example File" subtitle="particles3d/LoggingView.qml"/>
            <page name="particles3d/ModelBlendParticles.qml" href="qtquick3d-particles3d-modelblendparticles-qml.html" status="active" subtype="file" title="" fulltitle="ModelBlendParticles.qml Example File" subtitle="particles3d/ModelBlendParticles.qml"/>
            <page name="particles3d/ModelShape.qml" href="qtquick3d-particles3d-modelshape-qml.html" status="active" subtype="file" title="" fulltitle="ModelShape.qml Example File" subtitle="particles3d/ModelShape.qml"/>
            <page name="particles3d/OceanSpider.qml" href="qtquick3d-particles3d-oceanspider-qml.html" status="active" subtype="file" title="" fulltitle="OceanSpider.qml Example File" subtitle="particles3d/OceanSpider.qml"/>
            <page name="particles3d/QtLogoAnimation.qml" href="qtquick3d-particles3d-qtlogoanimation-qml.html" status="active" subtype="file" title="" fulltitle="QtLogoAnimation.qml Example File" subtitle="particles3d/QtLogoAnimation.qml"/>
            <page name="particles3d/SettingsView.qml" href="qtquick3d-particles3d-settingsview-qml.html" status="active" subtype="file" title="" fulltitle="SettingsView.qml Example File" subtitle="particles3d/SettingsView.qml"/>
            <page name="particles3d/Snowing.qml" href="qtquick3d-particles3d-snowing-qml.html" status="active" subtype="file" title="" fulltitle="Snowing.qml Example File" subtitle="particles3d/Snowing.qml"/>
            <page name="particles3d/Sorting.qml" href="qtquick3d-particles3d-sorting-qml.html" status="active" subtype="file" title="" fulltitle="Sorting.qml Example File" subtitle="particles3d/Sorting.qml"/>
            <page name="particles3d/Speedometer.qml" href="qtquick3d-particles3d-speedometer-qml.html" status="active" subtype="file" title="" fulltitle="Speedometer.qml Example File" subtitle="particles3d/Speedometer.qml"/>
            <page name="particles3d/StartupView.qml" href="qtquick3d-particles3d-startupview-qml.html" status="active" subtype="file" title="" fulltitle="StartupView.qml Example File" subtitle="particles3d/StartupView.qml"/>
            <page name="particles3d/SystemPlayPause.qml" href="qtquick3d-particles3d-systemplaypause-qml.html" status="active" subtype="file" title="" fulltitle="SystemPlayPause.qml Example File" subtitle="particles3d/SystemPlayPause.qml"/>
            <page name="particles3d/TrailEmitterBurst.qml" href="qtquick3d-particles3d-trailemitterburst-qml.html" status="active" subtype="file" title="" fulltitle="TrailEmitterBurst.qml Example File" subtitle="particles3d/TrailEmitterBurst.qml"/>
            <page name="particles3d/main.qml" href="qtquick3d-particles3d-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="particles3d/main.qml"/>
            <page name="particles3d/main.cpp" href="qtquick3d-particles3d-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="particles3d/main.cpp"/>
            <page name="particles3d/CMakeLists.txt" href="qtquick3d-particles3d-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="particles3d/CMakeLists.txt"/>
            <page name="particles3d/particles3d.pro" href="qtquick3d-particles3d-particles3d-pro.html" status="active" subtype="file" title="" fulltitle="particles3d.pro Example File" subtitle="particles3d/particles3d.pro"/>
            <page name="particles3d/qml.qrc" href="qtquick3d-particles3d-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="particles3d/qml.qrc"/>
            <page name="particles3d/qmldir" href="qtquick3d-particles3d-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="particles3d/qmldir"/>
            <page name="particles3d/images/arrow_icon.png" href="qtquick3d-particles3d-images-arrow-icon-png.html" status="active" subtype="image" title="" fulltitle="arrow_icon.png Image File" subtitle="particles3d/images/arrow_icon.png"/>
            <page name="particles3d/images/bear_black.png" href="qtquick3d-particles3d-images-bear-black-png.html" status="active" subtype="image" title="" fulltitle="bear_black.png Image File" subtitle="particles3d/images/bear_black.png"/>
            <page name="particles3d/images/colorTable.png" href="qtquick3d-particles3d-images-colortable-png.html" status="active" subtype="image" title="" fulltitle="colorTable.png Image File" subtitle="particles3d/images/colorTable.png"/>
            <page name="particles3d/images/color_table2.png" href="qtquick3d-particles3d-images-color-table2-png.html" status="active" subtype="image" title="" fulltitle="color_table2.png Image File" subtitle="particles3d/images/color_table2.png"/>
            <page name="particles3d/images/color_table3.png" href="qtquick3d-particles3d-images-color-table3-png.html" status="active" subtype="image" title="" fulltitle="color_table3.png Image File" subtitle="particles3d/images/color_table3.png"/>
            <page name="particles3d/images/color_table4.png" href="qtquick3d-particles3d-images-color-table4-png.html" status="active" subtype="image" title="" fulltitle="color_table4.png Image File" subtitle="particles3d/images/color_table4.png"/>
            <page name="particles3d/images/color_table5.png" href="qtquick3d-particles3d-images-color-table5-png.html" status="active" subtype="image" title="" fulltitle="color_table5.png Image File" subtitle="particles3d/images/color_table5.png"/>
            <page name="particles3d/images/dot.png" href="qtquick3d-particles3d-images-dot-png.html" status="active" subtype="image" title="" fulltitle="dot.png Image File" subtitle="particles3d/images/dot.png"/>
            <page name="particles3d/images/dust.png" href="qtquick3d-particles3d-images-dust-png.html" status="active" subtype="image" title="" fulltitle="dust.png Image File" subtitle="particles3d/images/dust.png"/>
            <page name="particles3d/images/explosion_01_strip13.png" href="qtquick3d-particles3d-images-explosion-01-strip13-png.html" status="active" subtype="image" title="" fulltitle="explosion_01_strip13.png Image File" subtitle="particles3d/images/explosion_01_strip13.png"/>
            <page name="particles3d/images/icon_interval.png" href="qtquick3d-particles3d-images-icon-interval-png.html" status="active" subtype="image" title="" fulltitle="icon_interval.png Image File" subtitle="particles3d/images/icon_interval.png"/>
            <page name="particles3d/images/icon_logging.png" href="qtquick3d-particles3d-images-icon-logging-png.html" status="active" subtype="image" title="" fulltitle="icon_logging.png Image File" subtitle="particles3d/images/icon_logging.png"/>
            <page name="particles3d/images/icon_pause.png" href="qtquick3d-particles3d-images-icon-pause-png.html" status="active" subtype="image" title="" fulltitle="icon_pause.png Image File" subtitle="particles3d/images/icon_pause.png"/>
            <page name="particles3d/images/icon_play.png" href="qtquick3d-particles3d-images-icon-play-png.html" status="active" subtype="image" title="" fulltitle="icon_play.png Image File" subtitle="particles3d/images/icon_play.png"/>
            <page name="particles3d/images/icon_settings.png" href="qtquick3d-particles3d-images-icon-settings-png.html" status="active" subtype="image" title="" fulltitle="icon_settings.png Image File" subtitle="particles3d/images/icon_settings.png"/>
            <page name="particles3d/images/leather_n.png" href="qtquick3d-particles3d-images-leather-n-png.html" status="active" subtype="image" title="" fulltitle="leather_n.png Image File" subtitle="particles3d/images/leather_n.png"/>
            <page name="particles3d/images/qt_logo.png" href="qtquick3d-particles3d-images-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt_logo.png Image File" subtitle="particles3d/images/qt_logo.png"/>
            <page name="particles3d/images/qt_logo2.png" href="qtquick3d-particles3d-images-qt-logo2-png.html" status="active" subtype="image" title="" fulltitle="qt_logo2.png Image File" subtitle="particles3d/images/qt_logo2.png"/>
            <page name="particles3d/images/qt_logo2_n.png" href="qtquick3d-particles3d-images-qt-logo2-n-png.html" status="active" subtype="image" title="" fulltitle="qt_logo2_n.png Image File" subtitle="particles3d/images/qt_logo2_n.png"/>
            <page name="particles3d/images/smoke.png" href="qtquick3d-particles3d-images-smoke-png.html" status="active" subtype="image" title="" fulltitle="smoke.png Image File" subtitle="particles3d/images/smoke.png"/>
            <page name="particles3d/images/smoke_sprite.png" href="qtquick3d-particles3d-images-smoke-sprite-png.html" status="active" subtype="image" title="" fulltitle="smoke_sprite.png Image File" subtitle="particles3d/images/smoke_sprite.png"/>
            <page name="particles3d/images/snowflake.png" href="qtquick3d-particles3d-images-snowflake-png.html" status="active" subtype="image" title="" fulltitle="snowflake.png Image File" subtitle="particles3d/images/snowflake.png"/>
            <page name="particles3d/images/speedometer_labels.png" href="qtquick3d-particles3d-images-speedometer-labels-png.html" status="active" subtype="image" title="" fulltitle="speedometer_labels.png Image File" subtitle="particles3d/images/speedometer_labels.png"/>
            <page name="particles3d/images/sphere.png" href="qtquick3d-particles3d-images-sphere-png.html" status="active" subtype="image" title="" fulltitle="sphere.png Image File" subtitle="particles3d/images/sphere.png"/>
            <page name="particles3d/images/sprite_09.png" href="qtquick3d-particles3d-images-sprite-09-png.html" status="active" subtype="image" title="" fulltitle="sprite_09.png Image File" subtitle="particles3d/images/sprite_09.png"/>
            <page name="particles3d/images/star.png" href="qtquick3d-particles3d-images-star-png.html" status="active" subtype="image" title="" fulltitle="star.png Image File" subtitle="particles3d/images/star.png"/>
            <page name="particles3d/images/star2.png" href="qtquick3d-particles3d-images-star2-png.html" status="active" subtype="image" title="" fulltitle="star2.png Image File" subtitle="particles3d/images/star2.png"/>
            <page name="particles3d/images/star3.png" href="qtquick3d-particles3d-images-star3-png.html" status="active" subtype="image" title="" fulltitle="star3.png Image File" subtitle="particles3d/images/star3.png"/>
        </page>
        <page name="picking" href="qtquick3d-picking-example.html" status="active" location="qtquick3d-examples-picking.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Picking example" fulltitle="Qt Quick 3D - Picking example" subtitle="" brief="Demonstrates picking of models">
            <contents name="making-model-pickable" title="Making Model Pickable" level="1"/>
            <contents name="getting-pick-results" title="Getting Pick Results" level="1"/>
            <page name="picking/main.qml" href="qtquick3d-picking-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="picking/main.qml"/>
            <page name="picking/main.cpp" href="qtquick3d-picking-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="picking/main.cpp"/>
            <page name="picking/CMakeLists.txt" href="qtquick3d-picking-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="picking/CMakeLists.txt"/>
            <page name="picking/materials.qrc" href="qtquick3d-picking-materials-qrc.html" status="active" subtype="file" title="" fulltitle="materials.qrc Example File" subtitle="picking/materials.qrc"/>
            <page name="picking/picking.pro" href="qtquick3d-picking-picking-pro.html" status="active" subtype="file" title="" fulltitle="picking.pro Example File" subtitle="picking/picking.pro"/>
            <page name="picking/qml.qrc" href="qtquick3d-picking-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="picking/qml.qrc"/>
            <page name="picking/maps/roughness.jpg" href="qtquick3d-picking-maps-roughness-jpg.html" status="active" subtype="image" title="" fulltitle="roughness.jpg Image File" subtitle="picking/maps/roughness.jpg"/>
        </page>
        <page name="principledmaterial" href="qtquick3d-principledmaterial-example.html" status="active" location="qtquick3d-examples-principledmaterial.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Principled Material Example" fulltitle="Qt Quick 3D - Principled Material Example" subtitle="" brief="Demonstrates the use of Principled Material">
            <contents name="usage" title="Usage" level="1"/>
            <contents name="specularglossymaterial" title="SpecularGlossyMaterial" level="1"/>
            <contents name="resource-loader" title="Resource Loader" level="1"/>
            <page name="principledmaterial/AlphaPane.qml" href="qtquick3d-principledmaterial-alphapane-qml.html" status="active" subtype="file" title="" fulltitle="AlphaPane.qml Example File" subtitle="principledmaterial/AlphaPane.qml"/>
            <page name="principledmaterial/BackgroundCurtain.qml" href="qtquick3d-principledmaterial-backgroundcurtain-qml.html" status="active" subtype="file" title="" fulltitle="BackgroundCurtain.qml Example File" subtitle="principledmaterial/BackgroundCurtain.qml"/>
            <page name="principledmaterial/BasicsPane.qml" href="qtquick3d-principledmaterial-basicspane-qml.html" status="active" subtype="file" title="" fulltitle="BasicsPane.qml Example File" subtitle="principledmaterial/BasicsPane.qml"/>
            <page name="principledmaterial/ClearcoatPane.qml" href="qtquick3d-principledmaterial-clearcoatpane-qml.html" status="active" subtype="file" title="" fulltitle="ClearcoatPane.qml Example File" subtitle="principledmaterial/ClearcoatPane.qml"/>
            <page name="principledmaterial/DemoPane.qml" href="qtquick3d-principledmaterial-demopane-qml.html" status="active" subtype="file" title="" fulltitle="DemoPane.qml Example File" subtitle="principledmaterial/DemoPane.qml"/>
            <page name="principledmaterial/DetailsPane.qml" href="qtquick3d-principledmaterial-detailspane-qml.html" status="active" subtype="file" title="" fulltitle="DetailsPane.qml Example File" subtitle="principledmaterial/DetailsPane.qml"/>
            <page name="principledmaterial/MarkdownLabel.qml" href="qtquick3d-principledmaterial-markdownlabel-qml.html" status="active" subtype="file" title="" fulltitle="MarkdownLabel.qml Example File" subtitle="principledmaterial/MarkdownLabel.qml"/>
            <page name="principledmaterial/RefractionPane.qml" href="qtquick3d-principledmaterial-refractionpane-qml.html" status="active" subtype="file" title="" fulltitle="RefractionPane.qml Example File" subtitle="principledmaterial/RefractionPane.qml"/>
            <page name="principledmaterial/SpecialPane.qml" href="qtquick3d-principledmaterial-specialpane-qml.html" status="active" subtype="file" title="" fulltitle="SpecialPane.qml Example File" subtitle="principledmaterial/SpecialPane.qml"/>
            <page name="principledmaterial/TextureSourceControl.qml" href="qtquick3d-principledmaterial-texturesourcecontrol-qml.html" status="active" subtype="file" title="" fulltitle="TextureSourceControl.qml Example File" subtitle="principledmaterial/TextureSourceControl.qml"/>
            <page name="principledmaterial/VertexColorMaskFlagsControl.qml" href="qtquick3d-principledmaterial-vertexcolormaskflagscontrol-qml.html" status="active" subtype="file" title="" fulltitle="VertexColorMaskFlagsControl.qml Example File" subtitle="principledmaterial/VertexColorMaskFlagsControl.qml"/>
            <page name="principledmaterial/VertexColorPane.qml" href="qtquick3d-principledmaterial-vertexcolorpane-qml.html" status="active" subtype="file" title="" fulltitle="VertexColorPane.qml Example File" subtitle="principledmaterial/VertexColorPane.qml"/>
            <page name="principledmaterial/VerticalSectionSeparator.qml" href="qtquick3d-principledmaterial-verticalsectionseparator-qml.html" status="active" subtype="file" title="" fulltitle="VerticalSectionSeparator.qml Example File" subtitle="principledmaterial/VerticalSectionSeparator.qml"/>
            <page name="principledmaterial/imagehelper.cpp" href="qtquick3d-principledmaterial-imagehelper-cpp.html" status="active" subtype="file" title="" fulltitle="imagehelper.cpp Example File" subtitle="principledmaterial/imagehelper.cpp"/>
            <page name="principledmaterial/imagehelper.h" href="qtquick3d-principledmaterial-imagehelper-h.html" status="active" subtype="file" title="" fulltitle="imagehelper.h Example File" subtitle="principledmaterial/imagehelper.h"/>
            <page name="principledmaterial/main.qml" href="qtquick3d-principledmaterial-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="principledmaterial/main.qml"/>
            <page name="principledmaterial/main.cpp" href="qtquick3d-principledmaterial-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="principledmaterial/main.cpp"/>
            <page name="principledmaterial/CMakeLists.txt" href="qtquick3d-principledmaterial-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="principledmaterial/CMakeLists.txt"/>
            <page name="principledmaterial/assets.qrc" href="qtquick3d-principledmaterial-assets-qrc.html" status="active" subtype="file" title="" fulltitle="assets.qrc Example File" subtitle="principledmaterial/assets.qrc"/>
            <page name="principledmaterial/principledmaterial.pro" href="qtquick3d-principledmaterial-principledmaterial-pro.html" status="active" subtype="file" title="" fulltitle="principledmaterial.pro Example File" subtitle="principledmaterial/principledmaterial.pro"/>
            <page name="principledmaterial/qml.qrc" href="qtquick3d-principledmaterial-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="principledmaterial/qml.qrc"/>
            <page name="principledmaterial/maps/alpha_gradient.png" href="qtquick3d-principledmaterial-maps-alpha-gradient-png.html" status="active" subtype="image" title="" fulltitle="alpha_gradient.png Image File" subtitle="principledmaterial/maps/alpha_gradient.png"/>
            <page name="principledmaterial/maps/curtain_normal.jpg" href="qtquick3d-principledmaterial-maps-curtain-normal-jpg.html" status="active" subtype="image" title="" fulltitle="curtain_normal.jpg Image File" subtitle="principledmaterial/maps/curtain_normal.jpg"/>
            <page name="principledmaterial/maps/grid.png" href="qtquick3d-principledmaterial-maps-grid-png.html" status="active" subtype="image" title="" fulltitle="grid.png Image File" subtitle="principledmaterial/maps/grid.png"/>
            <page name="principledmaterial/maps/monkey_ao.jpg" href="qtquick3d-principledmaterial-maps-monkey-ao-jpg.html" status="active" subtype="image" title="" fulltitle="monkey_ao.jpg Image File" subtitle="principledmaterial/maps/monkey_ao.jpg"/>
            <page name="principledmaterial/maps/monkey_thickness.jpg" href="qtquick3d-principledmaterial-maps-monkey-thickness-jpg.html" status="active" subtype="image" title="" fulltitle="monkey_thickness.jpg Image File" subtitle="principledmaterial/maps/monkey_thickness.jpg"/>
            <page name="principledmaterial/maps/noise.png" href="qtquick3d-principledmaterial-maps-noise-png.html" status="active" subtype="image" title="" fulltitle="noise.png Image File" subtitle="principledmaterial/maps/noise.png"/>
            <page name="principledmaterial/maps/normal_stamp.png" href="qtquick3d-principledmaterial-maps-normal-stamp-png.html" status="active" subtype="image" title="" fulltitle="normal_stamp.png Image File" subtitle="principledmaterial/maps/normal_stamp.png"/>
            <page name="principledmaterial/maps/small_envmap.jpg" href="qtquick3d-principledmaterial-maps-small-envmap-jpg.html" status="active" subtype="image" title="" fulltitle="small_envmap.jpg Image File" subtitle="principledmaterial/maps/small_envmap.jpg"/>
            <page name="principledmaterial/maps/tilepattern.png" href="qtquick3d-principledmaterial-maps-tilepattern-png.html" status="active" subtype="image" title="" fulltitle="tilepattern.png Image File" subtitle="principledmaterial/maps/tilepattern.png"/>
            <page name="principledmaterial/maps/metallic/basecolor.jpg" href="qtquick3d-principledmaterial-maps-metallic-basecolor-jpg.html" status="active" subtype="image" title="" fulltitle="basecolor.jpg Image File" subtitle="principledmaterial/maps/metallic/basecolor.jpg"/>
            <page name="principledmaterial/maps/metallic/metallic.jpg" href="qtquick3d-principledmaterial-maps-metallic-metallic-jpg.html" status="active" subtype="image" title="" fulltitle="metallic.jpg Image File" subtitle="principledmaterial/maps/metallic/metallic.jpg"/>
            <page name="principledmaterial/maps/metallic/normal.jpg" href="qtquick3d-principledmaterial-maps-metallic-normal-jpg.html" status="active" subtype="image" title="" fulltitle="normal.jpg Image File" subtitle="principledmaterial/maps/metallic/normal.jpg"/>
            <page name="principledmaterial/maps/metallic/roughness.jpg" href="qtquick3d-principledmaterial-maps-metallic-roughness-jpg.html" status="active" subtype="image" title="" fulltitle="roughness.jpg Image File" subtitle="principledmaterial/maps/metallic/roughness.jpg"/>
        </page>
        <page name="proceduraltexture" href="qtquick3d-proceduraltexture-example.html" status="active" location="qtquick3d-examples-proceduraltexture.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Procedural Texture Example" fulltitle="Qt Quick 3D - Procedural Texture Example" subtitle="" brief="Demonstrates how to provide custom texture data from C++ or QML">
            <page name="proceduraltexture/Main.qml" href="qtquick3d-proceduraltexture-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="proceduraltexture/Main.qml"/>
            <page name="proceduraltexture/gradienttexture.cpp" href="qtquick3d-proceduraltexture-gradienttexture-cpp.html" status="active" subtype="file" title="" fulltitle="gradienttexture.cpp Example File" subtitle="proceduraltexture/gradienttexture.cpp"/>
            <page name="proceduraltexture/gradienttexture.h" href="qtquick3d-proceduraltexture-gradienttexture-h.html" status="active" subtype="file" title="" fulltitle="gradienttexture.h Example File" subtitle="proceduraltexture/gradienttexture.h"/>
            <page name="proceduraltexture/main.cpp" href="qtquick3d-proceduraltexture-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="proceduraltexture/main.cpp"/>
            <page name="proceduraltexture/CMakeLists.txt" href="qtquick3d-proceduraltexture-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="proceduraltexture/CMakeLists.txt"/>
            <page name="proceduraltexture/proceduraltexture.pro" href="qtquick3d-proceduraltexture-proceduraltexture-pro.html" status="active" subtype="file" title="" fulltitle="proceduraltexture.pro Example File" subtitle="proceduraltexture/proceduraltexture.pro"/>
            <page name="proceduraltexture/qmldir" href="qtquick3d-proceduraltexture-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="proceduraltexture/qmldir"/>
        </page>
        <page name="quickball" href="qtquick3d-quickball-example.html" status="active" location="qtquick3d-examples-quickball.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Quick Ball Example" fulltitle="Qt Quick 3D - Quick Ball Example" subtitle="" brief="Demonstrates how to create a simple game using Quick3D">
            <page name="quickball/main.qml" href="qtquick3d-quickball-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="quickball/main.qml"/>
            <page name="quickball/main.cpp" href="qtquick3d-quickball-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="quickball/main.cpp"/>
            <page name="quickball/CMakeLists.txt" href="qtquick3d-quickball-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="quickball/CMakeLists.txt"/>
            <page name="quickball/qml.qrc" href="qtquick3d-quickball-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="quickball/qml.qrc"/>
            <page name="quickball/quickball.pro" href="qtquick3d-quickball-quickball-pro.html" status="active" subtype="file" title="" fulltitle="quickball.pro Example File" subtitle="quickball/quickball.pro"/>
            <page name="quickball/images/ball.jpg" href="qtquick3d-quickball-images-ball-jpg.html" status="active" subtype="image" title="" fulltitle="ball.jpg Image File" subtitle="quickball/images/ball.jpg"/>
            <page name="quickball/images/ball_icon.png" href="qtquick3d-quickball-images-ball-icon-png.html" status="active" subtype="image" title="" fulltitle="ball_icon.png Image File" subtitle="quickball/images/ball_icon.png"/>
            <page name="quickball/images/ball_n.jpg" href="qtquick3d-quickball-images-ball-n-jpg.html" status="active" subtype="image" title="" fulltitle="ball_n.jpg Image File" subtitle="quickball/images/ball_n.jpg"/>
            <page name="quickball/images/grass.jpg" href="qtquick3d-quickball-images-grass-jpg.html" status="active" subtype="image" title="" fulltitle="grass.jpg Image File" subtitle="quickball/images/grass.jpg"/>
            <page name="quickball/images/grass_n.jpg" href="qtquick3d-quickball-images-grass-n-jpg.html" status="active" subtype="image" title="" fulltitle="grass_n.jpg Image File" subtitle="quickball/images/grass_n.jpg"/>
            <page name="quickball/images/particle.png" href="qtquick3d-quickball-images-particle-png.html" status="active" subtype="image" title="" fulltitle="particle.png Image File" subtitle="quickball/images/particle.png"/>
            <page name="quickball/images/qt_logo.jpg" href="qtquick3d-quickball-images-qt-logo-jpg.html" status="active" subtype="image" title="" fulltitle="qt_logo.jpg Image File" subtitle="quickball/images/qt_logo.jpg"/>
            <page name="quickball/images/qt_logo_n.jpg" href="qtquick3d-quickball-images-qt-logo-n-jpg.html" status="active" subtype="image" title="" fulltitle="qt_logo_n.jpg Image File" subtitle="quickball/images/qt_logo_n.jpg"/>
            <page name="quickball/images/quickball.png" href="qtquick3d-quickball-images-quickball-png.html" status="active" subtype="image" title="" fulltitle="quickball.png Image File" subtitle="quickball/images/quickball.png"/>
            <page name="quickball/images/sky.jpg" href="qtquick3d-quickball-images-sky-jpg.html" status="active" subtype="image" title="" fulltitle="sky.jpg Image File" subtitle="quickball/images/sky.jpg"/>
        </page>
        <page name="quickitems" href="qtquick3d-quickitems-example.html" status="active" location="qtquick3d-examples-quickitems.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Quick Items Example" fulltitle="Qt Quick 3D - Quick Items Example" subtitle="" brief="Demonstrates the use of Qt Quick Items in Quick 3D scene">
            <contents name="quick-items-in-a-quick-3d-scene" title="Quick Items in a Quick 3D Scene" level="1"/>
            <contents name="the-test-scene" title="The test scene" level="1"/>
            <page name="quickitems/main.qml" href="qtquick3d-quickitems-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="quickitems/main.qml"/>
            <page name="quickitems/main.cpp" href="qtquick3d-quickitems-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="quickitems/main.cpp"/>
            <page name="quickitems/CMakeLists.txt" href="qtquick3d-quickitems-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="quickitems/CMakeLists.txt"/>
            <page name="quickitems/qml.qrc" href="qtquick3d-quickitems-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="quickitems/qml.qrc"/>
            <page name="quickitems/quickitems.pro" href="qtquick3d-quickitems-quickitems-pro.html" status="active" subtype="file" title="" fulltitle="quickitems.pro Example File" subtitle="quickitems/quickitems.pro"/>
            <page name="quickitems/Built_with_Qt_RGB_logo_vertical.png" href="qtquick3d-quickitems-built-with-qt-rgb-logo-vertical-png.html" status="active" subtype="image" title="" fulltitle="Built_with_Qt_RGB_logo_vertical.png Image File" subtitle="quickitems/Built_with_Qt_RGB_logo_vertical.png"/>
        </page>
        <page name="reflectionprobes" href="qtquick3d-reflectionprobes-example.html" status="active" location="reflectionprobes.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Reflection Probes Example" fulltitle="Qt Quick 3D - Reflection Probes Example" subtitle="" brief="Demonstrates the use of reflection probes in Qt Quick 3D">
            <contents name="the-scene" title="The scene" level="1"/>
            <contents name="settings-panel" title="Settings panel" level="1"/>
            <contents name="reflection-map-settings" title="Reflection Map Settings" level="2"/>
            <contents name="reflection-probe-settings" title="Reflection Probe Settings" level="2"/>
            <contents name="particles-settings" title="Particles Settings" level="2"/>
            <contents name="model-settings" title="Model Settings" level="2"/>
            <page name="reflectionprobes/SettingsPanel.qml" href="qtquick3d-reflectionprobes-settingspanel-qml.html" status="active" subtype="file" title="" fulltitle="SettingsPanel.qml Example File" subtitle="reflectionprobes/SettingsPanel.qml"/>
            <page name="reflectionprobes/main.qml" href="qtquick3d-reflectionprobes-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="reflectionprobes/main.qml"/>
            <page name="reflectionprobes/main.cpp" href="qtquick3d-reflectionprobes-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="reflectionprobes/main.cpp"/>
            <page name="reflectionprobes/CMakeLists.txt" href="qtquick3d-reflectionprobes-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="reflectionprobes/CMakeLists.txt"/>
            <page name="reflectionprobes/qml.qrc" href="qtquick3d-reflectionprobes-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="reflectionprobes/qml.qrc"/>
            <page name="reflectionprobes/reflectionprobes.pro" href="qtquick3d-reflectionprobes-reflectionprobes-pro.html" status="active" subtype="file" title="" fulltitle="reflectionprobes.pro Example File" subtitle="reflectionprobes/reflectionprobes.pro"/>
            <page name="reflectionprobes/resources.qrc" href="qtquick3d-reflectionprobes-resources-qrc.html" status="active" subtype="file" title="" fulltitle="resources.qrc Example File" subtitle="reflectionprobes/resources.qrc"/>
            <page name="reflectionprobes/res/icon_settings.png" href="qtquick3d-reflectionprobes-res-icon-settings-png.html" status="active" subtype="image" title="" fulltitle="icon_settings.png Image File" subtitle="reflectionprobes/res/icon_settings.png"/>
            <page name="reflectionprobes/res/snowflake.png" href="qtquick3d-reflectionprobes-res-snowflake-png.html" status="active" subtype="image" title="" fulltitle="snowflake.png Image File" subtitle="reflectionprobes/res/snowflake.png"/>
        </page>
        <page name="runtimeloader" href="qtquick3d-runtimeloader-example.html" status="active" location="qtquick3d-examples-runtimeloader.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - RuntimeLoader Example" fulltitle="Qt Quick 3D - RuntimeLoader Example" subtitle="" brief="Demonstrates how assets can be loaded at runtime">
            <contents name="error-handling" title="Error handling" level="2"/>
            <contents name="moving-the-camera" title="Moving the camera" level="2"/>
            <contents name="instancing" title="Instancing" level="2"/>
            <contents name="material-overrides" title="Material Overrides" level="2"/>
            <page name="runtimeloader/main.qml" href="qtquick3d-runtimeloader-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="runtimeloader/main.qml"/>
            <page name="runtimeloader/main.cpp" href="qtquick3d-runtimeloader-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="runtimeloader/main.cpp"/>
            <page name="runtimeloader/CMakeLists.txt" href="qtquick3d-runtimeloader-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="runtimeloader/CMakeLists.txt"/>
            <page name="runtimeloader/qml.qrc" href="qtquick3d-runtimeloader-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="runtimeloader/qml.qrc"/>
            <page name="runtimeloader/runtimeloader.pro" href="qtquick3d-runtimeloader-runtimeloader-pro.html" status="active" subtype="file" title="" fulltitle="runtimeloader.pro Example File" subtitle="runtimeloader/runtimeloader.pro"/>
        </page>
        <page name="sceneeffects" href="qtquick3d-sceneeffects-example.html" status="active" location="qtquick3d-examples-sceneeffects.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Scene Effects Example" fulltitle="Qt Quick 3D - Scene Effects Example" subtitle="" brief="Demonstrates the use of ExtendedSceneEnvironment">
            <page name="sceneeffects/ColorPicker.qml" href="qtquick3d-sceneeffects-colorpicker-qml.html" status="active" subtype="file" title="" fulltitle="ColorPicker.qml Example File" subtitle="sceneeffects/ColorPicker.qml"/>
            <page name="sceneeffects/SectionLayout.qml" href="qtquick3d-sceneeffects-sectionlayout-qml.html" status="active" subtype="file" title="" fulltitle="SectionLayout.qml Example File" subtitle="sceneeffects/SectionLayout.qml"/>
            <page name="sceneeffects/SettingsPage.qml" href="qtquick3d-sceneeffects-settingspage-qml.html" status="active" subtype="file" title="" fulltitle="SettingsPage.qml Example File" subtitle="sceneeffects/SettingsPage.qml"/>
            <page name="sceneeffects/main.qml" href="qtquick3d-sceneeffects-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="sceneeffects/main.qml"/>
            <page name="sceneeffects/shaders/huesaturation.frag" href="qtquick3d-sceneeffects-shaders-huesaturation-frag.html" status="active" subtype="file" title="" fulltitle="huesaturation.frag Example File" subtitle="sceneeffects/shaders/huesaturation.frag"/>
            <page name="sceneeffects/main.cpp" href="qtquick3d-sceneeffects-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="sceneeffects/main.cpp"/>
            <page name="sceneeffects/CMakeLists.txt" href="qtquick3d-sceneeffects-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="sceneeffects/CMakeLists.txt"/>
            <page name="sceneeffects/assets.qrc" href="qtquick3d-sceneeffects-assets-qrc.html" status="active" subtype="file" title="" fulltitle="assets.qrc Example File" subtitle="sceneeffects/assets.qrc"/>
            <page name="sceneeffects/luts.qrc" href="qtquick3d-sceneeffects-luts-qrc.html" status="active" subtype="file" title="" fulltitle="luts.qrc Example File" subtitle="sceneeffects/luts.qrc"/>
            <page name="sceneeffects/qml.qrc" href="qtquick3d-sceneeffects-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="sceneeffects/qml.qrc"/>
            <page name="sceneeffects/sceneeffects.pro" href="qtquick3d-sceneeffects-sceneeffects-pro.html" status="active" subtype="file" title="" fulltitle="sceneeffects.pro Example File" subtitle="sceneeffects/sceneeffects.pro"/>
            <page name="sceneeffects/images/TreeExpanded.png" href="qtquick3d-sceneeffects-images-treeexpanded-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded.png Image File" subtitle="sceneeffects/images/TreeExpanded.png"/>
            <page name="sceneeffects/images/TreeExpanded@2x.png" href="qtquick3d-sceneeffects-images-treeexpanded-2x-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded@2x.png Image File" subtitle="sceneeffects/images/TreeExpanded@2x.png"/>
            <page name="sceneeffects/images/TreeExpanded@3x.png" href="qtquick3d-sceneeffects-images-treeexpanded-3x-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded@3x.png Image File" subtitle="sceneeffects/images/TreeExpanded@3x.png"/>
            <page name="sceneeffects/images/TreeExpanded@4x.png" href="qtquick3d-sceneeffects-images-treeexpanded-4x-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded@4x.png Image File" subtitle="sceneeffects/images/TreeExpanded@4x.png"/>
            <page name="sceneeffects/images/TreeUnexpanded.png" href="qtquick3d-sceneeffects-images-treeunexpanded-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded.png Image File" subtitle="sceneeffects/images/TreeUnexpanded.png"/>
            <page name="sceneeffects/images/TreeUnexpanded@2x.png" href="qtquick3d-sceneeffects-images-treeunexpanded-2x-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded@2x.png Image File" subtitle="sceneeffects/images/TreeUnexpanded@2x.png"/>
            <page name="sceneeffects/images/TreeUnexpanded@3x.png" href="qtquick3d-sceneeffects-images-treeunexpanded-3x-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded@3x.png Image File" subtitle="sceneeffects/images/TreeUnexpanded@3x.png"/>
            <page name="sceneeffects/images/TreeUnexpanded@4x.png" href="qtquick3d-sceneeffects-images-treeunexpanded-4x-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded@4x.png Image File" subtitle="sceneeffects/images/TreeUnexpanded@4x.png"/>
            <page name="sceneeffects/images/grid_8x8.png" href="qtquick3d-sceneeffects-images-grid-8x8-png.html" status="active" subtype="image" title="" fulltitle="grid_8x8.png Image File" subtitle="sceneeffects/images/grid_8x8.png"/>
            <page name="sceneeffects/luts/grayscale.png" href="qtquick3d-sceneeffects-luts-grayscale-png.html" status="active" subtype="image" title="" fulltitle="grayscale.png Image File" subtitle="sceneeffects/luts/grayscale.png"/>
            <page name="sceneeffects/luts/identity.png" href="qtquick3d-sceneeffects-luts-identity-png.html" status="active" subtype="image" title="" fulltitle="identity.png Image File" subtitle="sceneeffects/luts/identity.png"/>
            <page name="sceneeffects/luts/inverted.png" href="qtquick3d-sceneeffects-luts-inverted-png.html" status="active" subtype="image" title="" fulltitle="inverted.png Image File" subtitle="sceneeffects/luts/inverted.png"/>
        </page>
        <page name="screenspacereflections" href="qtquick3d-screenspacereflections-example.html" status="active" location="screenspacereflections.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Screen Space Reflections Example" fulltitle="Qt Quick 3D - Screen Space Reflections Example" subtitle="" brief="Demonstrates reflections in Qt Quick 3D">
            <contents name="shader-code" title="Shader Code" level="1"/>
            <contents name="helper-functions" title="Helper functions" level="1"/>
            <page name="screenspacereflections/ScreenSpaceReflections.qml" href="qtquick3d-screenspacereflections-screenspacereflections-qml.html" status="active" subtype="file" title="" fulltitle="ScreenSpaceReflections.qml Example File" subtitle="screenspacereflections/ScreenSpaceReflections.qml"/>
            <page name="screenspacereflections/main.qml" href="qtquick3d-screenspacereflections-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="screenspacereflections/main.qml"/>
            <page name="screenspacereflections/material_screenspacereflections.frag" href="qtquick3d-screenspacereflections-material-screenspacereflections-frag.html" status="active" subtype="file" title="" fulltitle="material_screenspacereflections.frag Example File" subtitle="screenspacereflections/material_screenspacereflections.frag"/>
            <page name="screenspacereflections/main.cpp" href="qtquick3d-screenspacereflections-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="screenspacereflections/main.cpp"/>
            <page name="screenspacereflections/CMakeLists.txt" href="qtquick3d-screenspacereflections-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="screenspacereflections/CMakeLists.txt"/>
            <page name="screenspacereflections/materials.qrc" href="qtquick3d-screenspacereflections-materials-qrc.html" status="active" subtype="file" title="" fulltitle="materials.qrc Example File" subtitle="screenspacereflections/materials.qrc"/>
            <page name="screenspacereflections/qml.qrc" href="qtquick3d-screenspacereflections-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="screenspacereflections/qml.qrc"/>
            <page name="screenspacereflections/screenspacereflections.pro" href="qtquick3d-screenspacereflections-screenspacereflections-pro.html" status="active" subtype="file" title="" fulltitle="screenspacereflections.pro Example File" subtitle="screenspacereflections/screenspacereflections.pro"/>
            <page name="screenspacereflections/qt_logo_rect.png" href="qtquick3d-screenspacereflections-qt-logo-rect-png.html" status="active" subtype="image" title="" fulltitle="qt_logo_rect.png Image File" subtitle="screenspacereflections/qt_logo_rect.png"/>
        </page>
        <page name="simplefog" href="qtquick3d-simplefog-example.html" status="active" location="simplefog.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Simple Fog Example" fulltitle="Qt Quick 3D - Simple Fog Example" subtitle="" brief="Demonstrates how to enable fog in the 3D scene">
            <page name="simplefog/main.qml" href="qtquick3d-simplefog-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="simplefog/main.qml"/>
            <page name="simplefog/main.cpp" href="qtquick3d-simplefog-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="simplefog/main.cpp"/>
            <page name="simplefog/CMakeLists.txt" href="qtquick3d-simplefog-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="simplefog/CMakeLists.txt"/>
            <page name="simplefog/qml.qrc" href="qtquick3d-simplefog-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="simplefog/qml.qrc"/>
            <page name="simplefog/simplefog.pro" href="qtquick3d-simplefog-simplefog-pro.html" status="active" subtype="file" title="" fulltitle="simplefog.pro Example File" subtitle="simplefog/simplefog.pro"/>
        </page>
        <page name="skinning" href="qtquick3d-skinning-example.html" status="active" location="skinning.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Simple Skinning Example" fulltitle="Qt Quick 3D - Simple Skinning Example" subtitle="" brief="Demonstrates how to render a simple skinning animation in Qt Quick 3D">
            <contents name="make-a-skinning-geometry" title="Make a skinning geometry." level="1"/>
            <contents name="set-up-skinned-data-in-qml" title="Set up skinned data in QML" level="1"/>
            <contents name="position-data-and-indexes" title="Position data and indexes" level="2"/>
            <contents name="joints-and-weights-data" title="Joints and weights data" level="2"/>
            <contents name="skeleton-and-joint-hierarchy" title="Skeleton and Joint hierarchy" level="2"/>
            <contents name="placing-models-using-inversebindposes" title="Placing models using inverseBindPoses" level="2"/>
            <contents name="animate-with-joint-nodes" title="Animate with Joint nodes" level="1"/>
            <contents name="a-more-complete-approach-to-skinning" title="A more complete approach to skinning" level="1"/>
            <page name="skinning/SimpleSkinning.qml" href="qtquick3d-skinning-simpleskinning-qml.html" status="active" subtype="file" title="" fulltitle="SimpleSkinning.qml Example File" subtitle="skinning/SimpleSkinning.qml"/>
            <page name="skinning/SimpleSkinningNew.qml" href="qtquick3d-skinning-simpleskinningnew-qml.html" status="active" subtype="file" title="" fulltitle="SimpleSkinningNew.qml Example File" subtitle="skinning/SimpleSkinningNew.qml"/>
            <page name="skinning/main.qml" href="qtquick3d-skinning-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="skinning/main.qml"/>
            <page name="skinning/skingeometry.cpp" href="qtquick3d-skinning-skingeometry-cpp.html" status="active" subtype="file" title="" fulltitle="skingeometry.cpp Example File" subtitle="skinning/skingeometry.cpp"/>
            <page name="skinning/skingeometry.h" href="qtquick3d-skinning-skingeometry-h.html" status="active" subtype="file" title="" fulltitle="skingeometry.h Example File" subtitle="skinning/skingeometry.h"/>
            <page name="skinning/main.cpp" href="qtquick3d-skinning-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="skinning/main.cpp"/>
            <page name="skinning/CMakeLists.txt" href="qtquick3d-skinning-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="skinning/CMakeLists.txt"/>
            <page name="skinning/qml.qrc" href="qtquick3d-skinning-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="skinning/qml.qrc"/>
            <page name="skinning/skinning.pro" href="qtquick3d-skinning-skinning-pro.html" status="active" subtype="file" title="" fulltitle="skinning.pro Example File" subtitle="skinning/skinning.pro"/>
        </page>
        <page name="extensions/stenciloutline" href="qtquick3d-extensions-stenciloutline-example.html" status="active" location="qtquick3d-examples-outline_extension.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Stencil Outline Extension Example" fulltitle="Qt Quick 3D - Stencil Outline Extension Example" subtitle="" brief="Demonstrates how the QtQuick3D Render Extension can be used to implement stencil outlining">
            <page name="extensions/stenciloutline/ColorPicker.qml" href="qtquick3d-extensions-stenciloutline-colorpicker-qml.html" status="active" subtype="file" title="" fulltitle="ColorPicker.qml Example File" subtitle="extensions/stenciloutline/ColorPicker.qml"/>
            <page name="extensions/stenciloutline/Main.qml" href="qtquick3d-extensions-stenciloutline-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="extensions/stenciloutline/Main.qml"/>
            <page name="extensions/stenciloutline/SectionLayout.qml" href="qtquick3d-extensions-stenciloutline-sectionlayout-qml.html" status="active" subtype="file" title="" fulltitle="SectionLayout.qml Example File" subtitle="extensions/stenciloutline/SectionLayout.qml"/>
            <page name="extensions/stenciloutline/outlinerenderextension.cpp" href="qtquick3d-extensions-stenciloutline-outlinerenderextension-cpp.html" status="active" subtype="file" title="" fulltitle="outlinerenderextension.cpp Example File" subtitle="extensions/stenciloutline/outlinerenderextension.cpp"/>
            <page name="extensions/stenciloutline/outlinerenderextension.h" href="qtquick3d-extensions-stenciloutline-outlinerenderextension-h.html" status="active" subtype="file" title="" fulltitle="outlinerenderextension.h Example File" subtitle="extensions/stenciloutline/outlinerenderextension.h"/>
            <page name="extensions/stenciloutline/shaders/huesaturation.frag" href="qtquick3d-extensions-stenciloutline-shaders-huesaturation-frag.html" status="active" subtype="file" title="" fulltitle="huesaturation.frag Example File" subtitle="extensions/stenciloutline/shaders/huesaturation.frag"/>
            <page name="extensions/stenciloutline/main.cpp" href="qtquick3d-extensions-stenciloutline-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="extensions/stenciloutline/main.cpp"/>
            <page name="extensions/stenciloutline/CMakeLists.txt" href="qtquick3d-extensions-stenciloutline-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="extensions/stenciloutline/CMakeLists.txt"/>
            <page name="extensions/stenciloutline/images/TreeExpanded.png" href="qtquick3d-extensions-stenciloutline-images-treeexpanded-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded.png Image File" subtitle="extensions/stenciloutline/images/TreeExpanded.png"/>
            <page name="extensions/stenciloutline/images/TreeExpanded@2x.png" href="qtquick3d-extensions-stenciloutline-images-treeexpanded-2x-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded@2x.png Image File" subtitle="extensions/stenciloutline/images/TreeExpanded@2x.png"/>
            <page name="extensions/stenciloutline/images/TreeExpanded@3x.png" href="qtquick3d-extensions-stenciloutline-images-treeexpanded-3x-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded@3x.png Image File" subtitle="extensions/stenciloutline/images/TreeExpanded@3x.png"/>
            <page name="extensions/stenciloutline/images/TreeExpanded@4x.png" href="qtquick3d-extensions-stenciloutline-images-treeexpanded-4x-png.html" status="active" subtype="image" title="" fulltitle="TreeExpanded@4x.png Image File" subtitle="extensions/stenciloutline/images/TreeExpanded@4x.png"/>
            <page name="extensions/stenciloutline/images/TreeUnexpanded.png" href="qtquick3d-extensions-stenciloutline-images-treeunexpanded-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded.png Image File" subtitle="extensions/stenciloutline/images/TreeUnexpanded.png"/>
            <page name="extensions/stenciloutline/images/TreeUnexpanded@2x.png" href="qtquick3d-extensions-stenciloutline-images-treeunexpanded-2x-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded@2x.png Image File" subtitle="extensions/stenciloutline/images/TreeUnexpanded@2x.png"/>
            <page name="extensions/stenciloutline/images/TreeUnexpanded@3x.png" href="qtquick3d-extensions-stenciloutline-images-treeunexpanded-3x-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded@3x.png Image File" subtitle="extensions/stenciloutline/images/TreeUnexpanded@3x.png"/>
            <page name="extensions/stenciloutline/images/TreeUnexpanded@4x.png" href="qtquick3d-extensions-stenciloutline-images-treeunexpanded-4x-png.html" status="active" subtype="image" title="" fulltitle="TreeUnexpanded@4x.png Image File" subtitle="extensions/stenciloutline/images/TreeUnexpanded@4x.png"/>
            <page name="extensions/stenciloutline/images/grid_8x8.png" href="qtquick3d-extensions-stenciloutline-images-grid-8x8-png.html" status="active" subtype="image" title="" fulltitle="grid_8x8.png Image File" subtitle="extensions/stenciloutline/images/grid_8x8.png"/>
        </page>
        <page name="submeshes" href="qtquick3d-submeshes-example.html" status="active" location="qtquick3d-examples-submeshes.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Sub-mesh Example" fulltitle="Qt Quick 3D - Sub-mesh Example" subtitle="" brief="Demonstrates how assign materials to sub-meshes">
            <contents name="sub-meshes-and-materials" title="Sub-meshes and materials" level="1"/>
            <page name="submeshes/qml/DistortedCube.qml" href="qtquick3d-submeshes-qml-distortedcube-qml.html" status="active" subtype="file" title="" fulltitle="DistortedCube.qml Example File" subtitle="submeshes/qml/DistortedCube.qml"/>
            <page name="submeshes/qml/main.qml" href="qtquick3d-submeshes-qml-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="submeshes/qml/main.qml"/>
            <page name="submeshes/main.cpp" href="qtquick3d-submeshes-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="submeshes/main.cpp"/>
            <page name="submeshes/CMakeLists.txt" href="qtquick3d-submeshes-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="submeshes/CMakeLists.txt"/>
            <page name="submeshes/meshes.qrc" href="qtquick3d-submeshes-meshes-qrc.html" status="active" subtype="file" title="" fulltitle="meshes.qrc Example File" subtitle="submeshes/meshes.qrc"/>
            <page name="submeshes/qml.qrc" href="qtquick3d-submeshes-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="submeshes/qml.qrc"/>
            <page name="submeshes/submeshes.pro" href="qtquick3d-submeshes-submeshes-pro.html" status="active" subtype="file" title="" fulltitle="submeshes.pro Example File" subtitle="submeshes/submeshes.pro"/>
        </page>
        <page name="view3d" href="qtquick3d-view3d-example.html" status="active" location="qtquick3d-examples-view3d.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - View3D Example" fulltitle="Qt Quick 3D - View3D Example" subtitle="" brief="Demonstrates the use of View3D to show a scene from multiple cameras">
            <contents name="defining-the-cameras" title="Defining the Cameras" level="1"/>
            <contents name="adding-the-views" title="Adding the Views" level="1"/>
            <page name="view3d/main.qml" href="qtquick3d-view3d-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="view3d/main.qml"/>
            <page name="view3d/main.cpp" href="qtquick3d-view3d-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="view3d/main.cpp"/>
            <page name="view3d/CMakeLists.txt" href="qtquick3d-view3d-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="view3d/CMakeLists.txt"/>
            <page name="view3d/qml.qrc" href="qtquick3d-view3d-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="view3d/qml.qrc"/>
            <page name="view3d/view3d.pro" href="qtquick3d-view3d-view3d-pro.html" status="active" subtype="file" title="" fulltitle="view3d.pro Example File" subtitle="view3d/view3d.pro"/>
        </page>
        <page name="volumeraycaster" href="qtquick3d-volumeraycaster-example.html" status="active" location="volumeraycaster.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Qt Quick 3D - Volumetric Rendering Example" fulltitle="Qt Quick 3D - Volumetric Rendering Example" subtitle="" brief="Demonstrates how to do volumetric rendering in Qt Quick 3D">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="implementation" title="Implementation" level="1"/>
            <page name="volumeraycaster/ArcballController.qml" href="qtquick3d-volumeraycaster-arcballcontroller-qml.html" status="active" subtype="file" title="" fulltitle="ArcballController.qml Example File" subtitle="volumeraycaster/ArcballController.qml"/>
            <page name="volumeraycaster/Main.qml" href="qtquick3d-volumeraycaster-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="volumeraycaster/Main.qml"/>
            <page name="volumeraycaster/OriginGizmo.qml" href="qtquick3d-volumeraycaster-origingizmo-qml.html" status="active" subtype="file" title="" fulltitle="OriginGizmo.qml Example File" subtitle="volumeraycaster/OriginGizmo.qml"/>
            <page name="volumeraycaster/Spinner.qml" href="qtquick3d-volumeraycaster-spinner-qml.html" status="active" subtype="file" title="" fulltitle="Spinner.qml Example File" subtitle="volumeraycaster/Spinner.qml"/>
            <page name="volumeraycaster/alpha_blending.frag" href="qtquick3d-volumeraycaster-alpha-blending-frag.html" status="active" subtype="file" title="" fulltitle="alpha_blending.frag Example File" subtitle="volumeraycaster/alpha_blending.frag"/>
            <page name="volumeraycaster/alpha_blending.vert" href="qtquick3d-volumeraycaster-alpha-blending-vert.html" status="active" subtype="file" title="" fulltitle="alpha_blending.vert Example File" subtitle="volumeraycaster/alpha_blending.vert"/>
            <page name="volumeraycaster/lineboxgeometry.cpp" href="qtquick3d-volumeraycaster-lineboxgeometry-cpp.html" status="active" subtype="file" title="" fulltitle="lineboxgeometry.cpp Example File" subtitle="volumeraycaster/lineboxgeometry.cpp"/>
            <page name="volumeraycaster/lineboxgeometry.h" href="qtquick3d-volumeraycaster-lineboxgeometry-h.html" status="active" subtype="file" title="" fulltitle="lineboxgeometry.h Example File" subtitle="volumeraycaster/lineboxgeometry.h"/>
            <page name="volumeraycaster/volumetexturedata.cpp" href="qtquick3d-volumeraycaster-volumetexturedata-cpp.html" status="active" subtype="file" title="" fulltitle="volumetexturedata.cpp Example File" subtitle="volumeraycaster/volumetexturedata.cpp"/>
            <page name="volumeraycaster/volumetexturedata.h" href="qtquick3d-volumeraycaster-volumetexturedata-h.html" status="active" subtype="file" title="" fulltitle="volumetexturedata.h Example File" subtitle="volumeraycaster/volumetexturedata.h"/>
            <page name="volumeraycaster/main.cpp" href="qtquick3d-volumeraycaster-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="volumeraycaster/main.cpp"/>
            <page name="volumeraycaster/CMakeLists.txt" href="qtquick3d-volumeraycaster-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="volumeraycaster/CMakeLists.txt"/>
            <page name="volumeraycaster/qmldir" href="qtquick3d-volumeraycaster-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="volumeraycaster/qmldir"/>
            <page name="volumeraycaster/volumeraycaster.pro" href="qtquick3d-volumeraycaster-volumeraycaster-pro.html" status="active" subtype="file" title="" fulltitle="volumeraycaster.pro Example File" subtitle="volumeraycaster/volumeraycaster.pro"/>
            <page name="volumeraycaster/images/circle.png" href="qtquick3d-volumeraycaster-images-circle-png.html" status="active" subtype="image" title="" fulltitle="circle.png Image File" subtitle="volumeraycaster/images/circle.png"/>
            <page name="volumeraycaster/images/colormap-coolwarm.png" href="qtquick3d-volumeraycaster-images-colormap-coolwarm-png.html" status="active" subtype="image" title="" fulltitle="colormap-coolwarm.png Image File" subtitle="volumeraycaster/images/colormap-coolwarm.png"/>
            <page name="volumeraycaster/images/colormap-gist_rainbow.png" href="qtquick3d-volumeraycaster-images-colormap-gist-rainbow-png.html" status="active" subtype="image" title="" fulltitle="colormap-gist_rainbow.png Image File" subtitle="volumeraycaster/images/colormap-gist_rainbow.png"/>
            <page name="volumeraycaster/images/colormap-gnuplot.png" href="qtquick3d-volumeraycaster-images-colormap-gnuplot-png.html" status="active" subtype="image" title="" fulltitle="colormap-gnuplot.png Image File" subtitle="volumeraycaster/images/colormap-gnuplot.png"/>
            <page name="volumeraycaster/images/colormap-plasma.png" href="qtquick3d-volumeraycaster-images-colormap-plasma-png.html" status="active" subtype="image" title="" fulltitle="colormap-plasma.png Image File" subtitle="volumeraycaster/images/colormap-plasma.png"/>
            <page name="volumeraycaster/images/colormap-rainbow.png" href="qtquick3d-volumeraycaster-images-colormap-rainbow-png.html" status="active" subtype="image" title="" fulltitle="colormap-rainbow.png Image File" subtitle="volumeraycaster/images/colormap-rainbow.png"/>
            <page name="volumeraycaster/images/colormap-viridis.png" href="qtquick3d-volumeraycaster-images-colormap-viridis-png.html" status="active" subtype="image" title="" fulltitle="colormap-viridis.png Image File" subtitle="volumeraycaster/images/colormap-viridis.png"/>
        </page>
        <page name="xr_interaction" href="qtquick3d-xr-interaction-example.html" status="active" location="qtquick3d-examples-xrinteraction.qdoc" documented="true" groups="category 3D,qt3dxr-examples,quick3d-examples" subtype="example" title="Qt Quick 3D - XR 3D Interaction example" fulltitle="Qt Quick 3D - XR 3D Interaction example" subtitle="" brief="Demonstrates how to manipulate 3D objects with Qt Quick 3D XR">
            <contents name="controller-input" title="Controller input" level="1"/>
            <contents name="gadgets" title="Gadgets" level="1"/>
            <contents name="reusable-components" title="Reusable components" level="1"/>
            <contents name="tying-it-all-together" title="Tying it all together" level="1"/>
            <page name="xr_interaction/GadgetBox.qml" href="qtquick3d-xr-interaction-gadgetbox-qml.html" status="active" subtype="file" title="" fulltitle="GadgetBox.qml Example File" subtitle="xr_interaction/GadgetBox.qml"/>
            <page name="xr_interaction/Scene.qml" href="qtquick3d-xr-interaction-scene-qml.html" status="active" subtype="file" title="" fulltitle="Scene.qml Example File" subtitle="xr_interaction/Scene.qml"/>
            <page name="xr_interaction/main.qml" href="qtquick3d-xr-interaction-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="xr_interaction/main.qml"/>
            <page name="xr_interaction/android/AndroidManifest.xml" href="qtquick3d-xr-interaction-android-androidmanifest-xml.html" status="active" subtype="file" title="" fulltitle="AndroidManifest.xml Example File" subtitle="xr_interaction/android/AndroidManifest.xml"/>
            <page name="xr_interaction/main.cpp" href="qtquick3d-xr-interaction-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xr_interaction/main.cpp"/>
            <page name="xr_interaction/CMakeLists.txt" href="qtquick3d-xr-interaction-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="xr_interaction/CMakeLists.txt"/>
        </page>
        <page name="xr_freeformteleportation" href="qtquick3d-xr-freeformteleportation-example.html" status="active" location="qtquick3d-examples-xrfreeformteleportation.qdoc" documented="true" groups="category 3D,qt3dxr-examples,quick3d-examples" subtype="example" title="Qt Quick 3D - XR Freeform Teleportation Example" fulltitle="Qt Quick 3D - XR Freeform Teleportation Example" subtitle="" brief="Demonstrates how to implement simple locomotion in Qt Quick 3D XR">
            <contents name="overview" title="Overview" level="1"/>
            <contents name="controls" title="Controls" level="2"/>
            <contents name="implementation" title="Implementation" level="1"/>
            <page name="xr_freeformteleportation/Building.qml" href="qtquick3d-xr-freeformteleportation-building-qml.html" status="active" subtype="file" title="" fulltitle="Building.qml Example File" subtitle="xr_freeformteleportation/Building.qml"/>
            <page name="xr_freeformteleportation/main.qml" href="qtquick3d-xr-freeformteleportation-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="xr_freeformteleportation/main.qml"/>
            <page name="xr_freeformteleportation/android/AndroidManifest.xml" href="qtquick3d-xr-freeformteleportation-android-androidmanifest-xml.html" status="active" subtype="file" title="" fulltitle="AndroidManifest.xml Example File" subtitle="xr_freeformteleportation/android/AndroidManifest.xml"/>
            <page name="xr_freeformteleportation/main.cpp" href="qtquick3d-xr-freeformteleportation-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xr_freeformteleportation/main.cpp"/>
            <page name="xr_freeformteleportation/CMakeLists.txt" href="qtquick3d-xr-freeformteleportation-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="xr_freeformteleportation/CMakeLists.txt"/>
            <page name="xr_freeformteleportation/qml.qrc" href="qtquick3d-xr-freeformteleportation-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="xr_freeformteleportation/qml.qrc"/>
            <page name="xr_freeformteleportation/maps/Tape001_1K_Color.jpg" href="qtquick3d-xr-freeformteleportation-maps-tape001-1k-color-jpg.html" status="active" subtype="image" title="" fulltitle="Tape001_1K_Color.jpg Image File" subtitle="xr_freeformteleportation/maps/Tape001_1K_Color.jpg"/>
            <page name="xr_freeformteleportation/maps/Tape001_1K_NormalGL.jpg" href="qtquick3d-xr-freeformteleportation-maps-tape001-1k-normalgl-jpg.html" status="active" subtype="image" title="" fulltitle="Tape001_1K_NormalGL.jpg Image File" subtitle="xr_freeformteleportation/maps/Tape001_1K_NormalGL.jpg"/>
            <page name="xr_freeformteleportation/maps/Tape001_1K_Roughness.jpg" href="qtquick3d-xr-freeformteleportation-maps-tape001-1k-roughness-jpg.html" status="active" subtype="image" title="" fulltitle="Tape001_1K_Roughness.jpg Image File" subtitle="xr_freeformteleportation/maps/Tape001_1K_Roughness.jpg"/>
            <page name="xr_freeformteleportation/maps/Tiles107_1K_Color.jpg" href="qtquick3d-xr-freeformteleportation-maps-tiles107-1k-color-jpg.html" status="active" subtype="image" title="" fulltitle="Tiles107_1K_Color.jpg Image File" subtitle="xr_freeformteleportation/maps/Tiles107_1K_Color.jpg"/>
            <page name="xr_freeformteleportation/maps/Tiles107_1K_NormalGL.jpg" href="qtquick3d-xr-freeformteleportation-maps-tiles107-1k-normalgl-jpg.html" status="active" subtype="image" title="" fulltitle="Tiles107_1K_NormalGL.jpg Image File" subtitle="xr_freeformteleportation/maps/Tiles107_1K_NormalGL.jpg"/>
            <page name="xr_freeformteleportation/maps/Tiles107_1K_Roughness.jpg" href="qtquick3d-xr-freeformteleportation-maps-tiles107-1k-roughness-jpg.html" status="active" subtype="image" title="" fulltitle="Tiles107_1K_Roughness.jpg Image File" subtitle="xr_freeformteleportation/maps/Tiles107_1K_Roughness.jpg"/>
            <page name="xr_freeformteleportation/maps/Tiles108_1K_Color.jpg" href="qtquick3d-xr-freeformteleportation-maps-tiles108-1k-color-jpg.html" status="active" subtype="image" title="" fulltitle="Tiles108_1K_Color.jpg Image File" subtitle="xr_freeformteleportation/maps/Tiles108_1K_Color.jpg"/>
        </page>
        <page name="xr_simple" href="qtquick3d-xr-simple-example.html" status="active" location="qtquick3d-examples-xrsimple.qdoc" documented="true" groups="category 3D,qt3dxr-examples,quick3d-examples" subtype="example" title="Qt Quick 3D - XR Simple Example" fulltitle="Qt Quick 3D - XR Simple Example" subtitle="" brief="Demonstrates setting up a simple VR scene with Qt Quick 3D XR">
            <page name="xr_simple/main.qml" href="qtquick3d-xr-simple-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="xr_simple/main.qml"/>
            <page name="xr_simple/android/AndroidManifest.xml" href="qtquick3d-xr-simple-android-androidmanifest-xml.html" status="active" subtype="file" title="" fulltitle="AndroidManifest.xml Example File" subtitle="xr_simple/android/AndroidManifest.xml"/>
            <page name="xr_simple/main.cpp" href="qtquick3d-xr-simple-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xr_simple/main.cpp"/>
            <page name="xr_simple/CMakeLists.txt" href="qtquick3d-xr-simple-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="xr_simple/CMakeLists.txt"/>
        </page>
        <page name="xr_input" href="qtquick3d-xr-input-example.html" status="active" location="qtquick3d-examples-xrinput.qdoc" documented="true" groups="category 3D,qt3dxr-examples,quick3d-examples" subtype="example" title="Qt Quick 3D - XR Simple Input Example" fulltitle="Qt Quick 3D - XR Simple Input Example" subtitle="" brief="Demonstrates controller input in Qt Quick 3D XR">
            <contents name="controller-input" title="Controller Input" level="1"/>
            <contents name="xritem" title="XrItem" level="1"/>
            <page name="xr_input/ColorView.qml" href="qtquick3d-xr-input-colorview-qml.html" status="active" subtype="file" title="" fulltitle="ColorView.qml Example File" subtitle="xr_input/ColorView.qml"/>
            <page name="xr_input/ExampleButton.qml" href="qtquick3d-xr-input-examplebutton-qml.html" status="active" subtype="file" title="" fulltitle="ExampleButton.qml Example File" subtitle="xr_input/ExampleButton.qml"/>
            <page name="xr_input/Teacup.qml" href="qtquick3d-xr-input-teacup-qml.html" status="active" subtype="file" title="" fulltitle="Teacup.qml Example File" subtitle="xr_input/Teacup.qml"/>
            <page name="xr_input/main.qml" href="qtquick3d-xr-input-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="xr_input/main.qml"/>
            <page name="xr_input/android/AndroidManifest.xml" href="qtquick3d-xr-input-android-androidmanifest-xml.html" status="active" subtype="file" title="" fulltitle="AndroidManifest.xml Example File" subtitle="xr_input/android/AndroidManifest.xml"/>
            <page name="xr_input/main.cpp" href="qtquick3d-xr-input-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xr_input/main.cpp"/>
            <page name="xr_input/CMakeLists.txt" href="qtquick3d-xr-input-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="xr_input/CMakeLists.txt"/>
        </page>
        <page name="xr_touch" href="qtquick3d-xr-touch-example.html" status="active" location="qtquick3d-examples-xrtouch.qdoc" documented="true" groups="category 3D,qt3dxr-examples,quick3d-examples" subtype="example" title="Qt Quick 3D - XR Simple Touch Example" fulltitle="Qt Quick 3D - XR Simple Touch Example" subtitle="" brief="Demonstrates hand-tracking input in Qt Quick 3D Xr">
            <page name="xr_touch/ExampleButton.qml" href="qtquick3d-xr-touch-examplebutton-qml.html" status="active" subtype="file" title="" fulltitle="ExampleButton.qml Example File" subtitle="xr_touch/ExampleButton.qml"/>
            <page name="xr_touch/Monitor.qml" href="qtquick3d-xr-touch-monitor-qml.html" status="active" subtype="file" title="" fulltitle="Monitor.qml Example File" subtitle="xr_touch/Monitor.qml"/>
            <page name="xr_touch/ScreenContent.qml" href="qtquick3d-xr-touch-screencontent-qml.html" status="active" subtype="file" title="" fulltitle="ScreenContent.qml Example File" subtitle="xr_touch/ScreenContent.qml"/>
            <page name="xr_touch/main.qml" href="qtquick3d-xr-touch-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="xr_touch/main.qml"/>
            <page name="xr_touch/android/AndroidManifest.xml" href="qtquick3d-xr-touch-android-androidmanifest-xml.html" status="active" subtype="file" title="" fulltitle="AndroidManifest.xml Example File" subtitle="xr_touch/android/AndroidManifest.xml"/>
            <page name="xr_touch/main.cpp" href="qtquick3d-xr-touch-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xr_touch/main.cpp"/>
            <page name="xr_touch/CMakeLists.txt" href="qtquick3d-xr-touch-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="xr_touch/CMakeLists.txt"/>
        </page>
        <page name="xr_anchors" href="qtquick3d-xr-anchors-example.html" status="active" location="qtquick3d-examples-xranchors.qdoc" documented="true" groups="category 3D,qt3dxr-examples,quick3d-examples" subtype="example" title="Qt Quick 3D - XR Spatial Anchors Example" fulltitle="Qt Quick 3D - XR Spatial Anchors Example" subtitle="" brief="Demonstrates how to use spatial anchors in Qt Quick 3D XR">
            <page name="xr_anchors/main.qml" href="qtquick3d-xr-anchors-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="xr_anchors/main.qml"/>
            <page name="xr_anchors/android/AndroidManifest.xml" href="qtquick3d-xr-anchors-android-androidmanifest-xml.html" status="active" subtype="file" title="" fulltitle="AndroidManifest.xml Example File" subtitle="xr_anchors/android/AndroidManifest.xml"/>
            <page name="xr_anchors/main.cpp" href="qtquick3d-xr-anchors-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xr_anchors/main.cpp"/>
            <page name="xr_anchors/CMakeLists.txt" href="qtquick3d-xr-anchors-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="xr_anchors/CMakeLists.txt"/>
        </page>
        <page name="qtquick3d-architecture.html" href="qtquick3d-architecture.html" status="active" location="qtquick3d-architecture.qdoc" documented="true" groups="explanations-2dand3dgraphics" subtype="page" title="Qt Quick 3D Architecture" fulltitle="Qt Quick 3D Architecture" subtitle="" brief="An overview of the architecture of Qt Quick 3D">
            <contents name="module-overview" title="Module Overview" level="1"/>
            <contents name="qml-imports" title="QML Imports" level="2"/>
            <contents name="c-libraries" title="C++ Libraries" level="2"/>
            <contents name="assetimporters-plugins" title="AssetImporters Plugins" level="2"/>
            <contents name="how-does-qt-quick-3d-fit-into-the-qt-graphics-stack" title="How does Qt Quick 3D fit into the Qt Graphics Stack" level="1"/>
            <contents name="3d-in-2d-integration" title="3D in 2D Integration" level="1"/>
            <contents name="offscreen" title="Offscreen" level="2"/>
            <contents name="underlay" title="Underlay" level="2"/>
            <contents name="overlay" title="Overlay" level="2"/>
            <contents name="inline" title="Inline" level="2"/>
            <contents name="2d-in-3d-integration" title="2D in 3D Integration" level="1"/>
            <contents name="direct-path" title="Direct Path" level="2"/>
            <contents name="texture-path" title="Texture Path" level="2"/>
            <contents name="scene-synchronization" title="Scene Synchronization" level="1"/>
            <contents name="scene-manager" title="Scene Manager" level="2"/>
            <contents name="frontend-backend-synchronization" title="Frontend/Backend Synchronization" level="2"/>
            <contents name="qt-quick-spatial-scene-graph" title="Qt Quick Spatial Scene Graph" level="2"/>
            <contents name="spatial-objects" title="Spatial Objects" level="3"/>
            <contents name="resource-objects" title="Resource Objects" level="3"/>
            <contents name="view3d-and-render-layers" title="View3D and Render Layers" level="3"/>
            <contents name="scene-rendering" title="Scene Rendering" level="1"/>
            <contents name="set-up-render-target" title="Set up Render Target" level="2"/>
            <contents name="prepare-for-render" title="Prepare for Render" level="2"/>
            <contents name="high-level-render-preparation" title="High level render preparation" level="3"/>
            <contents name="low-level-render-preparation" title="Low Level render preparation" level="3"/>
            <contents name="scene-rendering-scene-rendering-25" title="Scene Rendering" level="2"/>
            <contents name="post-processing" title="Post-Processing" level="2"/>
            <contents name="built-in-post-processing" title="Built-in Post-Processing" level="3"/>
            <contents name="post-processing-effects" title="Post-Processing Effects" level="3"/>
            <contents name="temporal-and-progressive-antialiasing" title="Temporal and Progressive Antialiasing" level="3"/>
            <contents name="super-sampling-antialiasing-ssaa" title="Super Sampling Antialiasing (SSAA)" level="3"/>
        </page>
        <page name="qtquick3d-requirements.html" href="qtquick3d-requirements.html" status="active" location="qtquick3d-requirements.qdoc" documented="true" subtype="page" title="Qt Quick 3D Graphics Requirements" fulltitle="Qt Quick 3D Graphics Requirements" subtitle="" brief="OpenGL requirements and considerations">
            <contents name="supported-graphics-apis-versions-and-shading-languages" title="Supported graphics APIs, versions, and shading languages" level="1"/>
            <contents name="choosing-the-graphics-api" title="Choosing the graphics API" level="2"/>
            <contents name="opengl-specifics" title="OpenGL specifics" level="2"/>
            <contents name="opengl-es-2-0-support" title="OpenGL ES 2.0 support" level="2"/>
        </page>
        <page name="quick3d-asset-intro" href="quick3d-asset-intro.html" status="active" location="qtquick3d-assetintro.qdoc" documented="true" subtype="page" title="Qt Quick 3D Introduction with glTF Assets" fulltitle="Qt Quick 3D Introduction with glTF Assets" subtitle="">
            <contents name="our-skeleton-application" title="Our Skeleton Application" level="1"/>
            <contents name="importing-an-asset" title="Importing an Asset" level="1"/>
            <contents name="importing-via-balsam" title="Importing via balsam" level="2"/>
            <contents name="importing-via-balsamui" title="Importing via balsamui" level="2"/>
            <contents name="making-it-look-better" title="Making it Look Better" level="1"/>
            <contents name="more-light" title="More light" level="2"/>
            <contents name="light-debugging" title="Light debugging" level="2"/>
            <contents name="skybox-and-image-based-lighting" title="Skybox and image-based lighting" level="2"/>
            <contents name="basic-performance-investigations" title="Basic Performance Investigations" level="1"/>
        </page>
        <page name="qtquick3d-lod.html" href="qtquick3d-lod.html" status="active" location="qtquick3d-lod.qdoc" documented="true" subtype="page" title="Qt Quick 3D Level of Detail" fulltitle="Qt Quick 3D Level of Detail" subtitle="" brief="An overview of the usages of Level of Detail in Qt Quick 3D">
            <contents name="level-of-detail-lod" title="Level of Detail (LoD)" level="1"/>
            <contents name="automatic-level-of-detail" title="Automatic Level of Detail" level="1"/>
            <contents name="explicit-level-of-detail" title="Explicit Level of Detail" level="1"/>
        </page>
        <page name="qtquick3d-2d.html" href="qtquick3d-2d.html" status="active" location="qtquick3d-2d.qdoc" documented="true" subtype="page" title="Qt Quick 3D Scenes with 2D Content" fulltitle="Qt Quick 3D Scenes with 2D Content" subtitle="" brief="Embedding Qt Quick items in a 3D scene">
            <contents name="2d-items-in-a-3d-world" title="2D Items in a 3D World" level="1"/>
            <contents name="adding-2d-items-to-3d-nodes" title="Adding 2D Items to 3D Nodes" level="1"/>
            <contents name="coordinate-spaces-in-2d-and-3d" title="Coordinate Spaces in 2D and 3D" level="2"/>
            <contents name="further-considerations" title="Further Considerations" level="2"/>
        </page>
        <page name="qt-quick-3d-xr.html" href="qt-quick-3d-xr.html" status="active" location="qt3dxr.qdoc" documented="true" subtype="page" title="Qt Quick 3D Xr" fulltitle="Qt Quick 3D Xr" subtitle="" brief="Qt Quick 3D Xr module provides APIs for developing XR applications">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="difference-between-qt-quick-3d-and-qt-quick-3d-xr-applications" title="Difference between Qt Quick 3D and Qt Quick 3D Xr applications" level="1"/>
            <contents name="the-entry-point" title="The entry point" level="2"/>
            <contents name="additional-cmake-functions" title="Additional CMake functions" level="2"/>
            <contents name="where-to-go-from-here" title="Where to go from here?" level="1"/>
            <contents name="quick-links" title="Quick Links" level="1"/>
        </page>
        <page name="qt3dxr-examples.html" href="qt3dxr-examples.html" status="active" location="qt3dxr-examples.qdoc" documented="true" subtype="page" title="Qt Quick 3D Xr Examples" fulltitle="Qt Quick 3D Xr Examples" subtitle="" brief="This page lists the examples and information common to them">
            <target name="qt3dxr-app-specifics"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
        </page>
        <page name="qtquick3d-toc.html" href="qtquick3d-toc.html" status="active" location="qtquick3d-toc.qdoc" documented="true" subtype="page" title="Qt Quick 3D module topics" fulltitle="Qt Quick 3D module topics" subtitle=""/>
        <page name="qtquick3d-tool-shadergen.html" href="qtquick3d-tool-shadergen.html" status="active" location="qtquick3d-tool-shadergen.qdoc" documented="true" subtype="page" title="Shadergen Tool" fulltitle="Shadergen Tool" subtitle="" brief="Command line tool for generating Qt Quick 3D material shaders at build-time">
            <contents name="usage" title="Usage" level="1"/>
            <contents name="command-line-arguments" title="Command line arguments" level="2"/>
            <contents name="generated-content" title="Generated content" level="1"/>
            <contents name="dynamic-properties" title="Dynamic properties" level="1"/>
        </page>
        <page name="quick3d-shadow-mapping" href="quick3d-shadow-mapping.html" status="active" location="qtquick3d-shadow-mapping.qdoc" documented="true" subtype="page" title="Shadow Mapping" fulltitle="Shadow Mapping" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="directional-lights" title="Directional Lights" level="1"/>
            <contents name="cascaded-shadow-maps" title="Cascaded Shadow Maps" level="2"/>
            <contents name="point-light" title="Point Light" level="1"/>
            <contents name="spot-light" title="Spot Light" level="1"/>
            <contents name="performance-and-scene-tweaking" title="Performance and scene tweaking" level="1"/>
            <contents name="shadow-bias" title="Shadow bias" level="2"/>
            <contents name="shadowmap-resolution" title="Shadowmap resolution" level="2"/>
            <contents name="soft-shadows-quality" title="Soft shadows quality" level="2"/>
            <contents name="shadowmap-far-distance" title="Shadowmap far distance" level="2"/>
            <contents name="shadowmap-bit-depth" title="Shadowmap bit depth" level="2"/>
        </page>
        <typedef name="QSSGCameraId" href="qtquick3d-qtquick3d-proxy.html#QSSGCameraId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="0" documented="true"/>
        <typedef name="QSSGExtensionId" href="qtquick3d-qtquick3d-proxy.html#QSSGExtensionId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="1" documented="true"/>
        <typedef name="QSSGNodeId" href="qtquick3d-qtquick3d-proxy.html#QSSGNodeId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="2" documented="true"/>
        <typedef name="QSSGPrepContextId" href="qtquick3d-qtquick3d-proxy.html#QSSGPrepContextId-typedef" status="active" access="public" location="qssgrenderhelpers.h" related="3" documented="true"/>
        <typedef name="QSSGPrepResultId" href="qtquick3d-qtquick3d-proxy.html#QSSGPrepResultId-typedef" status="active" access="public" location="qssgrenderhelpers.h" related="4" documented="true"/>
        <typedef name="QSSGRenderablesFilters" status="active" access="public" location="qssgrenderhelpers.h" enum="QSSGRenderablesFilter"/>
        <typedef name="QSSGRenderablesId" href="qtquick3d-qtquick3d-proxy.html#QSSGRenderablesId-typedef" status="active" access="public" location="qssgrenderhelpers.h" related="5" documented="true"/>
        <typedef name="QSSGResourceId" href="qtquick3d-qtquick3d-proxy.html#QSSGResourceId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="6" documented="true"/>
        <qmlclass name="Quaternion" qml-module-name="QtQuick3D" fullname="QtQuick3D.Quaternion" href="qml-qtquick3d-quaternion.html" status="active" access="public" documented="true" title="Quaternion" fulltitle="Quaternion" subtitle="" brief="Provides utility functions for quaternion">
            <function name="fromAxesAndAngles" fullname="QtQuick3D.Quaternion.fromAxesAndAngles" href="qml-qtquick3d-quaternion.html#fromAxesAndAngles-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="vector3d" name="axis1" default=""/>
                <parameter type="real" name="angle1" default=""/>
                <parameter type="vector3d" name="axis2" default=""/>
                <parameter type="real" name="angle2" default=""/>
            </function>
            <function name="fromAxesAndAngles" fullname="QtQuick3D.Quaternion.fromAxesAndAngles" href="qml-qtquick3d-quaternion.html#fromAxesAndAngles-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="vector3d" name="axis1" default=""/>
                <parameter type="real" name="angle1" default=""/>
                <parameter type="vector3d" name="axis2" default=""/>
                <parameter type="real" name="angle2" default=""/>
                <parameter type="vector3d" name="axis3" default=""/>
                <parameter type="real" name="angle3" default=""/>
            </function>
            <function name="fromAxisAndAngle" fullname="QtQuick3D.Quaternion.fromAxisAndAngle" href="qml-qtquick3d-quaternion.html#fromAxisAndAngle-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="vector3d" name="axis" default=""/>
                <parameter type="real" name="angle" default=""/>
            </function>
            <function name="fromAxisAndAngle" fullname="QtQuick3D.Quaternion.fromAxisAndAngle" href="qml-qtquick3d-quaternion.html#fromAxisAndAngle-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="real" name="x" default=""/>
                <parameter type="real" name="y" default=""/>
                <parameter type="real" name="z" default=""/>
                <parameter type="real" name="angle" default=""/>
            </function>
            <function name="fromEulerAngles" fullname="QtQuick3D.Quaternion.fromEulerAngles" href="qml-qtquick3d-quaternion.html#fromEulerAngles-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="vector3d" name="eulerAngles" default=""/>
            </function>
            <function name="fromEulerAngles" fullname="QtQuick3D.Quaternion.fromEulerAngles" href="qml-qtquick3d-quaternion.html#fromEulerAngles-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="real" name="x" default=""/>
                <parameter type="real" name="y" default=""/>
                <parameter type="real" name="z" default=""/>
            </function>
            <function name="lookAt" fullname="QtQuick3D.Quaternion.lookAt" href="qml-qtquick3d-quaternion.html#lookAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="quaternion">
                <parameter type="vector3d" name="sourcePosition" default=""/>
                <parameter type="vector3d" name="targetPosition" default=""/>
                <parameter type="vector3d" name="forwardDirection" default=""/>
                <parameter type="vector3d" name="upDirection" default=""/>
            </function>
        </qmlclass>
        <qmlclass name="QuaternionAnimation" qml-module-name="QtQuick3D" fullname="QtQuick3D.QuaternionAnimation" href="qml-qtquick3d-quaternionanimation.html" status="active" access="public" documented="true" title="QuaternionAnimation" fulltitle="QuaternionAnimation" subtitle="" brief="A PropertyAnimation for quaternions">
            <qmlproperty name="from" fullname="QtQuick3D.QuaternionAnimation.from" href="qml-qtquick3d-quaternionanimation.html#from-prop" status="active" access="public" documented="true" type="quaternion" attached="false" writable="true"/>
            <qmlproperty name="fromXRotation" fullname="QtQuick3D.QuaternionAnimation.fromXRotation" href="qml-qtquick3d-quaternionanimation.html#fromXRotation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fromYRotation" fullname="QtQuick3D.QuaternionAnimation.fromYRotation" href="qml-qtquick3d-quaternionanimation.html#fromYRotation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fromZRotation" fullname="QtQuick3D.QuaternionAnimation.fromZRotation" href="qml-qtquick3d-quaternionanimation.html#fromZRotation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick3D.QuaternionAnimation.to" href="qml-qtquick3d-quaternionanimation.html#to-prop" status="active" access="public" documented="true" type="quaternion" attached="false" writable="true"/>
            <qmlproperty name="toXRotation" fullname="QtQuick3D.QuaternionAnimation.toXRotation" href="qml-qtquick3d-quaternionanimation.html#toXRotation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="toYRotation" fullname="QtQuick3D.QuaternionAnimation.toYRotation" href="qml-qtquick3d-quaternionanimation.html#toYRotation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="toZRotation" fullname="QtQuick3D.QuaternionAnimation.toZRotation" href="qml-qtquick3d-quaternionanimation.html#toZRotation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="type" fullname="QtQuick3D.QuaternionAnimation.type" href="qml-qtquick3d-quaternionanimation.html#type-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RandomInstancing" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Instancing" fullname="QtQuick3D.Helpers.RandomInstancing" href="qml-qtquick3d-helpers-randominstancing.html" status="active" access="public" since="6.2" documented="true" title="RandomInstancing" fulltitle="RandomInstancing" subtitle="" brief="Generates a random instancing table">
            <qmlproperty name="color" fullname="QtQuick3D.Helpers.RandomInstancing.color" href="qml-qtquick3d-helpers-randominstancing.html#color-prop" status="active" access="public" documented="true" type="InstanceRange" attached="false" writable="true"/>
            <qmlproperty name="colorModel" fullname="QtQuick3D.Helpers.RandomInstancing.colorModel" href="qml-qtquick3d-helpers-randominstancing.html#colorModel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="customData" fullname="QtQuick3D.Helpers.RandomInstancing.customData" href="qml-qtquick3d-helpers-randominstancing.html#customData-prop" status="active" access="public" documented="true" type="InstanceRange" attached="false" writable="true"/>
            <qmlproperty name="gridSpacing" fullname="QtQuick3D.Helpers.RandomInstancing.gridSpacing" href="qml-qtquick3d-helpers-randominstancing.html#gridSpacing-prop" status="active" access="public" since="6.9" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="instanceCount" fullname="QtQuick3D.Helpers.RandomInstancing.instanceCount" href="qml-qtquick3d-helpers-randominstancing.html#instanceCount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick3D.Helpers.RandomInstancing.position" href="qml-qtquick3d-helpers-randominstancing.html#position-prop" status="active" access="public" documented="true" type="InstanceRange" attached="false" writable="true"/>
            <qmlproperty name="randomSeed" fullname="QtQuick3D.Helpers.RandomInstancing.randomSeed" href="qml-qtquick3d-helpers-randominstancing.html#randomSeed-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="rotation" fullname="QtQuick3D.Helpers.RandomInstancing.rotation" href="qml-qtquick3d-helpers-randominstancing.html#rotation-prop" status="active" access="public" documented="true" type="InstanceRange" attached="false" writable="true"/>
            <qmlproperty name="scale" fullname="QtQuick3D.Helpers.RandomInstancing.scale" href="qml-qtquick3d-helpers-randominstancing.html#scale-prop" status="active" access="public" documented="true" type="InstanceRange" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ReflectionProbe" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.ReflectionProbe" href="qml-qtquick3d-reflectionprobe.html" status="active" access="public" documented="true" title="ReflectionProbe" fulltitle="ReflectionProbe" subtitle="" brief="Defines a reflection probe in the scene">
            <function name="scheduleUpdate" fullname="QtQuick3D.ReflectionProbe.scheduleUpdate" href="qml-qtquick3d-reflectionprobe.html#scheduleUpdate-method" status="active" access="public" documented="true" meta="qmlmethod"/>
            <qmlproperty name="boxOffset" fullname="QtQuick3D.ReflectionProbe.boxOffset" href="qml-qtquick3d-reflectionprobe.html#boxOffset-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="boxSize" fullname="QtQuick3D.ReflectionProbe.boxSize" href="qml-qtquick3d-reflectionprobe.html#boxSize-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="clearColor" fullname="QtQuick3D.ReflectionProbe.clearColor" href="qml-qtquick3d-reflectionprobe.html#clearColor-prop" status="active" access="public" documented="true" type="Color" attached="false" writable="true"/>
            <qmlproperty name="debugView" fullname="QtQuick3D.ReflectionProbe.debugView" href="qml-qtquick3d-reflectionprobe.html#debugView-prop" status="active" access="public" since="6.4" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="parallaxCorrection" fullname="QtQuick3D.ReflectionProbe.parallaxCorrection" href="qml-qtquick3d-reflectionprobe.html#parallaxCorrection-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="quality" fullname="QtQuick3D.ReflectionProbe.quality" href="qml-qtquick3d-reflectionprobe.html#quality-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="refreshMode" fullname="QtQuick3D.ReflectionProbe.refreshMode" href="qml-qtquick3d-reflectionprobe.html#refreshMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="texture" fullname="QtQuick3D.ReflectionProbe.texture" href="qml-qtquick3d-reflectionprobe.html#texture-prop" status="active" access="public" since="6.5" documented="true" type="CubeMapTexture" attached="false" writable="true"/>
            <qmlproperty name="timeSlicing" fullname="QtQuick3D.ReflectionProbe.timeSlicing" href="qml-qtquick3d-reflectionprobe.html#timeSlicing-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RenderExtension" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.RenderExtension" href="qml-qtquick3d-renderextension.html" status="active" access="public" since="6.7" documented="true" title="RenderExtension" fulltitle="RenderExtension" subtitle="" brief="An uncreatable abstract base type for render extensions"/>
        <qmlclass name="RenderStats" qml-module-name="QtQuick3D" fullname="QtQuick3D.RenderStats" href="qml-qtquick3d-renderstats.html" status="active" access="public" documented="true" title="RenderStats" fulltitle="RenderStats" subtitle="" brief="Provides information of the scene rendering">
            <qmlproperty name="drawCallCount" fullname="QtQuick3D.RenderStats.drawCallCount" href="qml-qtquick3d-renderstats.html#drawCallCount-prop" status="active" access="public" since="6.5" documented="true" type="quint64" attached="false" writable="false"/>
            <qmlproperty name="drawVertexCount" fullname="QtQuick3D.RenderStats.drawVertexCount" href="qml-qtquick3d-renderstats.html#drawVertexCount-prop" status="active" access="public" since="6.5" documented="true" type="quint64" attached="false" writable="false"/>
            <qmlproperty name="effectGenerationTime" fullname="QtQuick3D.RenderStats.effectGenerationTime" href="qml-qtquick3d-renderstats.html#effectGenerationTime-prop" status="active" access="public" since="6.5" documented="true" type="qint64" attached="false" writable="false"/>
            <qmlproperty name="extendedDataCollectionEnabled" fullname="QtQuick3D.RenderStats.extendedDataCollectionEnabled" href="qml-qtquick3d-renderstats.html#extendedDataCollectionEnabled-prop" status="active" access="public" since="6.5" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="fps" fullname="QtQuick3D.RenderStats.fps" href="qml-qtquick3d-renderstats.html#fps-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="frameTime" fullname="QtQuick3D.RenderStats.frameTime" href="qml-qtquick3d-renderstats.html#frameTime-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="graphicsAPIName" fullname="QtQuick3D.RenderStats.graphicsAPIName" href="qml-qtquick3d-renderstats.html#graphicsAPIName-prop" status="active" access="public" since="6.5" documented="true" type="string" attached="false" writable="false"/>
            <qmlproperty name="imageDataSize" fullname="QtQuick3D.RenderStats.imageDataSize" href="qml-qtquick3d-renderstats.html#imageDataSize-prop" status="active" access="public" since="6.5" documented="true" type="quint64" attached="false" writable="false"/>
            <qmlproperty name="lastCompletedGpuTime" fullname="QtQuick3D.RenderStats.lastCompletedGpuTime" href="qml-qtquick3d-renderstats.html#lastCompletedGpuTime-prop" status="active" access="public" since="6.6" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="materialGenerationTime" fullname="QtQuick3D.RenderStats.materialGenerationTime" href="qml-qtquick3d-renderstats.html#materialGenerationTime-prop" status="active" access="public" since="6.5" documented="true" type="qint64" attached="false" writable="false"/>
            <qmlproperty name="maxFrameTime" fullname="QtQuick3D.RenderStats.maxFrameTime" href="qml-qtquick3d-renderstats.html#maxFrameTime-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="meshDataSize" fullname="QtQuick3D.RenderStats.meshDataSize" href="qml-qtquick3d-renderstats.html#meshDataSize-prop" status="active" access="public" since="6.5" documented="true" type="quint64" attached="false" writable="false"/>
            <qmlproperty name="pipelineCount" fullname="QtQuick3D.RenderStats.pipelineCount" href="qml-qtquick3d-renderstats.html#pipelineCount-prop" status="active" access="public" since="6.5" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="pipelineCreationTime" fullname="QtQuick3D.RenderStats.pipelineCreationTime" href="qml-qtquick3d-renderstats.html#pipelineCreationTime-prop" status="active" access="public" since="6.5" documented="true" type="qint64" attached="false" writable="false"/>
            <qmlproperty name="renderPassCount" fullname="QtQuick3D.RenderStats.renderPassCount" href="qml-qtquick3d-renderstats.html#renderPassCount-prop" status="active" access="public" since="6.5" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="renderPrepareTime" fullname="QtQuick3D.RenderStats.renderPrepareTime" href="qml-qtquick3d-renderstats.html#renderPrepareTime-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="renderTime" fullname="QtQuick3D.RenderStats.renderTime" href="qml-qtquick3d-renderstats.html#renderTime-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="syncTime" fullname="QtQuick3D.RenderStats.syncTime" href="qml-qtquick3d-renderstats.html#syncTime-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="vmemAllocCount" fullname="QtQuick3D.RenderStats.vmemAllocCount" href="qml-qtquick3d-renderstats.html#vmemAllocCount-prop" status="active" access="public" since="6.5" documented="true" type="quint32" attached="false" writable="false"/>
            <qmlproperty name="vmemUsedBytes" fullname="QtQuick3D.RenderStats.vmemUsedBytes" href="qml-qtquick3d-renderstats.html#vmemUsedBytes-prop" status="active" access="public" since="6.5" documented="true" type="quint64" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="Repeater3D" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Repeater3D" href="qml-qtquick3d-repeater3d.html" status="active" access="public" documented="true" title="Repeater3D" fulltitle="Repeater3D" subtitle="" brief="Instantiates a number of Node-based components using a provided model">
            <function name="objectAdded" fullname="QtQuick3D.Repeater3D.objectAdded" href="qml-qtquick3d-repeater3d.html#objectAdded-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="int" name="index" default=""/>
                <parameter type="Object3D" name="object" default=""/>
            </function>
            <function name="objectAt" fullname="QtQuick3D.Repeater3D.objectAt" href="qml-qtquick3d-repeater3d.html#objectAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="Object3D">
                <parameter type="" name="index" default=""/>
            </function>
            <function name="objectRemoved" fullname="QtQuick3D.Repeater3D.objectRemoved" href="qml-qtquick3d-repeater3d.html#objectRemoved-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="int" name="index" default=""/>
                <parameter type="Object3D" name="object" default=""/>
            </function>
            <qmlproperty name="count" fullname="QtQuick3D.Repeater3D.count" href="qml-qtquick3d-repeater3d.html#count-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="delegate" fullname="QtQuick3D.Repeater3D.delegate" href="qml-qtquick3d-repeater3d.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="model" fullname="QtQuick3D.Repeater3D.model" href="qml-qtquick3d-repeater3d.html#model-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Repeller3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Affector3D" fullname="QtQuick3D.Particles3D.Repeller3D" href="qml-qtquick3d-particles3d-repeller3d.html" status="active" access="public" since="6.4" documented="true" title="Repeller3D" fulltitle="Repeller3D" subtitle="" brief="Particle repeller">
            <qmlproperty name="outerRadius" fullname="QtQuick3D.Particles3D.Repeller3D.outerRadius" href="qml-qtquick3d-particles3d-repeller3d.html#outerRadius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Particles3D.Repeller3D.radius" href="qml-qtquick3d-particles3d-repeller3d.html#radius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="strength" fullname="QtQuick3D.Particles3D.Repeller3D.strength" href="qml-qtquick3d-particles3d-repeller3d.html#strength-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ResourceLoader" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.ResourceLoader" href="qml-qtquick3d-resourceloader.html" status="active" access="public" documented="true" title="ResourceLoader" fulltitle="ResourceLoader" subtitle="" brief="Allows pre-loading of 3D resources">
            <qmlproperty name="geometries" fullname="QtQuick3D.ResourceLoader.geometries" href="qml-qtquick3d-resourceloader.html#geometries-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::Geometry&gt;" attached="false" writable="true"/>
            <qmlproperty name="meshSources" fullname="QtQuick3D.ResourceLoader.meshSources" href="qml-qtquick3d-resourceloader.html#meshSources-prop" status="active" access="public" documented="true" type="List&lt;url&gt;" attached="false" writable="true"/>
            <qmlproperty name="textures" fullname="QtQuick3D.ResourceLoader.textures" href="qml-qtquick3d-resourceloader.html#textures-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::Texture&gt;" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RuntimeLoader" qml-module-name="QtQuick3D.AssetUtils" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.AssetUtils.RuntimeLoader" href="qml-qtquick3d-assetutils-runtimeloader.html" status="active" access="public" since="6.2" documented="true" title="RuntimeLoader" fulltitle="RuntimeLoader" subtitle="" brief="Imports a 3D asset at runtime">
            <qmlproperty name="bounds" fullname="QtQuick3D.AssetUtils.RuntimeLoader.bounds" href="qml-qtquick3d-assetutils-runtimeloader.html#bounds-prop" status="active" access="public" documented="true" type="Bounds" attached="false" writable="false"/>
            <qmlproperty name="errorString" fullname="QtQuick3D.AssetUtils.RuntimeLoader.errorString" href="qml-qtquick3d-assetutils-runtimeloader.html#errorString-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false"/>
            <qmlproperty name="instancing" fullname="QtQuick3D.AssetUtils.RuntimeLoader.instancing" href="qml-qtquick3d-assetutils-runtimeloader.html#instancing-prop" status="active" access="public" documented="true" type="Instancing" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.AssetUtils.RuntimeLoader.source" href="qml-qtquick3d-assetutils-runtimeloader.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.AssetUtils.RuntimeLoader.status" href="qml-qtquick3d-assetutils-runtimeloader.html#status-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="SCurveTonemap" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.SCurveTonemap" href="qml-qtquick3d-effects-scurvetonemap.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="SCurveTonemap" fulltitle="SCurveTonemap" subtitle="" brief="A tonemapping effect">
            <qmlproperty name="contrastBoost" fullname="QtQuick3D.Effects.SCurveTonemap.contrastBoost" href="qml-qtquick3d-effects-scurvetonemap.html#contrastBoost-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="exposureValue" fullname="QtQuick3D.Effects.SCurveTonemap.exposureValue" href="qml-qtquick3d-effects-scurvetonemap.html#exposureValue-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="gammaValue" fullname="QtQuick3D.Effects.SCurveTonemap.gammaValue" href="qml-qtquick3d-effects-scurvetonemap.html#gammaValue-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="saturationLevel" fullname="QtQuick3D.Effects.SCurveTonemap.saturationLevel" href="qml-qtquick3d-effects-scurvetonemap.html#saturationLevel-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shoulderEmphasis" fullname="QtQuick3D.Effects.SCurveTonemap.shoulderEmphasis" href="qml-qtquick3d-effects-scurvetonemap.html#shoulderEmphasis-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shoulderSlope" fullname="QtQuick3D.Effects.SCurveTonemap.shoulderSlope" href="qml-qtquick3d-effects-scurvetonemap.html#shoulderSlope-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="toeEmphasis" fullname="QtQuick3D.Effects.SCurveTonemap.toeEmphasis" href="qml-qtquick3d-effects-scurvetonemap.html#toeEmphasis-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="toeSlope" fullname="QtQuick3D.Effects.SCurveTonemap.toeSlope" href="qml-qtquick3d-effects-scurvetonemap.html#toeSlope-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="useExposure" fullname="QtQuick3D.Effects.SCurveTonemap.useExposure" href="qml-qtquick3d-effects-scurvetonemap.html#useExposure-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="whitePoint" fullname="QtQuick3D.Effects.SCurveTonemap.whitePoint" href="qml-qtquick3d-effects-scurvetonemap.html#whitePoint-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ScaleAffector3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Affector3D" fullname="QtQuick3D.Particles3D.ScaleAffector3D" href="qml-qtquick3d-particles3d-scaleaffector3d.html" status="active" access="public" since="6.4" documented="true" title="ScaleAffector3D" fulltitle="ScaleAffector3D" subtitle="" brief="Particle scale affector">
            <qmlproperty name="ScalingType" fullname="QtQuick3D.Particles3D.ScaleAffector3D.ScalingType" href="qml-qtquick3d-particles3d-scaleaffector3d.html#ScalingType-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="duration" fullname="QtQuick3D.Particles3D.ScaleAffector3D.duration" href="qml-qtquick3d-particles3d-scaleaffector3d.html#duration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="easingCurve" fullname="QtQuick3D.Particles3D.ScaleAffector3D.easingCurve" href="qml-qtquick3d-particles3d-scaleaffector3d.html#easingCurve-prop" status="active" access="public" documented="true" type="EasingCurve" attached="false" writable="true"/>
            <qmlproperty name="maxSize" fullname="QtQuick3D.Particles3D.ScaleAffector3D.maxSize" href="qml-qtquick3d-particles3d-scaleaffector3d.html#maxSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="minSize" fullname="QtQuick3D.Particles3D.ScaleAffector3D.minSize" href="qml-qtquick3d-particles3d-scaleaffector3d.html#minSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="type" fullname="QtQuick3D.Particles3D.ScaleAffector3D.type" href="qml-qtquick3d-particles3d-scaleaffector3d.html#type-prop" status="active" access="public" documented="true" type="ScalingType" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Scatter" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Scatter" href="qml-qtquick3d-effects-scatter.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Scatter" fulltitle="Scatter" subtitle="" brief="A scatter noise effect">
            <qmlproperty name="amount" fullname="QtQuick3D.Effects.Scatter.amount" href="qml-qtquick3d-effects-scatter.html#amount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="direction" fullname="QtQuick3D.Effects.Scatter.direction" href="qml-qtquick3d-effects-scatter.html#direction-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="noiseSample" fullname="QtQuick3D.Effects.Scatter.noiseSample" href="qml-qtquick3d-effects-scatter.html#noiseSample-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="TextureInput" attached="false" writable="true"/>
            <qmlproperty name="randomize" fullname="QtQuick3D.Effects.Scatter.randomize" href="qml-qtquick3d-effects-scatter.html#randomize-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SceneEnvironment" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.SceneEnvironment" href="qml-qtquick3d-sceneenvironment.html" status="active" access="public" documented="true" title="SceneEnvironment" fulltitle="SceneEnvironment" subtitle="" brief="Lets you configure how a scene is rendered">
            <contents name="feature-overview" title="Feature Overview" level="1"/>
            <qmlproperty name="antialiasingMode" fullname="QtQuick3D.SceneEnvironment.antialiasingMode" href="qml-qtquick3d-sceneenvironment.html#antialiasingMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="antialiasingQuality" fullname="QtQuick3D.SceneEnvironment.antialiasingQuality" href="qml-qtquick3d-sceneenvironment.html#antialiasingQuality-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="aoBias" fullname="QtQuick3D.SceneEnvironment.aoBias" href="qml-qtquick3d-sceneenvironment.html#aoBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="aoDistance" fullname="QtQuick3D.SceneEnvironment.aoDistance" href="qml-qtquick3d-sceneenvironment.html#aoDistance-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="aoDither" fullname="QtQuick3D.SceneEnvironment.aoDither" href="qml-qtquick3d-sceneenvironment.html#aoDither-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="aoEnabled" fullname="QtQuick3D.SceneEnvironment.aoEnabled" href="qml-qtquick3d-sceneenvironment.html#aoEnabled-prop" status="active" access="public" since="6.5" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="aoSampleRate" fullname="QtQuick3D.SceneEnvironment.aoSampleRate" href="qml-qtquick3d-sceneenvironment.html#aoSampleRate-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="aoSoftness" fullname="QtQuick3D.SceneEnvironment.aoSoftness" href="qml-qtquick3d-sceneenvironment.html#aoSoftness-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="aoStrength" fullname="QtQuick3D.SceneEnvironment.aoStrength" href="qml-qtquick3d-sceneenvironment.html#aoStrength-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="backgroundMode" fullname="QtQuick3D.SceneEnvironment.backgroundMode" href="qml-qtquick3d-sceneenvironment.html#backgroundMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearColor" fullname="QtQuick3D.SceneEnvironment.clearColor" href="qml-qtquick3d-sceneenvironment.html#clearColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="debugSettings" fullname="QtQuick3D.SceneEnvironment.debugSettings" href="qml-qtquick3d-sceneenvironment.html#debugSettings-prop" status="active" access="public" since="6.5" documented="true" type="QtQuick3D::DebugSettings" attached="false" writable="true"/>
            <qmlproperty name="depthPrePassEnabled" fullname="QtQuick3D.SceneEnvironment.depthPrePassEnabled" href="qml-qtquick3d-sceneenvironment.html#depthPrePassEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depthTestEnabled" fullname="QtQuick3D.SceneEnvironment.depthTestEnabled" href="qml-qtquick3d-sceneenvironment.html#depthTestEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="effects" fullname="QtQuick3D.SceneEnvironment.effects" href="qml-qtquick3d-sceneenvironment.html#effects-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::Effect&gt;" attached="false" writable="true"/>
            <qmlproperty name="fog" fullname="QtQuick3D.SceneEnvironment.fog" href="qml-qtquick3d-sceneenvironment.html#fog-prop" status="active" access="public" since="6.5" documented="true" type="QtQuick3D::Fog" attached="false" writable="true"/>
            <qmlproperty name="lightProbe" fullname="QtQuick3D.SceneEnvironment.lightProbe" href="qml-qtquick3d-sceneenvironment.html#lightProbe-prop" status="active" access="public" documented="true" type="QtQuick3D::Texture" attached="false" writable="true"/>
            <qmlproperty name="lightmapper" fullname="QtQuick3D.SceneEnvironment.lightmapper" href="qml-qtquick3d-sceneenvironment.html#lightmapper-prop" status="active" access="public" documented="true" type="Lightmapper" attached="false" writable="true"/>
            <qmlproperty name="oitMethod" fullname="QtQuick3D.SceneEnvironment.oitMethod" href="qml-qtquick3d-sceneenvironment.html#oitMethod-prop" status="active" access="public" since="6.9" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="probeExposure" fullname="QtQuick3D.SceneEnvironment.probeExposure" href="qml-qtquick3d-sceneenvironment.html#probeExposure-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="probeHorizon" fullname="QtQuick3D.SceneEnvironment.probeHorizon" href="qml-qtquick3d-sceneenvironment.html#probeHorizon-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="probeOrientation" fullname="QtQuick3D.SceneEnvironment.probeOrientation" href="qml-qtquick3d-sceneenvironment.html#probeOrientation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="scissorRect" fullname="QtQuick3D.SceneEnvironment.scissorRect" href="qml-qtquick3d-sceneenvironment.html#scissorRect-prop" status="active" access="public" since="6.5" documented="true" type="rect" attached="false" writable="true"/>
            <qmlproperty name="skyBoxCubeMap" fullname="QtQuick3D.SceneEnvironment.skyBoxCubeMap" href="qml-qtquick3d-sceneenvironment.html#skyBoxCubeMap-prop" status="active" access="public" since="6.4" documented="true" type="QtQuick3D::CubeMapTexture" attached="false" writable="true"/>
            <qmlproperty name="skyboxBlurAmount" fullname="QtQuick3D.SceneEnvironment.skyboxBlurAmount" href="qml-qtquick3d-sceneenvironment.html#skyboxBlurAmount-prop" status="active" access="public" since="6.4" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="specularAAEnabled" fullname="QtQuick3D.SceneEnvironment.specularAAEnabled" href="qml-qtquick3d-sceneenvironment.html#specularAAEnabled-prop" status="active" access="public" since="6.4" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="temporalAAEnabled" fullname="QtQuick3D.SceneEnvironment.temporalAAEnabled" href="qml-qtquick3d-sceneenvironment.html#temporalAAEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="temporalAAStrength" fullname="QtQuick3D.SceneEnvironment.temporalAAStrength" href="qml-qtquick3d-sceneenvironment.html#temporalAAStrength-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="tonemapMode" fullname="QtQuick3D.SceneEnvironment.tonemapMode" href="qml-qtquick3d-sceneenvironment.html#tonemapMode-prop" status="active" access="public" since="6.0" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SetUniformValue" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Command" fullname="QtQuick3D.SetUniformValue" href="qml-qtquick3d-setuniformvalue.html" status="active" access="public" documented="true" title="SetUniformValue" fulltitle="SetUniformValue" subtitle="" brief="Defines a value to be set during a single pass">
            <qmlproperty name="target" fullname="QtQuick3D.SetUniformValue.target" href="qml-qtquick3d-setuniformvalue.html#target-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="value" fullname="QtQuick3D.SetUniformValue.value" href="qml-qtquick3d-setuniformvalue.html#value-prop" status="active" access="public" documented="true" type="Variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Shader" qml-module-name="QtQuick3D" fullname="QtQuick3D.Shader" href="qml-qtquick3d-shader.html" status="active" access="public" documented="true" title="Shader" fulltitle="Shader" subtitle="" brief="Container component for defining shader code used by post-processing effects">
            <qmlproperty name="shader" fullname="QtQuick3D.Shader.shader" href="qml-qtquick3d-shader.html#shader-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="stage" fullname="QtQuick3D.Shader.stage" href="qml-qtquick3d-shader.html#stage-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Skeleton" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Skeleton" href="qml-qtquick3d-skeleton.html" status="active" access="public" documented="true" title="Skeleton" fulltitle="Skeleton" subtitle="" brief="Defines a skeletal animation hierarchy"/>
        <qmlclass name="Skin" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Skin" href="qml-qtquick3d-skin.html" status="active" access="public" documented="true" title="Skin" fulltitle="Skin" subtitle="" brief="Defines a skinning animation">
            <qmlproperty name="inverseBindPoses" fullname="QtQuick3D.Skin.inverseBindPoses" href="qml-qtquick3d-skin.html#inverseBindPoses-prop" status="active" access="public" documented="true" type="List&lt;matrix4x4&gt;" attached="false" writable="true"/>
            <qmlproperty name="joints" fullname="QtQuick3D.Skin.joints" href="qml-qtquick3d-skin.html#joints-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::Node&gt;" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SpecularGlossyMaterial" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Material" fullname="QtQuick3D.SpecularGlossyMaterial" href="qml-qtquick3d-specularglossymaterial.html" status="active" access="public" documented="true" title="SpecularGlossyMaterial" fulltitle="SpecularGlossyMaterial" subtitle="" brief="Lets you define a material for 3D items using the specular/glossiness workflow">
            <contents name="specular-glossiness-workflow" title="Specular/Glossiness workflow" level="1"/>
            <contents name="specular" title="Specular" level="2"/>
            <contents name="glossiness" title="Glossiness" level="2"/>
            <contents name="albedo" title="Albedo" level="2"/>
            <qmlproperty name="albedoChannel" fullname="QtQuick3D.SpecularGlossyMaterial.albedoChannel" href="qml-qtquick3d-specularglossymaterial.html#albedoChannel-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="albedoColor" fullname="QtQuick3D.SpecularGlossyMaterial.albedoColor" href="qml-qtquick3d-specularglossymaterial.html#albedoColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="albedoMap" fullname="QtQuick3D.SpecularGlossyMaterial.albedoMap" href="qml-qtquick3d-specularglossymaterial.html#albedoMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="albedoSingleChannelEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.albedoSingleChannelEnabled" href="qml-qtquick3d-specularglossymaterial.html#albedoSingleChannelEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="alphaCutoff" fullname="QtQuick3D.SpecularGlossyMaterial.alphaCutoff" href="qml-qtquick3d-specularglossymaterial.html#alphaCutoff-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="alphaMode" fullname="QtQuick3D.SpecularGlossyMaterial.alphaMode" href="qml-qtquick3d-specularglossymaterial.html#alphaMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="attenuationColor" fullname="QtQuick3D.SpecularGlossyMaterial.attenuationColor" href="qml-qtquick3d-specularglossymaterial.html#attenuationColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="attenuationDistance" fullname="QtQuick3D.SpecularGlossyMaterial.attenuationDistance" href="qml-qtquick3d-specularglossymaterial.html#attenuationDistance-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="blendMode" fullname="QtQuick3D.SpecularGlossyMaterial.blendMode" href="qml-qtquick3d-specularglossymaterial.html#blendMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearcoatAmount" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatAmount" href="qml-qtquick3d-specularglossymaterial.html#clearcoatAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatChannel" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatChannel" href="qml-qtquick3d-specularglossymaterial.html#clearcoatChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelBias" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatFresnelBias" href="qml-qtquick3d-specularglossymaterial.html#clearcoatFresnelBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelPower" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatFresnelPower" href="qml-qtquick3d-specularglossymaterial.html#clearcoatFresnelPower-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelScale" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatFresnelScale" href="qml-qtquick3d-specularglossymaterial.html#clearcoatFresnelScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatFresnelScaleBiasEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatFresnelScaleBiasEnabled" href="qml-qtquick3d-specularglossymaterial.html#clearcoatFresnelScaleBiasEnabled-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatMap" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatMap" href="qml-qtquick3d-specularglossymaterial.html#clearcoatMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="clearcoatNormalMap" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatNormalMap" href="qml-qtquick3d-specularglossymaterial.html#clearcoatNormalMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="clearcoatRoughnessAmount" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatRoughnessAmount" href="qml-qtquick3d-specularglossymaterial.html#clearcoatRoughnessAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clearcoatRoughnessChannel" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatRoughnessChannel" href="qml-qtquick3d-specularglossymaterial.html#clearcoatRoughnessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="clearcoatRoughnessMap" fullname="QtQuick3D.SpecularGlossyMaterial.clearcoatRoughnessMap" href="qml-qtquick3d-specularglossymaterial.html#clearcoatRoughnessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="emissiveChannel" fullname="QtQuick3D.SpecularGlossyMaterial.emissiveChannel" href="qml-qtquick3d-specularglossymaterial.html#emissiveChannel-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="emissiveFactor" fullname="QtQuick3D.SpecularGlossyMaterial.emissiveFactor" href="qml-qtquick3d-specularglossymaterial.html#emissiveFactor-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="emissiveMap" fullname="QtQuick3D.SpecularGlossyMaterial.emissiveMap" href="qml-qtquick3d-specularglossymaterial.html#emissiveMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="emissiveSingleChannelEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.emissiveSingleChannelEnabled" href="qml-qtquick3d-specularglossymaterial.html#emissiveSingleChannelEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="fresnelBias" fullname="QtQuick3D.SpecularGlossyMaterial.fresnelBias" href="qml-qtquick3d-specularglossymaterial.html#fresnelBias-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fresnelPower" fullname="QtQuick3D.SpecularGlossyMaterial.fresnelPower" href="qml-qtquick3d-specularglossymaterial.html#fresnelPower-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fresnelScale" fullname="QtQuick3D.SpecularGlossyMaterial.fresnelScale" href="qml-qtquick3d-specularglossymaterial.html#fresnelScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="fresnelScaleBiasEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.fresnelScaleBiasEnabled" href="qml-qtquick3d-specularglossymaterial.html#fresnelScaleBiasEnabled-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glossiness" fullname="QtQuick3D.SpecularGlossyMaterial.glossiness" href="qml-qtquick3d-specularglossymaterial.html#glossiness-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="glossinessChannel" fullname="QtQuick3D.SpecularGlossyMaterial.glossinessChannel" href="qml-qtquick3d-specularglossymaterial.html#glossinessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="glossinessMap" fullname="QtQuick3D.SpecularGlossyMaterial.glossinessMap" href="qml-qtquick3d-specularglossymaterial.html#glossinessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="heightAmount" fullname="QtQuick3D.SpecularGlossyMaterial.heightAmount" href="qml-qtquick3d-specularglossymaterial.html#heightAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="heightChannel" fullname="QtQuick3D.SpecularGlossyMaterial.heightChannel" href="qml-qtquick3d-specularglossymaterial.html#heightChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="heightMap" fullname="QtQuick3D.SpecularGlossyMaterial.heightMap" href="qml-qtquick3d-specularglossymaterial.html#heightMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="invertOpacityMapValue" fullname="QtQuick3D.SpecularGlossyMaterial.invertOpacityMapValue" href="qml-qtquick3d-specularglossymaterial.html#invertOpacityMapValue-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="lighting" fullname="QtQuick3D.SpecularGlossyMaterial.lighting" href="qml-qtquick3d-specularglossymaterial.html#lighting-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="lineWidth" fullname="QtQuick3D.SpecularGlossyMaterial.lineWidth" href="qml-qtquick3d-specularglossymaterial.html#lineWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="maxHeightMapSamples" fullname="QtQuick3D.SpecularGlossyMaterial.maxHeightMapSamples" href="qml-qtquick3d-specularglossymaterial.html#maxHeightMapSamples-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="minHeightMapSamples" fullname="QtQuick3D.SpecularGlossyMaterial.minHeightMapSamples" href="qml-qtquick3d-specularglossymaterial.html#minHeightMapSamples-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="normalMap" fullname="QtQuick3D.SpecularGlossyMaterial.normalMap" href="qml-qtquick3d-specularglossymaterial.html#normalMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="normalStrength" fullname="QtQuick3D.SpecularGlossyMaterial.normalStrength" href="qml-qtquick3d-specularglossymaterial.html#normalStrength-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="occlusionAmount" fullname="QtQuick3D.SpecularGlossyMaterial.occlusionAmount" href="qml-qtquick3d-specularglossymaterial.html#occlusionAmount-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="occlusionChannel" fullname="QtQuick3D.SpecularGlossyMaterial.occlusionChannel" href="qml-qtquick3d-specularglossymaterial.html#occlusionChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="occlusionMap" fullname="QtQuick3D.SpecularGlossyMaterial.occlusionMap" href="qml-qtquick3d-specularglossymaterial.html#occlusionMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="opacity" fullname="QtQuick3D.SpecularGlossyMaterial.opacity" href="qml-qtquick3d-specularglossymaterial.html#opacity-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="opacityChannel" fullname="QtQuick3D.SpecularGlossyMaterial.opacityChannel" href="qml-qtquick3d-specularglossymaterial.html#opacityChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="opacityMap" fullname="QtQuick3D.SpecularGlossyMaterial.opacityMap" href="qml-qtquick3d-specularglossymaterial.html#opacityMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="pointSize" fullname="QtQuick3D.SpecularGlossyMaterial.pointSize" href="qml-qtquick3d-specularglossymaterial.html#pointSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="specularChannel" fullname="QtQuick3D.SpecularGlossyMaterial.specularChannel" href="qml-qtquick3d-specularglossymaterial.html#specularChannel-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="specularColor" fullname="QtQuick3D.SpecularGlossyMaterial.specularColor" href="qml-qtquick3d-specularglossymaterial.html#specularColor-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="specularMap" fullname="QtQuick3D.SpecularGlossyMaterial.specularMap" href="qml-qtquick3d-specularglossymaterial.html#specularMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="specularSingleChannelEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.specularSingleChannelEnabled" href="qml-qtquick3d-specularglossymaterial.html#specularSingleChannelEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="thicknessChannel" fullname="QtQuick3D.SpecularGlossyMaterial.thicknessChannel" href="qml-qtquick3d-specularglossymaterial.html#thicknessChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="thicknessFactor" fullname="QtQuick3D.SpecularGlossyMaterial.thicknessFactor" href="qml-qtquick3d-specularglossymaterial.html#thicknessFactor-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="thicknessMap" fullname="QtQuick3D.SpecularGlossyMaterial.thicknessMap" href="qml-qtquick3d-specularglossymaterial.html#thicknessMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="transmissionChannel" fullname="QtQuick3D.SpecularGlossyMaterial.transmissionChannel" href="qml-qtquick3d-specularglossymaterial.html#transmissionChannel-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="transmissionFactor" fullname="QtQuick3D.SpecularGlossyMaterial.transmissionFactor" href="qml-qtquick3d-specularglossymaterial.html#transmissionFactor-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="transmissionMap" fullname="QtQuick3D.SpecularGlossyMaterial.transmissionMap" href="qml-qtquick3d-specularglossymaterial.html#transmissionMap-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="vertexColorAlphaMask" fullname="QtQuick3D.SpecularGlossyMaterial.vertexColorAlphaMask" href="qml-qtquick3d-specularglossymaterial.html#vertexColorAlphaMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorBlueMask" fullname="QtQuick3D.SpecularGlossyMaterial.vertexColorBlueMask" href="qml-qtquick3d-specularglossymaterial.html#vertexColorBlueMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorGreenMask" fullname="QtQuick3D.SpecularGlossyMaterial.vertexColorGreenMask" href="qml-qtquick3d-specularglossymaterial.html#vertexColorGreenMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorRedMask" fullname="QtQuick3D.SpecularGlossyMaterial.vertexColorRedMask" href="qml-qtquick3d-specularglossymaterial.html#vertexColorRedMask-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertexColorsEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.vertexColorsEnabled" href="qml-qtquick3d-specularglossymaterial.html#vertexColorsEnabled-prop" status="active" access="public" since="6.5" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="vertexColorsMaskEnabled" fullname="QtQuick3D.SpecularGlossyMaterial.vertexColorsMaskEnabled" href="qml-qtquick3d-specularglossymaterial.html#vertexColorsMaskEnabled-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SphereGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.SphereGeometry" href="qml-qtquick3d-helpers-spheregeometry.html" status="active" access="public" since="6.9" documented="true" title="SphereGeometry" fulltitle="SphereGeometry" subtitle="" brief="Provides geometry for a sphere">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.SphereGeometry.asynchronous" href="qml-qtquick3d-helpers-spheregeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Helpers.SphereGeometry.radius" href="qml-qtquick3d-helpers-spheregeometry.html#radius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rings" fullname="QtQuick3D.Helpers.SphereGeometry.rings" href="qml-qtquick3d-helpers-spheregeometry.html#rings-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="segments" fullname="QtQuick3D.Helpers.SphereGeometry.segments" href="qml-qtquick3d-helpers-spheregeometry.html#segments-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.SphereGeometry.status" href="qml-qtquick3d-helpers-spheregeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="SpotLight" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Light" fullname="QtQuick3D.SpotLight" href="qml-qtquick3d-spotlight.html" status="active" access="public" documented="true" title="SpotLight" fulltitle="SpotLight" subtitle="" brief="Defines a spot light in the scene">
            <qmlproperty name="coneAngle" fullname="QtQuick3D.SpotLight.coneAngle" href="qml-qtquick3d-spotlight.html#coneAngle-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="constantFade" fullname="QtQuick3D.SpotLight.constantFade" href="qml-qtquick3d-spotlight.html#constantFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="innerConeAngle" fullname="QtQuick3D.SpotLight.innerConeAngle" href="qml-qtquick3d-spotlight.html#innerConeAngle-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="linearFade" fullname="QtQuick3D.SpotLight.linearFade" href="qml-qtquick3d-spotlight.html#linearFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="quadraticFade" fullname="QtQuick3D.SpotLight.quadraticFade" href="qml-qtquick3d-spotlight.html#quadraticFade-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SpriteParticle3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Particle3D" fullname="QtQuick3D.Particles3D.SpriteParticle3D" href="qml-qtquick3d-particles3d-spriteparticle3d.html" status="active" access="public" since="6.2" documented="true" title="SpriteParticle3D" fulltitle="SpriteParticle3D" subtitle="" brief="Particle using a 2D sprite texture">
            <qmlproperty name="BlendMode" fullname="QtQuick3D.Particles3D.SpriteParticle3D.BlendMode" href="qml-qtquick3d-particles3d-spriteparticle3d.html#BlendMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="billboard" fullname="QtQuick3D.Particles3D.SpriteParticle3D.billboard" href="qml-qtquick3d-particles3d-spriteparticle3d.html#billboard-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="blendMode" fullname="QtQuick3D.Particles3D.SpriteParticle3D.blendMode" href="qml-qtquick3d-particles3d-spriteparticle3d.html#blendMode-prop" status="active" access="public" documented="true" type="BlendMode" attached="false" writable="true"/>
            <qmlproperty name="castsReflections" fullname="QtQuick3D.Particles3D.SpriteParticle3D.castsReflections" href="qml-qtquick3d-particles3d-spriteparticle3d.html#castsReflections-prop" status="active" access="public" since="6.4" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="colorTable" fullname="QtQuick3D.Particles3D.SpriteParticle3D.colorTable" href="qml-qtquick3d-particles3d-spriteparticle3d.html#colorTable-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="lights" fullname="QtQuick3D.Particles3D.SpriteParticle3D.lights" href="qml-qtquick3d-particles3d-spriteparticle3d.html#lights-prop" status="active" access="public" since="6.3" documented="true" type="list&lt;Light&gt;" attached="false" writable="true"/>
            <qmlproperty name="offsetX" fullname="QtQuick3D.Particles3D.SpriteParticle3D.offsetX" href="qml-qtquick3d-particles3d-spriteparticle3d.html#offsetX-prop" status="active" access="public" since="6.3" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="offsetY" fullname="QtQuick3D.Particles3D.SpriteParticle3D.offsetY" href="qml-qtquick3d-particles3d-spriteparticle3d.html#offsetY-prop" status="active" access="public" since="6.3" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="particleScale" fullname="QtQuick3D.Particles3D.SpriteParticle3D.particleScale" href="qml-qtquick3d-particles3d-spriteparticle3d.html#particleScale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="sprite" fullname="QtQuick3D.Particles3D.SpriteParticle3D.sprite" href="qml-qtquick3d-particles3d-spriteparticle3d.html#sprite-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
            <qmlproperty name="spriteSequence" fullname="QtQuick3D.Particles3D.SpriteParticle3D.spriteSequence" href="qml-qtquick3d-particles3d-spriteparticle3d.html#spriteSequence-prop" status="active" access="public" documented="true" type="SpriteSequence3D" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SpriteSequence3D" qml-module-name="QtQuick3D.Particles3D" fullname="QtQuick3D.Particles3D.SpriteSequence3D" href="qml-qtquick3d-particles3d-spritesequence3d.html" status="active" access="public" since="6.2" documented="true" title="SpriteSequence3D" fulltitle="SpriteSequence3D" subtitle="" brief="Provides image sequence features for the Sprite particles">
            <qmlproperty name="AnimationDirection" fullname="QtQuick3D.Particles3D.SpriteSequence3D.AnimationDirection" href="qml-qtquick3d-particles3d-spritesequence3d.html#AnimationDirection-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="animationDirection" fullname="QtQuick3D.Particles3D.SpriteSequence3D.animationDirection" href="qml-qtquick3d-particles3d-spritesequence3d.html#animationDirection-prop" status="active" access="public" documented="true" type="AnimationDirection" attached="false" writable="true"/>
            <qmlproperty name="duration" fullname="QtQuick3D.Particles3D.SpriteSequence3D.duration" href="qml-qtquick3d-particles3d-spritesequence3d.html#duration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="durationVariation" fullname="QtQuick3D.Particles3D.SpriteSequence3D.durationVariation" href="qml-qtquick3d-particles3d-spritesequence3d.html#durationVariation-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="frameCount" fullname="QtQuick3D.Particles3D.SpriteSequence3D.frameCount" href="qml-qtquick3d-particles3d-spritesequence3d.html#frameCount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="frameIndex" fullname="QtQuick3D.Particles3D.SpriteSequence3D.frameIndex" href="qml-qtquick3d-particles3d-spritesequence3d.html#frameIndex-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="interpolate" fullname="QtQuick3D.Particles3D.SpriteSequence3D.interpolate" href="qml-qtquick3d-particles3d-spritesequence3d.html#interpolate-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="randomStart" fullname="QtQuick3D.Particles3D.SpriteSequence3D.randomStart" href="qml-qtquick3d-particles3d-spritesequence3d.html#randomStart-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="qt3dxr-supported-platforms.html" href="qt3dxr-supported-platforms.html" status="active" location="qt3dxr-supported-platforms.qdoc" documented="true" subtype="page" title="Supported Headsets" fulltitle="Supported Headsets" subtitle="">
            <target name="supported-platforms" title="Supported Platforms"/>
            <target name="visionos-supported-versions" title="visionOS_supported_versions"/>
            <contents name="basic-xr-platform-concepts" title="Basic XR Platform Concepts" level="1"/>
            <contents name="openxr" title="OpenXR" level="2"/>
            <contents name="devices-and-platforms-not-based-on-openxr" title="Devices and platforms not based on OpenXR" level="2"/>
            <contents name="tested-and-verified-headsets-tier-one" title="Tested and Verified Headsets, Tier One" level="1"/>
            <contents name="tested-and-verified-headsets-tier-two" title="Tested and Verified Headsets, Tier Two" level="1"/>
            <contents name="special-developer-environments" title="Special Developer Environments" level="1"/>
            <contents name="additional-notes" title="Additional Notes" level="1"/>
        </page>
        <page name="qt3dxr-supported-openxr-extensions" href="qt3dxr-supported-openxr-extensions.html" status="active" location="qt3dxr-supported-openxr-extensions.qdoc" documented="true" subtype="page" title="Supported OpenXR Extensions" fulltitle="Supported OpenXR Extensions" subtitle=""/>
        <qmlclass name="TargetDirection3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Direction3D" fullname="QtQuick3D.Particles3D.TargetDirection3D" href="qml-qtquick3d-particles3d-targetdirection3d.html" status="active" access="public" since="6.2" documented="true" title="TargetDirection3D" fulltitle="TargetDirection3D" subtitle="" brief="For specifying a direction towards the target position">
            <qmlproperty name="magnitude" fullname="QtQuick3D.Particles3D.TargetDirection3D.magnitude" href="qml-qtquick3d-particles3d-targetdirection3d.html#magnitude-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="magnitudeVariation" fullname="QtQuick3D.Particles3D.TargetDirection3D.magnitudeVariation" href="qml-qtquick3d-particles3d-targetdirection3d.html#magnitudeVariation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="normalized" fullname="QtQuick3D.Particles3D.TargetDirection3D.normalized" href="qml-qtquick3d-particles3d-targetdirection3d.html#normalized-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick3D.Particles3D.TargetDirection3D.position" href="qml-qtquick3d-particles3d-targetdirection3d.html#position-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="positionVariation" fullname="QtQuick3D.Particles3D.TargetDirection3D.positionVariation" href="qml-qtquick3d-particles3d-targetdirection3d.html#positionVariation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Texture" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.Texture" href="qml-qtquick3d-texture.html" status="active" access="public" documented="true" title="Texture" fulltitle="Texture" subtitle="" brief="Defines a texture for use in 3D scenes">
            <qmlproperty name="autoOrientation" fullname="QtQuick3D.Texture.autoOrientation" href="qml-qtquick3d-texture.html#autoOrientation-prop" status="active" access="public" since="6.2" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="flipU" fullname="QtQuick3D.Texture.flipU" href="qml-qtquick3d-texture.html#flipU-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="flipV" fullname="QtQuick3D.Texture.flipV" href="qml-qtquick3d-texture.html#flipV-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="generateMipmaps" fullname="QtQuick3D.Texture.generateMipmaps" href="qml-qtquick3d-texture.html#generateMipmaps-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="indexUV" fullname="QtQuick3D.Texture.indexUV" href="qml-qtquick3d-texture.html#indexUV-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="magFilter" fullname="QtQuick3D.Texture.magFilter" href="qml-qtquick3d-texture.html#magFilter-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="mappingMode" fullname="QtQuick3D.Texture.mappingMode" href="qml-qtquick3d-texture.html#mappingMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="minFilter" fullname="QtQuick3D.Texture.minFilter" href="qml-qtquick3d-texture.html#minFilter-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="mipFilter" fullname="QtQuick3D.Texture.mipFilter" href="qml-qtquick3d-texture.html#mipFilter-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="pivotU" fullname="QtQuick3D.Texture.pivotU" href="qml-qtquick3d-texture.html#pivotU-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="pivotV" fullname="QtQuick3D.Texture.pivotV" href="qml-qtquick3d-texture.html#pivotV-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="positionU" fullname="QtQuick3D.Texture.positionU" href="qml-qtquick3d-texture.html#positionU-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="positionV" fullname="QtQuick3D.Texture.positionV" href="qml-qtquick3d-texture.html#positionV-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rotationUV" fullname="QtQuick3D.Texture.rotationUV" href="qml-qtquick3d-texture.html#rotationUV-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="scaleU" fullname="QtQuick3D.Texture.scaleU" href="qml-qtquick3d-texture.html#scaleU-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="scaleV" fullname="QtQuick3D.Texture.scaleV" href="qml-qtquick3d-texture.html#scaleV-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="source" fullname="QtQuick3D.Texture.source" href="qml-qtquick3d-texture.html#source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="sourceItem" fullname="QtQuick3D.Texture.sourceItem" href="qml-qtquick3d-texture.html#sourceItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="textureData" fullname="QtQuick3D.Texture.textureData" href="qml-qtquick3d-texture.html#textureData-prop" status="active" access="public" documented="true" type="TextureData" attached="false" writable="true"/>
            <qmlproperty name="textureProvider" fullname="QtQuick3D.Texture.textureProvider" href="qml-qtquick3d-texture.html#textureProvider-prop" status="active" access="public" since="6.7" documented="true" type="RenderExtension" attached="false" writable="true"/>
            <qmlproperty name="tilingModeDepth" fullname="QtQuick3D.Texture.tilingModeDepth" href="qml-qtquick3d-texture.html#tilingModeDepth-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="tilingModeHorizontal" fullname="QtQuick3D.Texture.tilingModeHorizontal" href="qml-qtquick3d-texture.html#tilingModeHorizontal-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="tilingModeVertical" fullname="QtQuick3D.Texture.tilingModeVertical" href="qml-qtquick3d-texture.html#tilingModeVertical-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="TextureData" qml-module-name="QtQuick3D" qml-base-type="QtQuick3D::Object3D" fullname="QtQuick3D.TextureData" href="qml-qtquick3d-texturedata.html" status="active" access="public" documented="true" title="TextureData" fulltitle="TextureData" subtitle="" brief="Base type for custom texture data"/>
        <qmlclass name="TextureInput" qml-module-name="QtQuick3D" fullname="QtQuick3D.TextureInput" href="qml-qtquick3d-textureinput.html" status="active" access="public" documented="true" title="TextureInput" fulltitle="TextureInput" subtitle="" brief="Specifies a texture exposed to the shaders of a CustomMaterial or Effect">
            <qmlproperty name="enabled" fullname="QtQuick3D.TextureInput.enabled" href="qml-qtquick3d-textureinput.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="texture" fullname="QtQuick3D.TextureInput.texture" href="qml-qtquick3d-textureinput.html#texture-prop" status="active" access="public" documented="true" type="Texture" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="TiltShift" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.TiltShift" href="qml-qtquick3d-effects-tiltshift.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="TiltShift" fulltitle="TiltShift" subtitle="" brief="A tilt shift blur effect">
            <qmlproperty name="blurAmount" fullname="QtQuick3D.Effects.TiltShift.blurAmount" href="qml-qtquick3d-effects-tiltshift.html#blurAmount-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="focusPosition" fullname="QtQuick3D.Effects.TiltShift.focusPosition" href="qml-qtquick3d-effects-tiltshift.html#focusPosition-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="focusWidth" fullname="QtQuick3D.Effects.TiltShift.focusWidth" href="qml-qtquick3d-effects-tiltshift.html#focusWidth-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="isInverted" fullname="QtQuick3D.Effects.TiltShift.isInverted" href="qml-qtquick3d-effects-tiltshift.html#isInverted-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="isVertical" fullname="QtQuick3D.Effects.TiltShift.isVertical" href="qml-qtquick3d-effects-tiltshift.html#isVertical-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquick3d-attribution-tinyexr.html" href="qtquick3d-attribution-tinyexr.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="Tiny OpenEXR, version v1.0.9" fulltitle="Tiny OpenEXR, version v1.0.9" subtitle="" brief="BSD 3-clause &quot;New&quot; or &quot;Revised&quot; License">
            <target name="tinyexr"/>
        </page>
        <qmlclass name="TorusGeometry" qml-module-name="QtQuick3D.Helpers" qml-base-type="QtQuick3D::Geometry" fullname="QtQuick3D.Helpers.TorusGeometry" href="qml-qtquick3d-helpers-torusgeometry.html" status="active" access="public" since="6.9" documented="true" title="TorusGeometry" fulltitle="TorusGeometry" subtitle="" brief="Provides geometry for a torus">
            <qmlproperty name="asynchronous" fullname="QtQuick3D.Helpers.TorusGeometry.asynchronous" href="qml-qtquick3d-helpers-torusgeometry.html#asynchronous-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="radius" fullname="QtQuick3D.Helpers.TorusGeometry.radius" href="qml-qtquick3d-helpers-torusgeometry.html#radius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rings" fullname="QtQuick3D.Helpers.TorusGeometry.rings" href="qml-qtquick3d-helpers-torusgeometry.html#rings-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="segments" fullname="QtQuick3D.Helpers.TorusGeometry.segments" href="qml-qtquick3d-helpers-torusgeometry.html#segments-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick3D.Helpers.TorusGeometry.status" href="qml-qtquick3d-helpers-torusgeometry.html#status-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="tubeRadius" fullname="QtQuick3D.Helpers.TorusGeometry.tubeRadius" href="qml-qtquick3d-helpers-torusgeometry.html#tubeRadius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="TrailEmitter3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::ParticleEmitter3D" fullname="QtQuick3D.Particles3D.TrailEmitter3D" href="qml-qtquick3d-particles3d-trailemitter3d.html" status="active" access="public" since="6.2" documented="true" title="TrailEmitter3D" fulltitle="TrailEmitter3D" subtitle="" brief="Emitter for logical particles from other particles">
            <function name="burst" fullname="QtQuick3D.Particles3D.TrailEmitter3D.burst" href="qml-qtquick3d-particles3d-trailemitter3d.html#burst-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="int" name="count" default=""/>
            </function>
            <qmlproperty name="follow" fullname="QtQuick3D.Particles3D.TrailEmitter3D.follow" href="qml-qtquick3d-particles3d-trailemitter3d.html#follow-prop" status="active" access="public" documented="true" type="Particle3D" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-asset-conditioning-ibl" href="quick3d-asset-conditioning-ibl.html" status="active" location="qtquick3d-ibl.qdoc" documented="true" subtype="page" title="Using Image-Based Lighting" fulltitle="Using Image-Based Lighting" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="scene-lighting" title="Scene Lighting" level="1"/>
            <contents name="material-lighting" title="Material Lighting" level="1"/>
            <contents name="pre-generating-ibl-cubemap" title="Pre-generating IBL cubemap" level="1"/>
            <contents name="manual-baking" title="Manual baking" level="2"/>
            <contents name="build-time-baking-via-cmake" title="Build time baking via CMake" level="2"/>
        </page>
        <qmlclass name="VectorDirection3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Direction3D" fullname="QtQuick3D.Particles3D.VectorDirection3D" href="qml-qtquick3d-particles3d-vectordirection3d.html" status="active" access="public" since="6.2" documented="true" title="VectorDirection3D" fulltitle="VectorDirection3D" subtitle="" brief="For specifying a direction towards the target direction">
            <qmlproperty name="direction" fullname="QtQuick3D.Particles3D.VectorDirection3D.direction" href="qml-qtquick3d-particles3d-vectordirection3d.html#direction-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="directionVariation" fullname="QtQuick3D.Particles3D.VectorDirection3D.directionVariation" href="qml-qtquick3d-particles3d-vectordirection3d.html#directionVariation-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="normalized" fullname="QtQuick3D.Particles3D.VectorDirection3D.normalized" href="qml-qtquick3d-particles3d-vectordirection3d.html#normalized-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="quick3d-vertex-skinning" href="quick3d-vertex-skinning.html" status="active" location="qtquick3d-skinning.qdoc" documented="true" subtype="page" title="Vertex Skinning" fulltitle="Vertex Skinning" subtitle="">
            <contents name="introduction" title="Introduction" level="1"/>
            <contents name="defining-a-skeleton" title="Defining a skeleton" level="1"/>
            <contents name="connecting-a-skeleton-to-a-model" title="Connecting a skeleton to a model" level="1"/>
            <contents name="animating-the-skeleton" title="Animating the skeleton" level="1"/>
        </page>
        <qmlclass name="View3D" qml-module-name="QtQuick3D" fullname="QtQuick3D.View3D" href="qml-qtquick3d-view3d.html" status="active" access="public" documented="true" title="View3D" fulltitle="View3D" subtitle="" brief="Provides a viewport on which to render a 3D scene">
            <function name="mapFrom3DScene" fullname="QtQuick3D.View3D.mapFrom3DScene" href="qml-qtquick3d-view3d.html#mapFrom3DScene-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="scenePos" default=""/>
            </function>
            <function name="mapTo3DScene" fullname="QtQuick3D.View3D.mapTo3DScene" href="qml-qtquick3d-view3d.html#mapTo3DScene-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="viewPos" default=""/>
            </function>
            <function name="pick" fullname="QtQuick3D.View3D.pick" href="qml-qtquick3d-view3d.html#pick-method" status="active" access="public" documented="true" meta="qmlmethod" type="pickResult">
                <parameter type="float" name="x" default=""/>
                <parameter type="float" name="y" default=""/>
            </function>
            <function name="pick" fullname="QtQuick3D.View3D.pick" href="qml-qtquick3d-view3d.html#pick-method" status="active" access="public" documented="true" since="6.8" meta="qmlmethod" type="pickResult">
                <parameter type="float" name="x" default=""/>
                <parameter type="float" name="y" default=""/>
                <parameter type="Model" name="model" default=""/>
            </function>
            <function name="pickAll" fullname="QtQuick3D.View3D.pickAll" href="qml-qtquick3d-view3d.html#pickAll-method" status="active" access="public" documented="true" since="6.2" meta="qmlmethod" type="List&lt;pickResult&gt;">
                <parameter type="float" name="x" default=""/>
                <parameter type="float" name="y" default=""/>
            </function>
            <function name="pickSubset" fullname="QtQuick3D.View3D.pickSubset" href="qml-qtquick3d-view3d.html#pickSubset-method" status="active" access="public" documented="true" since="6.8" meta="qmlmethod" type="List&lt;pickResult&gt;">
                <parameter type="float" name="x" default=""/>
                <parameter type="float" name="y" default=""/>
                <parameter type="list&lt;Model&gt;" name="models" default=""/>
            </function>
            <function name="rayPick" fullname="QtQuick3D.View3D.rayPick" href="qml-qtquick3d-view3d.html#rayPick-method" status="active" access="public" documented="true" since="6.2" meta="qmlmethod" type="pickResult">
                <parameter type="vector3d" name="origin" default=""/>
                <parameter type="vector3d" name="direction" default=""/>
            </function>
            <function name="rayPickAll" fullname="QtQuick3D.View3D.rayPickAll" href="qml-qtquick3d-view3d.html#rayPickAll-method" status="active" access="public" documented="true" since="6.2" meta="qmlmethod" type="List&lt;pickResult&gt;">
                <parameter type="vector3d" name="origin" default=""/>
                <parameter type="vector3d" name="direction" default=""/>
            </function>
            <function name="setTouchpoint" fullname="QtQuick3D.View3D.setTouchpoint" href="qml-qtquick3d-view3d.html#setTouchpoint-method" status="active" access="public" documented="true" since="6.8" meta="qmlmethod">
                <parameter type="Item" name="target" default=""/>
                <parameter type="point" name="position" default=""/>
                <parameter type="int" name="pointId" default=""/>
                <parameter type="bool" name="pressed" default=""/>
            </function>
            <qmlproperty name="camera" fullname="QtQuick3D.View3D.camera" href="qml-qtquick3d-view3d.html#camera-prop" status="active" access="public" documented="true" type="QtQuick3D::Camera" attached="false" writable="true"/>
            <qmlproperty name="effectiveTextureSize" fullname="QtQuick3D.View3D.effectiveTextureSize" href="qml-qtquick3d-view3d.html#effectiveTextureSize-prop" status="active" access="public" since="6.7" documented="true" type="size" attached="false" writable="true"/>
            <qmlproperty name="environment" fullname="QtQuick3D.View3D.environment" href="qml-qtquick3d-view3d.html#environment-prop" status="active" access="public" documented="true" type="QtQuick3D::SceneEnvironment" attached="false" writable="true"/>
            <qmlproperty name="explicitTextureHeight" fullname="QtQuick3D.View3D.explicitTextureHeight" href="qml-qtquick3d-view3d.html#explicitTextureHeight-prop" status="active" access="public" since="6.7" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="explicitTextureWidth" fullname="QtQuick3D.View3D.explicitTextureWidth" href="qml-qtquick3d-view3d.html#explicitTextureWidth-prop" status="active" access="public" since="6.7" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="extensions" fullname="QtQuick3D.View3D.extensions" href="qml-qtquick3d-view3d.html#extensions-prop" status="active" access="public" documented="true" type="List&lt;QtQuick3D::Object3D&gt;" attached="false" writable="true"/>
            <qmlproperty name="importScene" fullname="QtQuick3D.View3D.importScene" href="qml-qtquick3d-view3d.html#importScene-prop" status="active" access="public" documented="true" type="QtQuick3D::Node" attached="false" writable="true"/>
            <qmlproperty name="renderFormat" fullname="QtQuick3D.View3D.renderFormat" href="qml-qtquick3d-view3d.html#renderFormat-prop" status="active" access="public" since="6.4" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="renderMode" fullname="QtQuick3D.View3D.renderMode" href="qml-qtquick3d-view3d.html#renderMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="renderStats" fullname="QtQuick3D.View3D.renderStats" href="qml-qtquick3d-view3d.html#renderStats-prop" status="active" access="public" documented="true" type="QtQuick3D::RenderStats" attached="false" writable="false"/>
            <qmlproperty name="scene" fullname="QtQuick3D.View3D.scene" href="qml-qtquick3d-view3d.html#scene-prop" status="active" access="public" documented="true" type="QtQuick3D::Node" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="Vignette" qml-module-name="QtQuick3D.Effects" fullname="QtQuick3D.Effects.Vignette" href="qml-qtquick3d-effects-vignette.html" status="deprecated" access="public" location="qtquick3d-effects.qdoc" documented="true" title="Vignette" fulltitle="Vignette" subtitle="" brief="A vignette effect">
            <qmlproperty name="vignetteColor" fullname="QtQuick3D.Effects.Vignette.vignetteColor" href="qml-qtquick3d-effects-vignette.html#vignetteColor-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="vignetteRadius" fullname="QtQuick3D.Effects.Vignette.vignetteRadius" href="qml-qtquick3d-effects-vignette.html#vignetteRadius-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vignetteStrength" fullname="QtQuick3D.Effects.Vignette.vignetteStrength" href="qml-qtquick3d-effects-vignette.html#vignetteStrength-prop" status="active" access="public" location="qtquick3d-effects.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="virtualassistant" href="qtquick3d-virtualassistant-example.html" status="active" location="virtualassistant.qdoc" documented="true" groups="category 3D,quick3d-examples" subtype="example" title="Virtual Assistant" fulltitle="Virtual Assistant" subtitle="" brief="Qt Quick application that presents a 3D model of a virtual assistant with dynamic animations created using QML and timelines">
            <contents name="importing-3d-model" title="Importing 3D Model" level="1"/>
            <contents name="preparing-scene-environment" title="Preparing Scene Environment" level="1"/>
            <contents name="camera-options" title="Camera Options" level="1"/>
            <contents name="animations" title="Animations" level="1"/>
            <contents name="skeleton-animations" title="Skeleton Animations" level="2"/>
            <contents name="morph-target-animations" title="Morph Target Animations" level="2"/>
            <page name="virtualassistant/Main.qml" href="qtquick3d-virtualassistant-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="virtualassistant/Main.qml"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/RobotHeart/RobotHeart.qml" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-robotheart-robotheart-qml.html" status="active" subtype="file" title="" fulltitle="RobotHeart.qml Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/RobotHeart/RobotHeart.qml"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/VirtualAssistant.qml" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-virtualassistant-virtualassistant-qml.html" status="active" subtype="file" title="" fulltitle="VirtualAssistant.qml Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/VirtualAssistant.qml"/>
            <page name="virtualassistant/content/App.qml" href="qtquick3d-virtualassistant-content-app-qml.html" status="active" subtype="file" title="" fulltitle="App.qml Example File" subtitle="virtualassistant/content/App.qml"/>
            <page name="virtualassistant/content/ControlPanel.qml" href="qtquick3d-virtualassistant-content-controlpanel-qml.html" status="active" subtype="file" title="" fulltitle="ControlPanel.qml Example File" subtitle="virtualassistant/content/ControlPanel.qml"/>
            <page name="virtualassistant/content/Screen01.ui.qml" href="qtquick3d-virtualassistant-content-screen01-ui-qml.html" status="active" subtype="file" title="" fulltitle="Screen01.ui.qml Example File" subtitle="virtualassistant/content/Screen01.ui.qml"/>
            <page name="virtualassistant/content/SettingsPanel.qml" href="qtquick3d-virtualassistant-content-settingspanel-qml.html" status="active" subtype="file" title="" fulltitle="SettingsPanel.qml Example File" subtitle="virtualassistant/content/SettingsPanel.qml"/>
            <page name="virtualassistant/imports/Constants/Constants.qml" href="qtquick3d-virtualassistant-imports-constants-constants-qml.html" status="active" subtype="file" title="" fulltitle="Constants.qml Example File" subtitle="virtualassistant/imports/Constants/Constants.qml"/>
            <page name="virtualassistant/src/main.cpp" href="qtquick3d-virtualassistant-src-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="virtualassistant/src/main.cpp"/>
            <page name="virtualassistant/CMakeLists.txt" href="qtquick3d-virtualassistant-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/CMakeLists.txt"/>
            <page name="virtualassistant/VirtualAssistant.qmlproject" href="qtquick3d-virtualassistant-virtualassistant-qmlproject.html" status="active" subtype="file" title="" fulltitle="VirtualAssistant.qmlproject Example File" subtitle="virtualassistant/VirtualAssistant.qmlproject"/>
            <page name="virtualassistant/asset_imports/CMakeLists.txt" href="qtquick3d-virtualassistant-asset-imports-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/asset_imports/CMakeLists.txt"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/CMakeLists.txt" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/CMakeLists.txt"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/RobotHeart/CMakeLists.txt" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-robotheart-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/RobotHeart/CMakeLists.txt"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/RobotHeart/qmldir" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-robotheart-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/RobotHeart/qmldir"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/CMakeLists.txt" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-virtualassistant-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/CMakeLists.txt"/>
            <page name="virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/qmldir" href="qtquick3d-virtualassistant-asset-imports-quick3dassets-virtualassistant-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/qmldir"/>
            <page name="virtualassistant/content/CMakeLists.txt" href="qtquick3d-virtualassistant-content-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/content/CMakeLists.txt"/>
            <page name="virtualassistant/imports/CMakeLists.txt" href="qtquick3d-virtualassistant-imports-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/imports/CMakeLists.txt"/>
            <page name="virtualassistant/imports/Constants/CMakeLists.txt" href="qtquick3d-virtualassistant-imports-constants-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="virtualassistant/imports/Constants/CMakeLists.txt"/>
            <page name="virtualassistant/imports/Constants/qmldir" href="qtquick3d-virtualassistant-imports-constants-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="virtualassistant/imports/Constants/qmldir"/>
        </page>
        <qmlclass name="Wander3D" qml-module-name="QtQuick3D.Particles3D" qml-base-type="QtQuick3D.Particles3D::Affector3D" fullname="QtQuick3D.Particles3D.Wander3D" href="qml-qtquick3d-particles3d-wander3d.html" status="active" access="public" since="6.2" documented="true" title="Wander3D" fulltitle="Wander3D" subtitle="" brief="Applies random wave curves to particles">
            <qmlproperty name="fadeInDuration" fullname="QtQuick3D.Particles3D.Wander3D.fadeInDuration" href="qml-qtquick3d-particles3d-wander3d.html#fadeInDuration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="fadeOutDuration" fullname="QtQuick3D.Particles3D.Wander3D.fadeOutDuration" href="qml-qtquick3d-particles3d-wander3d.html#fadeOutDuration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="globalAmount" fullname="QtQuick3D.Particles3D.Wander3D.globalAmount" href="qml-qtquick3d-particles3d-wander3d.html#globalAmount-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="globalPace" fullname="QtQuick3D.Particles3D.Wander3D.globalPace" href="qml-qtquick3d-particles3d-wander3d.html#globalPace-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="globalPaceStart" fullname="QtQuick3D.Particles3D.Wander3D.globalPaceStart" href="qml-qtquick3d-particles3d-wander3d.html#globalPaceStart-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="uniqueAmount" fullname="QtQuick3D.Particles3D.Wander3D.uniqueAmount" href="qml-qtquick3d-particles3d-wander3d.html#uniqueAmount-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="uniqueAmountVariation" fullname="QtQuick3D.Particles3D.Wander3D.uniqueAmountVariation" href="qml-qtquick3d-particles3d-wander3d.html#uniqueAmountVariation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="uniquePace" fullname="QtQuick3D.Particles3D.Wander3D.uniquePace" href="qml-qtquick3d-particles3d-wander3d.html#uniquePace-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="uniquePaceVariation" fullname="QtQuick3D.Particles3D.Wander3D.uniquePaceVariation" href="qml-qtquick3d-particles3d-wander3d.html#uniquePaceVariation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="WasdController" qml-module-name="QtQuick3D.Helpers" fullname="QtQuick3D.Helpers.WasdController" href="qml-qtquick3d-helpers-wasdcontroller.html" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" title="WasdController" fulltitle="WasdController" subtitle="" brief="Control node position and orientation with keys and mouse">
            <qmlproperty name="acceptedButtons" fullname="QtQuick3D.Helpers.WasdController.acceptedButtons" href="qml-qtquick3d-helpers-wasdcontroller.html#acceptedButtons-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="backSpeed" fullname="QtQuick3D.Helpers.WasdController.backSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#backSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="controlledObject" fullname="QtQuick3D.Helpers.WasdController.controlledObject" href="qml-qtquick3d-helpers-wasdcontroller.html#controlledObject-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="QtQuick3D::Node" attached="false" writable="true"/>
            <qmlproperty name="downSpeed" fullname="QtQuick3D.Helpers.WasdController.downSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#downSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="forwardSpeed" fullname="QtQuick3D.Helpers.WasdController.forwardSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#forwardSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="inputsNeedProcessing" fullname="QtQuick3D.Helpers.WasdController.inputsNeedProcessing" href="qml-qtquick3d-helpers-wasdcontroller.html#inputsNeedProcessing-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="keysEnabled" fullname="QtQuick3D.Helpers.WasdController.keysEnabled" href="qml-qtquick3d-helpers-wasdcontroller.html#keysEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="leftSpeed" fullname="QtQuick3D.Helpers.WasdController.leftSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#leftSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="mouseEnabled" fullname="QtQuick3D.Helpers.WasdController.mouseEnabled" href="qml-qtquick3d-helpers-wasdcontroller.html#mouseEnabled-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="rightSpeed" fullname="QtQuick3D.Helpers.WasdController.rightSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#rightSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="shiftSpeed" fullname="QtQuick3D.Helpers.WasdController.shiftSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#shiftSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="speed" fullname="QtQuick3D.Helpers.WasdController.speed" href="qml-qtquick3d-helpers-wasdcontroller.html#speed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="upSpeed" fullname="QtQuick3D.Helpers.WasdController.upSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#upSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="xInvert" fullname="QtQuick3D.Helpers.WasdController.xInvert" href="qml-qtquick3d-helpers-wasdcontroller.html#xInvert-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="xSpeed" fullname="QtQuick3D.Helpers.WasdController.xSpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#xSpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="yInvert" fullname="QtQuick3D.Helpers.WasdController.yInvert" href="qml-qtquick3d-helpers-wasdcontroller.html#yInvert-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="ySpeed" fullname="QtQuick3D.Helpers.WasdController.ySpeed" href="qml-qtquick3d-helpers-wasdcontroller.html#ySpeed-prop" status="active" access="public" location="qtquick3d-helpers.qdoc" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_EXT_debug_utils" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_EXT_debug_utils" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_EXT_debug_utils" fulltitle="XR_EXT_debug_utils" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_EXT_hand_tracking" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_EXT_hand_tracking" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_EXT_hand_tracking" fulltitle="XR_EXT_hand_tracking" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_EXT_performance_settings" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_EXT_performance_settings" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_EXT_performance_settings" fulltitle="XR_EXT_performance_settings" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_color_space" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_color_space" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_color_space" fulltitle="XR_FB_color_space" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_display_refresh_rate" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_display_refresh_rate" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_display_refresh_rate" fulltitle="XR_FB_display_refresh_rate" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_foveation" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_foveation" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_foveation" fulltitle="XR_FB_foveation" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_foveation_configuration" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_foveation_configuration" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_foveation_configuration" fulltitle="XR_FB_foveation_configuration" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_hand_tracking_aim" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_hand_tracking_aim" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_hand_tracking_aim" fulltitle="XR_FB_hand_tracking_aim" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_hand_tracking_mesh" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_hand_tracking_mesh" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_hand_tracking_mesh" fulltitle="XR_FB_hand_tracking_mesh" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_passthrough" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_passthrough" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_passthrough" fulltitle="XR_FB_passthrough" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_scene" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_scene" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_scene" fulltitle="XR_FB_scene" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_scene_capture" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_scene_capture" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_scene_capture" fulltitle="XR_FB_scene_capture" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_spatial_entity" fulltitle="XR_FB_spatial_entity" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity_container" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity_container" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_spatial_entity_container" fulltitle="XR_FB_spatial_entity_container" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity_query" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity_query" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_spatial_entity_query" fulltitle="XR_FB_spatial_entity_query" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity_storage" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_spatial_entity_storage" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_spatial_entity_storage" fulltitle="XR_FB_spatial_entity_storage" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_swapchain_update_state" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_swapchain_update_state" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_swapchain_update_state" fulltitle="XR_FB_swapchain_update_state" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_swapchain_update_state_opengl_es" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_swapchain_update_state_opengl_es" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_swapchain_update_state_opengl_es" fulltitle="XR_FB_swapchain_update_state_opengl_es" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_swapchain_update_state_vulkan" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_swapchain_update_state_vulkan" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_swapchain_update_state_vulkan" fulltitle="XR_FB_swapchain_update_state_vulkan" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_triangle_mesh" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_FB_triangle_mesh" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_FB_triangle_mesh" fulltitle="XR_FB_triangle_mesh" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_D3D11_enable" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_D3D11_enable" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_D3D11_enable" fulltitle="XR_KHR_D3D11_enable" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_D3D12_enable" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_D3D12_enable" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_D3D12_enable" fulltitle="XR_KHR_D3D12_enable" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_android_create_instance" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_android_create_instance" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_android_create_instance" fulltitle="XR_KHR_android_create_instance" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_android_thread_settings" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_android_thread_settings" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_android_thread_settings" fulltitle="XR_KHR_android_thread_settings" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_composition_layer_depth" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_composition_layer_depth" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_composition_layer_depth" fulltitle="XR_KHR_composition_layer_depth" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_opengl_enable" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_opengl_enable" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_opengl_enable" fulltitle="XR_KHR_opengl_enable" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_opengl_es_enable" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_opengl_es_enable" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_opengl_es_enable" fulltitle="XR_KHR_opengl_es_enable" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_vulkan_enable" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_KHR_vulkan_enable" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_KHR_vulkan_enable" fulltitle="XR_KHR_vulkan_enable" subtitle=""/>
        <page name="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_MSFT_hand_interaction" href="https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_MSFT_hand_interaction" status="active" location="qtquick3d-external-resources.qdoc" documented="true" subtype="externalpage" title="XR_MSFT_hand_interaction" fulltitle="XR_MSFT_hand_interaction" subtitle=""/>
        <qmlclass name="XrCamera" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Xr.XrCamera" href="qml-qtquick3d-xr-xrcamera.html" status="active" access="public" since="6.8" documented="true" title="XrCamera" fulltitle="XrCamera" subtitle="" brief="Tracks spatial position and orientation from which the user views an XR scene">
            <qmlproperty name="clipFar" fullname="QtQuick3D.Xr.XrCamera.clipFar" href="qml-qtquick3d-xr-xrcamera.html#clipFar-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true" brief="End of the distance range, with reference to the camera position, in which objects will appear"/>
            <qmlproperty name="clipNear" fullname="QtQuick3D.Xr.XrCamera.clipNear" href="qml-qtquick3d-xr-xrcamera.html#clipNear-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true" brief="Start of the distance range, with reference to the camera position, in which objects will appear"/>
        </qmlclass>
        <qmlclass name="XrController" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Xr.XrController" href="qml-qtquick3d-xr-xrcontroller.html" status="active" access="public" since="6.8" documented="true" title="XrController" fulltitle="XrController" subtitle="" brief="A tracked spatial node that tracks the position and orientation of an input controller">
            <qmlproperty name="controller" fullname="QtQuick3D.Xr.XrController.controller" href="qml-qtquick3d-xr-xrcontroller.html#controller-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="isActive" fullname="QtQuick3D.Xr.XrController.isActive" href="qml-qtquick3d-xr-xrcontroller.html#isActive-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false" brief="Indicates whether the controller is providing input"/>
            <qmlproperty name="jointPositions" fullname="QtQuick3D.Xr.XrController.jointPositions" href="qml-qtquick3d-xr-xrcontroller.html#jointPositions-prop" status="active" access="public" documented="true" type="list&lt;vector3d&gt;" attached="false" writable="false"/>
            <qmlproperty name="jointRotations" fullname="QtQuick3D.Xr.XrController.jointRotations" href="qml-qtquick3d-xr-xrcontroller.html#jointRotations-prop" status="active" access="public" documented="true" type="list&lt;quaternion&gt;" attached="false" writable="false"/>
            <qmlproperty name="pokePosition" fullname="QtQuick3D.Xr.XrController.pokePosition" href="qml-qtquick3d-xr-xrcontroller.html#pokePosition-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="poseSpace" fullname="QtQuick3D.Xr.XrController.poseSpace" href="qml-qtquick3d-xr-xrcontroller.html#poseSpace-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="XrErrorDialog" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrErrorDialog" href="qml-qtquick3d-xr-xrerrordialog.html" status="active" access="public" location="XrErrorDialog.qdoc" since="6.8" documented="true" title="XrErrorDialog" fulltitle="XrErrorDialog" subtitle="" brief="Custom error dialog for PCVR applications">
            <function name="run" fullname="QtQuick3D.Xr.XrErrorDialog.run" href="qml-qtquick3d-xr-xrerrordialog.html#run-method" status="active" access="public" location="XrErrorDialog.qdoc" documented="true" meta="qmlmethod">
                <parameter type="string" name="title" default=""/>
                <parameter type="string" name="message" default=""/>
            </function>
        </qmlclass>
        <qmlclass name="XrHandModel" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D::Model" fullname="QtQuick3D.Xr.XrHandModel" href="qml-qtquick3d-xr-xrhandmodel.html" status="active" access="public" since="6.8" documented="true" title="XrHandModel" fulltitle="XrHandModel" subtitle="" brief="Represents a 3D model for a hand">
            <contents name="platform-notes" title="Platform Notes" level="1"/>
            <contents name="apple-vision-pro" title="Apple Vision Pro" level="2"/>
            <contents name="meta-devices" title="Meta devices" level="2"/>
            <qmlproperty name="hand" fullname="QtQuick3D.Xr.XrHandModel.hand" href="qml-qtquick3d-xr-xrhandmodel.html#hand-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Specifies which hand the model is showing"/>
        </qmlclass>
        <qmlclass name="XrHapticEffect" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrHapticEffect" href="qml-qtquick3d-xr-xrhapticeffect.html" status="active" access="public" abstract="true" since="6.9" documented="true" title="XrHapticEffect" fulltitle="XrHapticEffect" subtitle="" brief="Represents a haptic effect"/>
        <qmlclass name="XrHapticFeedback" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrHapticFeedback" href="qml-qtquick3d-xr-xrhapticfeedback.html" status="active" access="public" since="6.9" documented="true" title="XrHapticFeedback" fulltitle="XrHapticFeedback" subtitle="" brief="Controls haptic feedback for an XR controller">
            <function name="start" fullname="QtQuick3D.Xr.XrHapticFeedback.start" href="qml-qtquick3d-xr-xrhapticfeedback.html#start-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="stop" fullname="QtQuick3D.Xr.XrHapticFeedback.stop" href="qml-qtquick3d-xr-xrhapticfeedback.html#stop-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <qmlproperty name="condition" fullname="QtQuick3D.Xr.XrHapticFeedback.condition" href="qml-qtquick3d-xr-xrhapticfeedback.html#condition-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="For triggering this haptic feedback"/>
            <qmlproperty name="controller" fullname="QtQuick3D.Xr.XrHapticFeedback.controller" href="qml-qtquick3d-xr-xrhapticfeedback.html#controller-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Controller that this haptic feedback will apply to"/>
            <qmlproperty name="hapticEffect" fullname="QtQuick3D.Xr.XrHapticFeedback.hapticEffect" href="qml-qtquick3d-xr-xrhapticfeedback.html#hapticEffect-prop" status="active" access="public" documented="true" type="XrHapticEffect" attached="false" writable="true"/>
            <qmlproperty name="trigger" fullname="QtQuick3D.Xr.XrHapticFeedback.trigger" href="qml-qtquick3d-xr-xrhapticfeedback.html#trigger-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Trigger for the haptic feedback"/>
        </qmlclass>
        <qmlclass name="XrInputAction" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrInputAction" href="qml-qtquick3d-xr-xrinputaction.html" status="active" access="public" since="6.8" documented="true" title="XrInputAction" fulltitle="XrInputAction" subtitle="" brief="Represents an action from an input controller">
            <function name="triggered" fullname="QtQuick3D.Xr.XrInputAction.triggered" href="qml-qtquick3d-xr-xrinputaction.html#triggered-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <qmlproperty name="actionId" fullname="QtQuick3D.Xr.XrInputAction.actionId" href="qml-qtquick3d-xr-xrinputaction.html#actionId-prop" status="active" access="public" documented="true" type="List&lt;enumeration&gt;" attached="false" writable="true" brief="Specifies the action(s) to react to"/>
            <qmlproperty name="actionName" fullname="QtQuick3D.Xr.XrInputAction.actionName" href="qml-qtquick3d-xr-xrinputaction.html#actionName-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true" brief="Name of the input action"/>
            <qmlproperty name="enabled" fullname="QtQuick3D.Xr.XrInputAction.enabled" href="qml-qtquick3d-xr-xrinputaction.html#enabled-prop" status="active" access="public" since="6.9" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="hand" fullname="QtQuick3D.Xr.XrInputAction.hand" href="qml-qtquick3d-xr-xrinputaction.html#hand-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Hand that this input action will apply to"/>
            <qmlproperty name="pressed" fullname="QtQuick3D.Xr.XrInputAction.pressed" href="qml-qtquick3d-xr-xrinputaction.html#pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Indicates whether the input action is currently pressed"/>
            <qmlproperty name="value" fullname="QtQuick3D.Xr.XrInputAction.value" href="qml-qtquick3d-xr-xrinputaction.html#value-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true" brief="Analog value of the input action"/>
        </qmlclass>
        <qmlclass name="XrItem" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Xr.XrItem" href="qml-qtquick3d-xr-xritem.html" status="active" access="public" since="6.8" documented="true" title="XrItem" fulltitle="XrItem" subtitle="" brief="A virtual surface in 3D space that can hold 2D user interface content">
            <qmlproperty name="automaticHeight" fullname="QtQuick3D.Xr.XrItem.automaticHeight" href="qml-qtquick3d-xr-xritem.html#automaticHeight-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="automaticWidth" fullname="QtQuick3D.Xr.XrItem.automaticWidth" href="qml-qtquick3d-xr-xritem.html#automaticWidth-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="color" fullname="QtQuick3D.Xr.XrItem.color" href="qml-qtquick3d-xr-xritem.html#color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="contentItem" fullname="QtQuick3D.Xr.XrItem.contentItem" href="qml-qtquick3d-xr-xritem.html#contentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="height" fullname="QtQuick3D.Xr.XrItem.height" href="qml-qtquick3d-xr-xritem.html#height-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="manualPixelsPerUnit" fullname="QtQuick3D.Xr.XrItem.manualPixelsPerUnit" href="qml-qtquick3d-xr-xritem.html#manualPixelsPerUnit-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="pixelsPerUnit" fullname="QtQuick3D.Xr.XrItem.pixelsPerUnit" href="qml-qtquick3d-xr-xritem.html#pixelsPerUnit-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="width" fullname="QtQuick3D.Xr.XrItem.width" href="qml-qtquick3d-xr-xritem.html#width-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="XrOrigin" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Xr.XrOrigin" href="qml-qtquick3d-xr-xrorigin.html" status="active" access="public" since="6.8" documented="true" title="XrOrigin" fulltitle="XrOrigin" subtitle="" brief="Origin location for the XrView">
            <qmlproperty name="camera" fullname="QtQuick3D.Xr.XrOrigin.camera" href="qml-qtquick3d-xr-xrorigin.html#camera-prop" status="active" access="public" documented="true" type="XrCamera" attached="false" writable="true" brief="Property for adding a tracked camera node"/>
        </qmlclass>
        <qmlclass name="XrRuntimeInfo" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrRuntimeInfo" href="qml-qtquick3d-xr-xrruntimeinfo.html" status="active" access="public" since="6.8" documented="true" title="XrRuntimeInfo" fulltitle="XrRuntimeInfo" subtitle="" brief="Displays information about the XR runtime">
            <qmlproperty name="enabledExtensions" fullname="QtQuick3D.Xr.XrRuntimeInfo.enabledExtensions" href="qml-qtquick3d-xr-xrruntimeinfo.html#enabledExtensions-prop" status="active" access="public" documented="true" type="list&lt;string&gt;" attached="false" writable="false" brief="A list of enabled XR extensions"/>
            <qmlproperty name="graphicsApiName" fullname="QtQuick3D.Xr.XrRuntimeInfo.graphicsApiName" href="qml-qtquick3d-xr-xrruntimeinfo.html#graphicsApiName-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false" brief="Name of the graphics API used by the XR runtime"/>
            <qmlproperty name="runtimeName" fullname="QtQuick3D.Xr.XrRuntimeInfo.runtimeName" href="qml-qtquick3d-xr-xrruntimeinfo.html#runtimeName-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false" brief="Name of the XR runtime"/>
            <qmlproperty name="runtimeVersion" fullname="QtQuick3D.Xr.XrRuntimeInfo.runtimeVersion" href="qml-qtquick3d-xr-xrruntimeinfo.html#runtimeVersion-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false" brief="Version of the XR runtime"/>
        </qmlclass>
        <qmlclass name="XrSimpleHapticEffect" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D.Xr::XrHapticEffect" fullname="QtQuick3D.Xr.XrSimpleHapticEffect" href="qml-qtquick3d-xr-xrsimplehapticeffect.html" status="active" access="public" since="6.9" documented="true" title="XrSimpleHapticEffect" fulltitle="XrSimpleHapticEffect" subtitle="" brief="Allows setting controller haptics using amplitude, duration and frequency">
            <qmlproperty name="amplitude()" fullname="QtQuick3D.Xr.XrSimpleHapticEffect.amplitude()" href="qml-qtquick3d-xr-xrsimplehapticeffect.html#amplitude()-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Defines the amplitude of the effect's vibration. Acceptable values are from 0.0 to 1.0"/>
            <qmlproperty name="duration()" fullname="QtQuick3D.Xr.XrSimpleHapticEffect.duration()" href="qml-qtquick3d-xr-xrsimplehapticeffect.html#duration()-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Defines the duration of the haptic effect in milliseconds"/>
            <qmlproperty name="frequency()" fullname="QtQuick3D.Xr.XrSimpleHapticEffect.frequency()" href="qml-qtquick3d-xr-xrsimplehapticeffect.html#frequency()-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Defines the frequency of the haptic effect in Hz"/>
        </qmlclass>
        <qmlclass name="XrSpatialAnchor" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrSpatialAnchor" href="qml-qtquick3d-xr-xrspatialanchor.html" status="active" access="public" since="6.8" documented="true" title="XrSpatialAnchor" fulltitle="XrSpatialAnchor" subtitle="" brief="Tracks a specific location or object in real space">
            <contents name="platform-notes" title="Platform notes" level="1"/>
            <contents name="meta-quest-devices" title="Meta Quest Devices" level="2"/>
            <qmlproperty name="Classification" fullname="QtQuick3D.Xr.XrSpatialAnchor.Classification" href="qml-qtquick3d-xr-xrspatialanchor.html#Classification-prop" status="active" access="public" documented="true" groups="xr-anchors" type="enumeration" attached="false" writable="false" brief="Classification of the spatial anchor"/>
            <qmlproperty name="classification" fullname="QtQuick3D.Xr.XrSpatialAnchor.classification" href="qml-qtquick3d-xr-xrspatialanchor.html#classification-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="false" brief="Type of the spatial anchor"/>
            <qmlproperty name="classificationString" fullname="QtQuick3D.Xr.XrSpatialAnchor.classificationString" href="qml-qtquick3d-xr-xrspatialanchor.html#classificationString-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false" brief="Classification type of the spatial anchor as a string"/>
            <qmlproperty name="extent2D" fullname="QtQuick3D.Xr.XrSpatialAnchor.extent2D" href="qml-qtquick3d-xr-xrspatialanchor.html#extent2D-prop" status="active" access="public" documented="true" type="vector2d" attached="false" writable="false" brief="2D extent of the spatial anchor"/>
            <qmlproperty name="extent3D" fullname="QtQuick3D.Xr.XrSpatialAnchor.extent3D" href="qml-qtquick3d-xr-xrspatialanchor.html#extent3D-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false" brief="3D extent of the spatial anchor"/>
            <qmlproperty name="has2DBounds" fullname="QtQuick3D.Xr.XrSpatialAnchor.has2DBounds" href="qml-qtquick3d-xr-xrspatialanchor.html#has2DBounds-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false" brief="Indicates whether the spatial anchor has 2D bounds"/>
            <qmlproperty name="has3DBounds" fullname="QtQuick3D.Xr.XrSpatialAnchor.has3DBounds" href="qml-qtquick3d-xr-xrspatialanchor.html#has3DBounds-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false" brief="Indicates whether the spatial anchor has 3D bounds"/>
            <qmlproperty name="identifier" fullname="QtQuick3D.Xr.XrSpatialAnchor.identifier" href="qml-qtquick3d-xr-xrspatialanchor.html#identifier-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false" brief="A unique identifier for this spatial anchor"/>
            <qmlproperty name="offset2D" fullname="QtQuick3D.Xr.XrSpatialAnchor.offset2D" href="qml-qtquick3d-xr-xrspatialanchor.html#offset2D-prop" status="active" access="public" documented="true" type="vector2d" attached="false" writable="false" brief="2D offset of the spatial anchor"/>
            <qmlproperty name="offset3D" fullname="QtQuick3D.Xr.XrSpatialAnchor.offset3D" href="qml-qtquick3d-xr-xrspatialanchor.html#offset3D-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false" brief="3D offset of the spatial anchor"/>
            <qmlproperty name="position" fullname="QtQuick3D.Xr.XrSpatialAnchor.position" href="qml-qtquick3d-xr-xrspatialanchor.html#position-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false" brief="Of the spatial anchor"/>
            <qmlproperty name="rotation" fullname="QtQuick3D.Xr.XrSpatialAnchor.rotation" href="qml-qtquick3d-xr-xrspatialanchor.html#rotation-prop" status="active" access="public" documented="true" type="quaternion" attached="false" writable="false" brief="Orientation of the spatial anchor"/>
        </qmlclass>
        <qmlclass name="XrSpatialAnchorListModel" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrSpatialAnchorListModel" href="qml-qtquick3d-xr-xrspatialanchorlistmodel.html" status="active" access="public" since="6.8" documented="true" title="XrSpatialAnchorListModel" fulltitle="XrSpatialAnchorListModel" subtitle="" brief="Provides a model containing spatial anchors">
            <qmlproperty name="classificationFilter" fullname="QtQuick3D.Xr.XrSpatialAnchorListModel.classificationFilter" href="qml-qtquick3d-xr-xrspatialanchorlistmodel.html#classificationFilter-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Holds the classification flag used for filtering spatial anchors"/>
            <qmlproperty name="classificationStringFilter" fullname="QtQuick3D.Xr.XrSpatialAnchorListModel.classificationStringFilter" href="qml-qtquick3d-xr-xrspatialanchorlistmodel.html#classificationStringFilter-prop" status="active" access="public" documented="true" type="list&lt;string&gt;" attached="false" writable="true" brief="Holds the classification strings used for filtering spatial anchors"/>
            <qmlproperty name="filterMode" fullname="QtQuick3D.Xr.XrSpatialAnchorListModel.filterMode" href="qml-qtquick3d-xr-xrspatialanchorlistmodel.html#filterMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Specifies the filter mode for spatial anchors"/>
            <qmlproperty name="identifierFilter" fullname="QtQuick3D.Xr.XrSpatialAnchorListModel.identifierFilter" href="qml-qtquick3d-xr-xrspatialanchorlistmodel.html#identifierFilter-prop" status="active" access="public" documented="true" type="list&lt;string&gt;" attached="false" writable="true" brief="Holds the list of identifiers for filtering spatial anchors"/>
        </qmlclass>
        <qmlclass name="XrView" qml-module-name="QtQuick3D.Xr" qml-base-type="QtQuick3D::Node" fullname="QtQuick3D.Xr.XrView" href="qml-qtquick3d-xr-xrview.html" status="active" access="public" since="6.8" documented="true" title="XrView" fulltitle="XrView" subtitle="" brief="Sets up the view for an Xr application">
            <contents name="platform-notes" title="Platform notes" level="1"/>
            <contents name="meta-quest-devices" title="Meta Quest Devices" level="2"/>
            <function name="initializeFailed" fullname="QtQuick3D.Xr.XrView.initializeFailed" href="qml-qtquick3d-xr-xrview.html#initializeFailed-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="const QString &amp;" name="errorString" default=""/>
            </function>
            <function name="processTouch" fullname="QtQuick3D.Xr.XrView.processTouch" href="qml-qtquick3d-xr-xrview.html#processTouch-method" status="active" access="public" documented="true" meta="qmlmethod" type="vector3d">
                <parameter type="vector3d" name="position" default=""/>
                <parameter type="int" name="pointId" default=""/>
            </function>
            <function name="rayPick" fullname="QtQuick3D.Xr.XrView.rayPick" href="qml-qtquick3d-xr-xrview.html#rayPick-method" status="active" access="public" documented="true" meta="qmlmethod" type="pickResult">
                <parameter type="vector3d" name="origin" default=""/>
                <parameter type="vector3d" name="direction" default=""/>
            </function>
            <function name="rayPickAll" fullname="QtQuick3D.Xr.XrView.rayPickAll" href="qml-qtquick3d-xr-xrview.html#rayPickAll-method" status="active" access="public" documented="true" meta="qmlmethod" type="List&lt;pickResult&gt;">
                <parameter type="vector3d" name="origin" default=""/>
                <parameter type="vector3d" name="direction" default=""/>
            </function>
            <function name="sessionEnded" fullname="QtQuick3D.Xr.XrView.sessionEnded" href="qml-qtquick3d-xr-xrview.html#sessionEnded-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="setTouchpoint" fullname="QtQuick3D.Xr.XrView.setTouchpoint" href="qml-qtquick3d-xr-xrview.html#setTouchpoint-method" status="active" access="public" documented="true" meta="qmlmethod">
                <parameter type="Item" name="target" default=""/>
                <parameter type="point" name="position" default=""/>
                <parameter type="int" name="pointId" default=""/>
                <parameter type="bool" name="pressed" default=""/>
            </function>
            <function name="touchpointState" fullname="QtQuick3D.Xr.XrView.touchpointState" href="qml-qtquick3d-xr-xrview.html#touchpointState-method" status="active" access="public" documented="true" meta="qmlmethod" type="object">
                <parameter type="int" name="pointId" default=""/>
            </function>
            <qmlproperty name="depthSubmissionEnabled" fullname="QtQuick3D.Xr.XrView.depthSubmissionEnabled" href="qml-qtquick3d-xr-xrview.html#depthSubmissionEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Controls whether submitting the depth buffer to the XR compositor is enabled"/>
            <qmlproperty name="environment" fullname="QtQuick3D.Xr.XrView.environment" href="qml-qtquick3d-xr-xrview.html#environment-prop" status="active" access="public" documented="true" type="SceneEnvironment" attached="false" writable="true" brief="Holds"/>
            <qmlproperty name="fixedFoveation" fullname="QtQuick3D.Xr.XrView.fixedFoveation" href="qml-qtquick3d-xr-xrview.html#fixedFoveation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Controls the level of fixed foveated rendering for the XrView"/>
            <qmlproperty name="isQuitOnSessionEndEnabled" fullname="QtQuick3D.Xr.XrView.isQuitOnSessionEndEnabled" href="qml-qtquick3d-xr-xrview.html#isQuitOnSessionEndEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Holds whether the application should quit when the XR session ends"/>
            <qmlproperty name="multiViewRenderingEnabled" fullname="QtQuick3D.Xr.XrView.multiViewRenderingEnabled" href="qml-qtquick3d-xr-xrview.html#multiViewRenderingEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="This is a read-only property that reports if Multiview Rendering is enabled for the XR view"/>
            <qmlproperty name="multiViewRenderingSupported" fullname="QtQuick3D.Xr.XrView.multiViewRenderingSupported" href="qml-qtquick3d-xr-xrview.html#multiViewRenderingSupported-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="This read-only property reports the availability of Multiview Rendering"/>
            <qmlproperty name="passthroughEnabled" fullname="QtQuick3D.Xr.XrView.passthroughEnabled" href="qml-qtquick3d-xr-xrview.html#passthroughEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Holds"/>
            <qmlproperty name="passthroughSupported" fullname="QtQuick3D.Xr.XrView.passthroughSupported" href="qml-qtquick3d-xr-xrview.html#passthroughSupported-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Indicates"/>
            <qmlproperty name="referenceSpace" fullname="QtQuick3D.Xr.XrView.referenceSpace" href="qml-qtquick3d-xr-xrview.html#referenceSpace-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true" brief="Gets or sets the reference space for the XR view"/>
            <qmlproperty name="renderStats" fullname="QtQuick3D.Xr.XrView.renderStats" href="qml-qtquick3d-xr-xrview.html#renderStats-prop" status="active" access="public" documented="true" type="RenderStats" attached="false" writable="true" brief="Holds"/>
            <qmlproperty name="runtimeInfo" fullname="QtQuick3D.Xr.XrView.runtimeInfo" href="qml-qtquick3d-xr-xrview.html#runtimeInfo-prop" status="active" access="public" documented="true" type="QQuick3DXrRuntimeInfo" attached="false" writable="true" brief="Provides"/>
            <qmlproperty name="xrOrigin" fullname="QtQuick3D.Xr.XrView.xrOrigin" href="qml-qtquick3d-xr-xrview.html#xrOrigin-prop" status="active" access="public" documented="true" type="XrOrigin" attached="false" writable="true" brief="Holds the active XR origin"/>
        </qmlclass>
        <qmlclass name="XrVirtualMouse" qml-module-name="QtQuick3D.Xr" fullname="QtQuick3D.Xr.XrVirtualMouse" href="qml-qtquick3d-xr-xrvirtualmouse.html" status="active" access="public" since="6.8" documented="true" title="XrVirtualMouse" fulltitle="XrVirtualMouse" subtitle="" brief="Maps 3D controller input to mouse input in 2D items">
            <qmlproperty name="enabled" fullname="QtQuick3D.Xr.XrVirtualMouse.enabled" href="qml-qtquick3d-xr-xrvirtualmouse.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Indicates whether the virtual mouse is enabled. When true, the virtual mouse sends mouse events to 2D objects in the scene"/>
            <qmlproperty name="leftMouseButton" fullname="QtQuick3D.Xr.XrVirtualMouse.leftMouseButton" href="qml-qtquick3d-xr-xrvirtualmouse.html#leftMouseButton-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Sets the state of the left mouse button"/>
            <qmlproperty name="middleMouseButton" fullname="QtQuick3D.Xr.XrVirtualMouse.middleMouseButton" href="qml-qtquick3d-xr-xrvirtualmouse.html#middleMouseButton-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Sets the state of the middle mouse button"/>
            <qmlproperty name="rightMouseButton" fullname="QtQuick3D.Xr.XrVirtualMouse.rightMouseButton" href="qml-qtquick3d-xr-xrvirtualmouse.html#rightMouseButton-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true" brief="Sets the state of the right mouse button"/>
            <qmlproperty name="scrollPixelDelta" fullname="QtQuick3D.Xr.XrVirtualMouse.scrollPixelDelta" href="qml-qtquick3d-xr-xrvirtualmouse.html#scrollPixelDelta-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true" brief="Defines the base distance scrolled with each scrolling event"/>
            <qmlproperty name="scrollTimerInterval" fullname="QtQuick3D.Xr.XrVirtualMouse.scrollTimerInterval" href="qml-qtquick3d-xr-xrvirtualmouse.html#scrollTimerInterval-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true" brief="Defines time in milliseconds between scrolling events sent to the system"/>
            <qmlproperty name="scrollWheelX" fullname="QtQuick3D.Xr.XrVirtualMouse.scrollWheelX" href="qml-qtquick3d-xr-xrvirtualmouse.html#scrollWheelX-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true" brief="Sets the horizontal scrolling speed"/>
            <qmlproperty name="scrollWheelY" fullname="QtQuick3D.Xr.XrVirtualMouse.scrollWheelY" href="qml-qtquick3d-xr-xrvirtualmouse.html#scrollWheelY-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true" brief="Sets the vertical scrolling speed"/>
            <qmlproperty name="source" fullname="QtQuick3D.Xr.XrVirtualMouse.source" href="qml-qtquick3d-xr-xrvirtualmouse.html#source-prop" status="active" access="public" documented="true" type="Node" attached="false" writable="true" brief="3D node controlling the virtual mouse"/>
            <qmlproperty name="view" fullname="QtQuick3D.Xr.XrVirtualMouse.view" href="qml-qtquick3d-xr-xrvirtualmouse.html#view-prop" status="active" access="public" documented="true" type="XrView" attached="false" writable="true" brief="XR view associated with the virtual mouse. Holds the view in which the virtual mouse operates"/>
        </qmlclass>
        <page name="qtquick3d-attribution-alpha_blending.frag.html" href="qtquick3d-attribution-alpha-blending-frag.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-examples,attributions-qtquick3d-examples" subtype="page" title="alpha_blending.frag, version 4500c7f9cb7d569de5978094677e48722bc9133e" fulltitle="alpha_blending.frag, version 4500c7f9cb7d569de5978094677e48722bc9133e" subtitle="" brief="MIT License">
            <target name="alpha-blending-frag" title="alpha_blending.frag"/>
        </page>
        <qmlvaluetype name="bounds" qml-module-name="QtQuick3D" fullname="QtQuick3D.bounds" href="qml-bounds.html" status="active" access="public" documented="true" title="bounds" fulltitle="bounds" subtitle="" brief="Specifies the bounds of a model">
            <qmlproperty name="maximum" fullname="QtQuick3D.bounds.maximum" href="qml-bounds.html#maximum-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
            <qmlproperty name="minimum" fullname="QtQuick3D.bounds.minimum" href="qml-bounds.html#minimum-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="true"/>
        </qmlvaluetype>
        <page name="qtquick3d-attribution-meshoptimizer.html" href="qtquick3d-attribution-meshoptimizer.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="meshoptimizer, version v0.18" fulltitle="meshoptimizer, version v0.18" subtitle="" brief="MIT License">
            <target name="meshoptimizer"/>
        </page>
        <qmlvaluetype name="pickResult" qml-module-name="QtQuick3D" fullname="QtQuick3D.pickResult" href="qml-pickresult.html" status="active" access="public" documented="true" title="pickResult" fulltitle="pickResult" subtitle="" brief="Contains the results of a pick">
            <qmlproperty name="distance" fullname="QtQuick3D.pickResult.distance" href="qml-pickresult.html#distance-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="hitType" fullname="QtQuick3D.pickResult.hitType" href="qml-pickresult.html#hitType-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="false"/>
            <qmlproperty name="instanceIndex" fullname="QtQuick3D.pickResult.instanceIndex" href="qml-pickresult.html#instanceIndex-prop" status="active" access="public" since="6.5" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="itemHit" fullname="QtQuick3D.pickResult.itemHit" href="qml-pickresult.html#itemHit-prop" status="active" access="public" since="6.8" documented="true" type="Item" attached="false" writable="false"/>
            <qmlproperty name="normal" fullname="QtQuick3D.pickResult.normal" href="qml-pickresult.html#normal-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="objectHit" fullname="QtQuick3D.pickResult.objectHit" href="qml-pickresult.html#objectHit-prop" status="active" access="public" documented="true" type="Model" attached="false" writable="false"/>
            <qmlproperty name="position" fullname="QtQuick3D.pickResult.position" href="qml-pickresult.html#position-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="sceneNormal" fullname="QtQuick3D.pickResult.sceneNormal" href="qml-pickresult.html#sceneNormal-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="scenePosition" fullname="QtQuick3D.pickResult.scenePosition" href="qml-pickresult.html#scenePosition-prop" status="active" access="public" documented="true" type="vector3d" attached="false" writable="false"/>
            <qmlproperty name="uvPosition" fullname="QtQuick3D.pickResult.uvPosition" href="qml-pickresult.html#uvPosition-prop" status="active" access="public" documented="true" type="vector2d" attached="false" writable="false"/>
        </qmlvaluetype>
        <page name="qtquick3d-attribution-xatlas.html" href="qtquick3d-attribution-xatlas.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquick3d,attributions-qtquick3d-libs" subtype="attribution" title="xatlas, version 16ace528acd2cf1f16a7c0dde99c42c486488dbe" fulltitle="xatlas, version 16ace528acd2cf1f16a7c0dde99c42c486488dbe" subtitle="" brief="MIT License">
            <target name="xatlas"/>
        </page>
        <group name="attributions-examples" href="attributions-examples.html" status="internal" seen="false" title=""/>
        <group name="attributions-libs" href="attributions-libs.html" status="internal" seen="false" title=""/>
        <group name="attributions-qtquick3d" href="attributions-qtquick3d.html" status="internal" seen="false" title=""/>
        <group name="attributions-qtquick3d-examples" href="attributions-qtquick3d-examples.html" status="internal" seen="false" title=""/>
        <group name="attributions-qtquick3d-libs" href="attributions-qtquick3d-libs.html" status="internal" seen="false" title=""/>
        <group name="category 3D" href="category-3d.html" status="internal" seen="false" title=""/>
        <group name="changes-qt-5-to-6" href="changes-qt-5-to-6.html" status="internal" seen="false" title=""/>
        <group name="explanations-2dand3dgraphics" href="explanations-2dand3dgraphics.html" status="internal" seen="false" title=""/>
        <group name="qt3dxr-examples" href="qt3dxr-examples.html" status="internal" seen="false" title=""/>
        <group name="quick3d-asset-conditioning" href="quick3d-asset-conditioning.html" status="active" location="qtquick3d-asset-conditioning.qdoc" documented="true" seen="true" title="Qt Quick 3D Asset Conditioning" brief="Best practices for importing assets">
            <contents name="optimizing-assets" title="Optimizing Assets" level="1"/>
        </group>
        <group name="quick3d-examples" href="quick3d-examples.html" status="active" location="qtquick3d-examples.qdoc" documented="true" seen="true" title="Qt Quick 3D Examples and Tutorials" brief="List of all examples and tutorials for Qt Quick 3D"/>
        <group name="xr-anchors" href="xr-anchors.html" status="internal" seen="false" title=""/>
        <module name="QtQuick3D" href="qtquick3d-module.html" status="active" location="qtquick3d-cppmodule.qdoc" documented="true" seen="true" title="Qt Quick 3D C++ Classes" brief="Provides classes for Qt Quick 3D application development">
            <contents name="qtquick3d-c-types" title="QtQuick3D C++ Types" level="1"/>
        </module>
        <qmlmodule name="QtQuick3D" qml-module-name="QtQuick3D" href="qtquick3d-qmlmodule.html" status="active" location="qtquick3d-qmlmodule.qdoc" documented="true" seen="true" title="Qt Quick 3D QML Types" brief="Provides the QML types to include 3D items into a Qt Quick scene">
            <contents name="qtquick3d-qml-types" title="QtQuick3D QML Types" level="1"/>
            <contents name="qml-value-types" title="QML Value Types" level="2"/>
            <contents name="qtquick3d-helpers-qml-types" title="QtQuick3D.Helpers QML Types" level="1"/>
            <contents name="qtquick3d-assetutils-qml-types" title="QtQuick3D.AssetUtils QML Types" level="1"/>
            <contents name="qtquick3d-particles3d-qml-types" title="QtQuick3D.Particles3D QML Types" level="1"/>
            <contents name="qtquick3d-xr-qml-types" title="QtQuick3D.Xr QML Types" level="1"/>
            <contents name="obsolete-qml-types" title="Obsolete QML Types" level="1"/>
            <contents name="qml-types-with-obsolete-properties-or-methods" title="QML Types with Obsolete Properties or Methods" level="1"/>
        </qmlmodule>
        <qmlmodule name="QtQuick3D.AssetUtils" qml-module-name="QtQuick3D.AssetUtils" href="qtquick3d-assetutils-qmlmodule.html" status="active" location="qtquick3d-qmlmodule.qdoc" since="6.2" documented="true" seen="true" title="Qt Quick 3D Asset Utility QML Types" brief="Provides a way to load 3D assets directly from source at runtime"/>
        <qmlmodule name="QtQuick3D.Effects" qml-module-name="QtQuick3D.Effects" qml-module-version="6.9" href="qtquick3d-effects-qmlmodule-obsolete-obsolete.html" status="deprecated" location="qtquick3d-effects.qdoc" documented="true" seen="true" title="Qt Quick 3D Effects QML Types" brief="Provides QML types for the effects included in the Qt Quick 3D effect library"/>
        <qmlmodule name="QtQuick3D.Helpers" qml-module-name="QtQuick3D.Helpers" href="qtquick3d-helpers-qmlmodule.html" status="active" location="qtquick3d-helpers.qdoc" documented="true" seen="true" title="Qt Quick 3D Helpers QML Types" brief="Module containing helpers for creating applications using Qt Quick 3D"/>
        <qmlmodule name="QtQuick3D.Particles3D" qml-module-name="QtQuick3D.Particles3D" href="qtquick3d-particles3d-qmlmodule.html" status="active" location="qtquick3d-particles3d.qdoc" documented="true" seen="true" title="Qt Quick 3D Particles3D QML Types" brief="Module containing Particles for the Qt Quick 3D"/>
        <qmlmodule name="QtQuick3D.Xr" qml-module-name="QtQuick3D.Xr" href="qtquick3d-xr-qmlmodule.html" status="active" location="qt3dxr-qml-module.qdoc" since="6.8" documented="true" seen="true" title="Qt Quick 3D Xr QML Types" brief="Provides QML types for XR and VR applications"/>
        <proxy name="QtQuick3D" href="qtquick3d-qtquick3d-proxy.html" status="active" access="public">
            <typedef name="QSSGCameraId" href="qtquick3d-qtquick3d-proxy.html#QSSGCameraId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="0" documented="true"/>
            <typedef name="QSSGExtensionId" href="qtquick3d-qtquick3d-proxy.html#QSSGExtensionId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="1" documented="true"/>
            <typedef name="QSSGNodeId" href="qtquick3d-qtquick3d-proxy.html#QSSGNodeId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="2" documented="true"/>
            <typedef name="QSSGPrepContextId" href="qtquick3d-qtquick3d-proxy.html#QSSGPrepContextId-typedef" status="active" access="public" location="qssgrenderhelpers.h" related="3" documented="true"/>
            <typedef name="QSSGPrepResultId" href="qtquick3d-qtquick3d-proxy.html#QSSGPrepResultId-typedef" status="active" access="public" location="qssgrenderhelpers.h" related="4" documented="true"/>
            <typedef name="QSSGRenderablesId" href="qtquick3d-qtquick3d-proxy.html#QSSGRenderablesId-typedef" status="active" access="public" location="qssgrenderhelpers.h" related="5" documented="true"/>
            <typedef name="QSSGResourceId" href="qtquick3d-qtquick3d-proxy.html#QSSGResourceId-typedef" status="active" access="public" location="qquick3dextensionhelpers.h" related="6" documented="true"/>
        </proxy>
    </namespace>
</INDEX>
