Defines the type of Direct3DRMWrap object created by the IDirect3DRM::CreateWrap method. You can also use this enumerated type to initialize a Direct3DRMWrap object in a call to the IDirect3DRMWrap::Init method.
typedef enum _D3DRMWRAPTYPE{
D3DRMWRAP_FLAT,
D3DRMWRAP_CYLINDER,
D3DRMWRAP_SPHERE,
D3DRMWRAP_CHROME
} D3DRMWRAPTYPE;
Values
The wrap is flat.
The wrap is cylindrical.
The wrap is spherical.
The wrap allocates texture coordinates so that the texture appears to be reflected onto the objects.
See Also
IDirect3DRM::CreateWrap, IDirect3DRMWrap::Init, IDirect3DRMWrap Interface