Qt3DRender Namespace

Contains classes that enable 2D and 3D rendering. 更多...

头: #include <Qt3DRender>
qmake: QT += 3drender

    名称空间

    namespace Quick
    namespace Render

    class QAbstractFunctor
    class QAbstractLight
    class QAbstractRayCaster
    class QAbstractTexture
    class QAbstractTextureImage
    class QAlphaCoverage
    class QAlphaTest
    class QAttribute
    class QBlendEquation
    class QBlendEquationArguments
    class QBlitFramebuffer
    class QBuffer
    class QBufferCapture
    class QBufferDataGenerator
    class QCamera
    class QCameraLens
    class QCameraSelector
    class QClearBuffers
    class QClipPlane
    class QColorMask
    class QComputeCommand
    class QCullFace
    class QDepthRange
    class QDepthTest
    class QDirectionalLight
    class QDispatchCompute
    class QDithering
    class QEffect
    class QEnvironmentLight
    class QFilterKey
    class QFrameGraphNode
    class QFrameGraphNodeCreatedChangeBase
    class QFrontFace
    class QFrustumCulling
    class QGeometry
    class QGeometryRenderer
    class QGraphicsApiFilter
    class QLayer
    class QLayerFilter
    class QLevelOfDetail
    class QLevelOfDetailBoundingSphere
    class QLevelOfDetailSwitch
    class QLineWidth
    class QMaterial
    class QMemoryBarrier
    class QMesh
    class QMultiSampleAntiAliasing
    class QNoDepthMask
    class QNoDraw
    class QNoPicking
    class QObjectPicker
    class QPaintedTextureImage
    class QParameter
    class QPickEvent
    class QPickLineEvent
    class QPickPointEvent
    class QPickTriangleEvent
    class QPickingSettings
    class QPointLight
    class QPointSize
    class QPolygonOffset
    class QProximityFilter
    class QRasterMode
    class QRayCaster
    class QRayCasterHit
    class QRenderAspect
    class QRenderCapabilities
    class QRenderCapture
    class QRenderCaptureReply
    class QRenderPass
    class QRenderPassFilter
    class QRenderSettings
    class QRenderState
    class QRenderStateSet
    class QRenderSurfaceSelector
    class QRenderTarget
    class QRenderTargetOutput
    class QRenderTargetSelector
    class QSceneLoader
    class QScissorTest
    class QScreenRayCaster
    class QSeamlessCubemap
    class QSetFence
    class QShaderData
    class QShaderImage
    class QShaderProgram
    class QShaderProgramBuilder
    class QSharedGLTexture
    class QSortPolicy
    class QSpotLight
    class QStencilMask
    class QStencilOperation
    class QStencilOperationArguments
    class QStencilTest
    class QStencilTestArguments
    class QSubtreeEnabler
    class QTechnique
    class QTechniqueFilter
    class QTexture1D
    class QTexture1DArray
    class QTexture2D
    class QTexture2DArray
    class QTexture2DMultisample
    class QTexture2DMultisampleArray
    class QTexture3D
    class QTextureBuffer
    class QTextureCubeMap
    class QTextureCubeMapArray
    class QTextureData
    class QTextureDataUpdate
    class QTextureGenerator
    class QTextureImage
    class QTextureImageData
    class QTextureImageDataGenerator
    class QTextureLoader
    class QTextureRectangle
    class QTextureWrapMode
    class QViewport
    class QWaitFence

    类型

    typedef ParameterList
    typedef QBufferDataGeneratorPtr
    typedef QBufferPtr
    typedef QTextureImageDataPtr

    函数

    qintptr functorTypeId ()
    bool operator!= (const Qt3DRender::QGraphicsApiFilter & reference , const Qt3DRender::QGraphicsApiFilter & sample )
    bool operator== (const Qt3DRender::QGraphicsApiFilter & reference , const Qt3DRender::QGraphicsApiFilter & sample )

    详细描述

    名称空间

    namespace Qt3DRender:: Quick

    namespace Qt3DRender:: Render

    class QAbstractFunctor

    QAbstractFunctor is an abstract base class for all functors. 更多...

    class QAbstractLight

    Encapsulate a QAbstractLight object in a Qt 3D scene. 更多...

    class QAbstractRayCaster

    用于在 3D 场景中,投射光线的抽象基类。 更多...

    class QAbstractTexture

    A base class to be used to provide textures. 更多...

    class QAbstractTextureImage

    Encapsulates the necessary information to create an OpenGL texture image. 更多...

    class QAlphaCoverage

    Enable alpha-to-coverage multisampling mode. 更多...

    class QAlphaTest

    The QAlphaTest class specify alpha reference test. 更多...

    class QAttribute

    Defines an attribute and how data should be read from a QBuffer . 更多...

    class QBlendEquation

    The QBlendEquation class specifies the equation used for both the RGB blend equation and the Alpha blend equation. 更多...

    class QBlendEquationArguments

    Encapsulates blending information: specifies how the incoming values (what's going to be drawn) are going to affect the existing values (what is already drawn). 更多...

    class QBlitFramebuffer

    FrameGraph node to transfer a rectangle of pixel values from one region of a render target to another. 更多...

    class QBuffer

    Provides a data store for raw data to later be used as vertices or uniforms. 更多...

    class QBufferCapture

    在 GPU 和 CPU 之间交换缓冲数据。 更多...

    class QBufferDataGenerator

    Provides a mechanism to generate buffer data from a job. 更多...

    class QCamera

    The QCamera class defines a view point through which the scene will be rendered. 更多...

    class QCameraLens

    Qt3DRender::QCameraLens specifies the projection matrix that will be used to define a Camera for a 3D scene. 更多...

    class QCameraSelector

    Class to allow for selection of camera to be used. 更多...

    class QClearBuffers

    Class to clear buffers. 更多...

    class QClipPlane

    Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistance. 更多...

    class QColorMask

    允许应该把哪些指定颜色分量写入目前绑定的帧缓冲。 更多...

    class QComputeCommand

    QComponent to issue work for the compute shader on GPU. 更多...

    class QCullFace

    The QCullFace class specifies whether front or back face culling is enabled. 更多...

    class QDepthRange

    Enables remapping depth values written into the depth buffer. 更多...

    class QDepthTest

    The QDepthTest class tests the fragment shader's depth value against the depth of a sample being written to. 更多...

    class QDirectionalLight

    Encapsulate a Directional Light object in a Qt 3D scene. 更多...

    class QDispatchCompute

    FrameGraph node to issue work for the compute shader on GPU. 更多...

    class QDithering

    Enable dithering. 更多...

    class QEffect

    The base class for effects in a Qt 3D scene. 更多...

    class QEnvironmentLight

    Encapsulate an environment light object in a Qt 3D scene. 更多...

    class QFilterKey

    The QFilterKey class provides storage for filter keys and their values. 更多...

    class QFrameGraphNode

    Base class of all FrameGraph configuration nodes. 更多...

    class QFrameGraphNodeCreatedChangeBase

    A base class for changes in the FrameGraphNode . 更多...

    class QFrontFace

    The QFrontFace class defines front and back facing polygons. 更多...

    class QFrustumCulling

    Enable frustum culling for the FrameGraph. 更多...

    class QGeometry

    Encapsulates geometry. 更多...

    class QGeometryRenderer

    Encapsulates geometry rendering. 更多...

    class QGraphicsApiFilter

    The QGraphicsApiFilter class identifies the API required for the attached QTechnique . 更多...

    class QLayer

    The QLayer class provides a way of filtering which entities will be rendered. 更多...

    class QLayerFilter

    Controls layers drawn in a frame graph branch. 更多...

    class QLevelOfDetail

    The QLevelOfDetail class provides a way of controlling the complexity of rendered entities based on their size on the screen. 更多...

    class QLevelOfDetailBoundingSphere

    The QLevelOfDetailBoundingSphere class provides a simple spherical volume, defined by its center and radius. 更多...

    class QLevelOfDetailSwitch

    Provides a way of enabling child entities based on distance or screen size. 更多...

    class QLineWidth

    Specifies the width of rasterized lines. 更多...

    class QMaterial

    Provides an abstract class that should be the base of all material component classes in a scene. 更多...

    class QMemoryBarrier

    用于安放内存屏障的类。 更多...

    class QMesh

    A custom mesh loader. 更多...

    class QMultiSampleAntiAliasing

    Enable multisample antialiasing. 更多...

    class QNoDepthMask

    Disable depth write. 更多...

    class QNoDraw

    Qt3DRender::QNoDraw node is present in a FrameGraph branch, this prevents the renderer from rendering any primitive. 更多...

    class QNoPicking

    Qt3DRender::QNoPicking node is present in a FrameGraph branch, this prevents the render aspect from performing picking selection for the given branch. 更多...

    class QObjectPicker

    The QObjectPicker class instantiates a component that can be used to interact with a QEntity by a process known as picking. 更多...

    class QPaintedTextureImage

    A QAbstractTextureImage that can be written through a QPainter . 更多...

    class QParameter

    Provides storage for a name and value pair. This maps to a shader uniform. 更多...

    class QPickEvent

    The QPickEvent class holds information when an object is picked. 更多...

    class QPickLineEvent

    The QPickLineEvent class holds information when a segment of a line is picked. 更多...

    class QPickPointEvent

    The QPickPointEvent class holds information when a segment of a point cloud is picked. 更多...

    class QPickTriangleEvent

    The QPickTriangleEvent class holds information when a triangle is picked. 更多...

    class QPickingSettings

    The QPickingSettings class specifies how entity picking is handled. 更多...

    class QPointLight

    Encapsulate a Point Light object in a Qt 3D scene. 更多...

    class QPointSize

    Specifies the size of rasterized points. May either be set statically or by shader programs. 更多...

    class QPolygonOffset

    The QPolygonOffset class sets the scale and steps to calculate depth values for polygon offsets. 更多...

    class QProximityFilter

    Select entities which are within a distance threshold of a target entity. 更多...

    class QRasterMode

    The QRasterMode render state allows to control the type of rasterization to be performed. 更多...

    class QRayCaster

    Qt3DRender::QRayCaster is used to perform ray casting tests in 3d world coordinates. 更多...

    class QRayCasterHit

    Details of a hit when casting a ray through a model. 更多...

    class QRenderAspect

    The QRenderAspect class. 更多...

    class QRenderCapabilities

    The QRenderCapabilities class holds settings related to available rendering engines. 更多...

    class QRenderCapture

    Frame graph node for render capture. 更多...

    class QRenderCaptureReply

    Receives the result of render capture request. 更多...

    class QRenderPass

    Encapsulates a Render Pass. 更多...

    class QRenderPassFilter

    Provides storage for vectors of Filter Keys and Parameters. 更多...

    class QRenderSettings

    The QRenderSettings class holds settings related to rendering process and host the active FrameGraph . 更多...

    class QRenderState

    An abstract base class for all render states. 更多...

    class QRenderStateSet

    The QRenderStateSet FrameGraph node offers a way of specifying a set of QRenderState objects to be applied during the execution of a framegraph branch. 更多...

    class QRenderSurfaceSelector

    Provides a way of specifying the render surface. 更多...

    class QRenderTarget

    The QRenderTarget class encapsulates a target (usually a frame buffer object) which the renderer can render into. 更多...

    class QRenderTargetOutput

    The QRenderTargetOutput class allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc... ). 更多...

    class QRenderTargetSelector

    Provides a way of specifying a render target. 更多...

    class QSceneLoader

    提供加载现有场景的设施。 更多...

    class QScissorTest

    The QScissorTest class discards fragments that fall outside of a certain rectangular portion of the screen. 更多...

    class QScreenRayCaster

    Performe ray casting test based on screen coordinates. 更多...

    class QSeamlessCubemap

    Enables seamless cubemap texture filtering. 更多...

    class QSetFence

    FrameGraphNode used to insert a fence in the graphics command stream. 更多...

    class QShaderData

    Provides a way of specifying values of a Uniform Block or a shader structure. 更多...

    class QShaderImage

    Provides Image access to shader programs. 更多...

    class QShaderProgram

    Encapsulates a Shader Program. 更多...

    class QShaderProgramBuilder

    Generates a Shader Program content from loaded graphs. 更多...

    class QSharedGLTexture

    Allows to use a textureId from a separate OpenGL context in a Qt 3D scene. 更多...

    class QSortPolicy

    Provides storage for the sort types to be used. 更多...

    class QSpotLight

    Encapsulate a Spot Light object in a Qt 3D scene. 更多...

    class QStencilMask

    The QStencilMask class controls the front and back writing of individual bits in the stencil planes. 更多...

    class QStencilOperation

    The QStencilOperation class specifies stencil operation. 更多...

    class QStencilOperationArguments

    The QStencilOperationArguments class sets the actions to be taken when stencil and depth tests fail. 更多...

    class QStencilTest

    The QStencilTest class specifies arguments for the stecil test. 更多...

    class QStencilTestArguments

    The QStencilTestArguments class specifies arguments for stencil test. 更多...

    class QSubtreeEnabler

    启用或禁用框架图形节点的整个子树。 更多...

    class QTechnique

    封装技术。 更多...

    class QTechniqueFilter

    A QFrameGraphNode used to select QTechniques to use. 更多...

    class QTexture1D

    A QAbstractTexture 采用 Target1D target format. 更多...

    class QTexture1DArray

    A QAbstractTexture 采用 Target1DArray target format. 更多...

    class QTexture2D

    A QAbstractTexture 采用 Target2D target format. 更多...

    class QTexture2DArray

    A QAbstractTexture 采用 Target2DArray target format. 更多...

    class QTexture2DMultisample

    A QAbstractTexture 采用 Target2DMultisample target format. 更多...

    class QTexture2DMultisampleArray

    A QAbstractTexture 采用 Target2DMultisampleArray target format. 更多...

    class QTexture3D

    A QAbstractTexture 采用 Target3D target format. 更多...

    class QTextureBuffer

    A QAbstractTexture 采用 TargetBuffer target format. 更多...

    class QTextureCubeMap

    A QAbstractTexture 采用 TargetCubeMap target format. 更多...

    class QTextureCubeMapArray

    A QAbstractTexture 采用 TargetCubeMapArray target format. 更多...

    class QTextureData

    The QTextureData class stores texture information such as the target, height, width, depth, layers, wrap, and if mipmaps are enabled. 更多...

    class QTextureDataUpdate

    QTextureDataUpdate holds content and information required to perform partial updates of a texture content. 更多...

    class QTextureGenerator

    Provides the image data for a texture. 更多...

    class QTextureImage

    Encapsulates the necessary information to create an OpenGL texture image from an image source. 更多...

    class QTextureImageData

    QTextureImageData stores data representing a texture. 更多...

    class QTextureImageDataGenerator

    Provides texture image data for QAbstractTextureImage . 更多...

    class QTextureLoader

    Handles the texture loading and setting the texture's properties. 更多...

    class QTextureRectangle

    A QAbstractTexture 采用 TargetRectangle target format. 更多...

    class QTextureWrapMode

    Defines the wrap mode a Qt3DRender::QAbstractTexture should apply to a texture. 更多...

    class QViewport

    A viewport on the Qt3D Scene. 更多...

    class QWaitFence

    FrameGraphNode used to wait for a fence in the graphics command stream to become signaled. 更多...

    类型文档编制

    typedef ParameterList

    A list of Qt3DRender::QParameter 参数。

    typedef QBufferDataGeneratorPtr

    typedef QBufferPtr

    typedef QTextureImageDataPtr

    Shared pointer to QTextureImageData .

    函数文档编制

    template <typename T> qintptr Qt3DRender:: functorTypeId ()

    Returns a pointer to the type id of the functor.

    bool operator!= (const Qt3DRender::QGraphicsApiFilter & reference , const Qt3DRender::QGraphicsApiFilter & sample )

    返回 true if reference and sample are different.

    bool operator== (const Qt3DRender::QGraphicsApiFilter & reference , const Qt3DRender::QGraphicsApiFilter & sample )

    返回 true if reference and sample are equivalent.