[ TDx_3DI_Library ]
[ next: TD3DDevInfo_TextureManager ]
[ prev: TD3DColorValue ]
class TD3DDP_PtrStride : public TComponent
class PACKAGE TD3DDP_PtrStride : public TComponent
class type : MultiWrapper
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TD3DDP_PtrStride component wraps multiple DirectX D3DDP_PTRSTRIDE structures, each of which references an array of vertex components and a stride value to the next array element.
This component is used by the TD3DDrawPrimitiveStridedData component.
When used with a composite vertex format like D3DLVERTEX, the Data property references a particular component and the Stride property represents the stride, in bytes, of the composite format.
When Data references a single vertex, the Stride property represents the stride, in bytes, of each element in the array.
PROPERTIES
Top
Properties
Methods
Events
See Also
ArraySize
Data
ErrorValue
Size
SizeAll
Stride
METHODS
Top
Properties
Methods
Events
See Also
Clear
ClearAll
EVENTS
Top
Properties
Methods
Events
See Also
OnCreate
OnDestroy
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TD3DDrawPrimitiveStridedData
TD3DDrawPrimitiveStridedData::Diffuse
TD3DDrawPrimitiveStridedData::Normal
TD3DDrawPrimitiveStridedData::Position
TD3DDrawPrimitiveStridedData::Specular
TD3DDrawPrimitiveStridedData::TextureCoords