FMX.Types3D

From RAD Studio API Documentation
Jump to: navigation, search

Defines base types used throughout FireMonkey, including 3D drawing types.

Package fmx250.bpl

Classes

EContext3DException
EContextManagerExceptionException class for TContextManager.
IContextObject
ITextureAccess
TClearTargetHelperFor internal use. TClearTargetHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TClearTarget type.
TContext3DClass used for drawing and rendering 3D objects.
TContextBeforeLosingMessageMessage that is sent right before TContextLostMessage.
TContextClassTContextClass defines the metaclass for TContext3D.
TContextHelperHelper class for TContext3D to add high-level drawing and filling routines.
TContextLostMessageMessage that indicates that the rendering context has been lost.
TContextManagerManager class for TContext3D.
TContextRemovedMessageMessage that indicates that the rendering context has been removed.
TContextResetMessageMessage that indicates that a rendering context has been created.
TContextShaderEncapsulates native shader programs, variable lists, and types for different architectures.
TIndexBufferRepresents an index buffer.
TLightTypeHelperFor internal use. TLightTypeHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TLightType type.
TMaterialBase class for all materials.
TMaterialClassTMaterialClass defines the metaclass for TMaterial.
TMeshDataClass used for defining the shape of polyhedral objects.
TMultisampleHelperFor internal use. TMultisampleHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TMultisample type.
TPosition3DClass that describes the position of a 3D object.
TPrimitivesKindHelperFor internal use. TPrimitivesKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TPrimitivesKind type.
TProjectionHelperFor internal use. TProjectionHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TProjection type.
TShaderManagerManages the used shaders.
TStencilFuncHelperFor internal use. TStencilFuncHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TStencilFunc type.
TStencilOpHelperFor internal use. TStencilOpHelper is a record helper that provides fields for a scoped enumeration, the FMX.Types3D.TStencilOp type.
TTextureDescribe textures used by the FireMonkey 3D framework.
TTextureBitmap
TVertexBufferRepresents a vertex buffer.

Routines

GetVertexOffsetReturns the vertex offset according to the vertex format.
RayCastCuboidIntersectReturns how many times the given ray intersects the given cuboid 3D shape.
RayCastEllipsoidIntersectReturns how many times the given ray intersects the given ellipsoid shape.
RayCastPlaneIntersectReturns whether the given ray intersects the given plane.
RayCastSphereIntersectReturns how many times the given ray intersects the given sphere.
RayCastTriangleIntersectReturns whether the given ray intersects the triangle built from the three given vertices.
VertexSizeReturns the size of the vertex based on its format.
WideGetTokenGets a token from a string.

Types

TBoundingBoxRecord type for the information of an axis aligned box in 3D.
TBoxRepresents a box in 3D space.
TClearTargetEnumeration of context clear targets.
TClearTargetsSet of TClearTarget items.
TContextShaderArchEnumerates the types of shader architectures.
TContextShaderCodeAn array of bytes.
TContextShaderHandleSpecific handle for a context shader.
TContextShaderKindEnumerates the types of shaders.
TContextShaderSourceDefines a source of shaders.
TContextShaderVariableDefines a shader variable.
TContextShaderVariableKindEnumerates the types of shader variables.
TContextShaderVariablesArray of TContextShaderVariable.
TContextStateEnumeration of context types.
TContextStyle
TContextStyles
TIndexFormat
TLightDescription
TLightDescriptionList
TLightTypeEnumeration of lighting modes.
TMatrix3DDynArrayDynamic array (of variable length) of TMatrix3D objects.
TMeshVertexDefines a mesh vertex.
TMultisampleEnumeration of antialiasing (multisampling) modes.
TPoint3DDynArrayDynamic array (of variable length) of TPoint3D objects.
TPointFDynArrayDynamic array (of variable length) of TPointF objects.
TPrimitivesKind
TProjectionEnumeration of projection modes.
TStencilFuncEnumeration of stencil functions.
TStencilOpEnumeration of stencil operations.
TTextureFilterEnumerates the types of texture filters.
TTextureHandleSpecific handle for a texture.
TTextureStyleEnumerates the styles of a texture.
TTextureStylesSet of TTextureStyle.
TVertexDeclaration
TVertexElement
TVertexFormatEnumeration of vertex formats.
TVertexFormatsSet of TVertexFormat formats.

Variables

NullPoint3DConstant of type TPoint3D that defines a 3D point in space with all its coordinates set to 0.
NullVector3DConstant of type tagVECTOR3D that defines a null 3D vector with its X, Y, and Z components set to 0 and W set to 1.

Constants

MaxLightCountMaxLightCount: Integer = $100;