Qt3DRender Namespace

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

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

名称空间

namespace AssimpHelper
namespace Quick
namespace Render

class AssimpImporter
class FbxGeometryLoader
class FunctorType
class GLTFExporter
class GLTFGeometryLoader
class GLTFImporter
class ObjGeometryLoader
class PlyGeometryLoader
class PropertyReaderInterface
class QAbstractFunctor
class QAbstractLight
class QAbstractTexture
class QAbstractTextureImage
class QAlphaCoverage
class QAlphaTest
class QAttribute
class QBlendEquation
class QBlendEquationArguments
class QBuffer
class QBufferCapture
class QBufferDataGenerator
class QCamera
class QCameraLens
class QCameraSelector
class QClearBuffers
class QClipPlane
class QColorMask
class QComputeCommand
class QCullFace
class QDepthTest
class QDirectionalLight
class QDispatchCompute
class QDithering
class QEffect
class QEnvironmentLight
class QFilterKey
class QFrameGraphNode
class QFrameGraphNodeCreatedChange
class QFrameGraphNodeCreatedChangeBase
class QFrontFace
class QFrustumCulling
class QGeometry
class QGeometryFactory
class QGeometryRenderer
class QGraphicsApiFilter
class QLayer
class QLayerFilter
class QLevelOfDetail
class QLevelOfDetailBoundingSphere
class QLevelOfDetailSwitch
class QMaterial
class QMemoryBarrier
class QMesh
class QMultiSampleAntiAliasing
class QNoDepthMask
class QNoDraw
class QObjectPicker
class QPaintedTextureImage
class QParameter
class QPickEvent
class QPickTriangleEvent
class QPickingSettings
class QPointLight
class QPointSize
class QPolygonOffset
class QRenderAspect
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 QSeamlessCubemap
class QShaderData
class QShaderProgram
class QSortPolicy
class QSpotLight
class QStencilMask
class QStencilOperation
class QStencilOperationArguments
class QStencilTest
class QStencilTestArguments
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 QTextureGenerator
class QTextureImage
class QTextureImageData
class QTextureImageDataGenerator
class QTextureLoader
class QTextureRectangle
class QTextureWrapMode
class QViewport
class StlGeometryLoader

类型

typedef ParameterList
typedef PropertyReaderInterfacePtr
typedef QBufferDataGeneratorPtr
typedef QBufferPtr
typedef QFrameGraphNodeCreatedChangeBasePtr
typedef QGeometryFactoryPtr
typedef QPickEventPtr
typedef QTextureDataPtr
typedef QTextureGeneratorPtr
typedef QTextureImageDataGeneratorPtr
typedef QTextureImageDataPtr

函数

qintptr functorTypeId ()
const T * functor_cast (const QAbstractFunctor * other )
bool operator!= (const QGraphicsApiFilter & reference , const QGraphicsApiFilter & sample )
bool operator== (const QGraphicsApiFilter & reference , const QGraphicsApiFilter & sample )

详细描述

Contains classes that enable 2D and 3D rendering.

名称空间

namespace Qt3DRender:: AssimpHelper

namespace Qt3DRender:: Quick

namespace Qt3DRender:: Render

class AssimpImporter

Provides a generic way of loading various 3D assets format into a Qt3D scene. 更多...

class FbxGeometryLoader

class FunctorType

class GLTFExporter

class GLTFGeometryLoader

class GLTFImporter

class ObjGeometryLoader

class PlyGeometryLoader

class PropertyReaderInterface

class QAbstractFunctor

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

class QAbstractLight

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

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

QAlphaTest class specify alpha reference test 更多...

class QAttribute

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

class QBlendEquation

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

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

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

class QDepthTest

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

启用抖动 更多...

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

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

class QFrameGraphNode

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

class QFrameGraphNodeCreatedChange

class QFrameGraphNodeCreatedChangeBase

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

class QFrontFace

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

class QFrustumCulling

Enable frustum culling for the FrameGraph 更多...

class QGeometry

封装几何体 更多...

class QGeometryFactory

class QGeometryRenderer

封装几何体渲染 更多...

class QGraphicsApiFilter

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

class QLayer

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

class QLayerFilter

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

class QLevelOfDetail

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

class QLevelOfDetailBoundingSphere

QLevelOfDetailBoundingSphere class provides a simple spherical volume, defined by it's center and radius. 更多...

class QLevelOfDetailSwitch

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

class QMaterial

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

class QMemoryBarrier

Class to emplace a memory barrier 更多...

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 QObjectPicker

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

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

class QPickTriangleEvent

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

class QPickingSettings

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

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

class QRenderAspect

QRenderAspect class 更多...

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

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

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

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

class QRenderTargetOutput

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

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

class QSeamlessCubemap

Enables seamless cubemap texture filtering. 更多...

class QShaderData

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

class QShaderProgram

Encapsulates a Shader Program. 更多...

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

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

class QStencilOperation

QStencilOperation class specifies stencil operation 更多...

class QStencilOperationArguments

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

class QStencilTest

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

class QStencilTestArguments

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

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

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

class QTextureGenerator

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 StlGeometryLoader

类型文档编制

typedef Qt3DRender:: ParameterList

A list of Qt3DRender::QParameter 参数。

typedef Qt3DRender:: PropertyReaderInterfacePtr

typedef Qt3DRender:: QBufferDataGeneratorPtr

typedef Qt3DRender:: QBufferPtr

typedef Qt3DRender:: QFrameGraphNodeCreatedChangeBasePtr

typedef Qt3DRender:: QGeometryFactoryPtr

typedef Qt3DRender:: QPickEventPtr

typedef Qt3DRender:: QTextureDataPtr

typedef Qt3DRender:: QTextureGeneratorPtr

typedef Qt3DRender:: QTextureImageDataGeneratorPtr

typedef Qt3DRender:: QTextureImageDataPtr

Shared pointer to QTextureImageData .

函数文档编制

qintptr Qt3DRender:: functorTypeId ()

const T *Qt3DRender:: functor_cast (const QAbstractFunctor * other )

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

返回 true if reference and sample are different.

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

返回 true if reference and sample are equivalent.