Microsoft DirectX 9.0 SDK Update (October 2004)

RenderToEnvironmentMap.Face Method

Language:

Note: This documentation is preliminary and is subject to change.

Initiates the drawing of each face of an environment map.

Definition

Visual Basic .NET Public Sub Face( _
    ByVal face As CubeMapFace, _
    ByVal faceMapFilter As Integer _
)
C# public void Face(
    CubeMapFace face,
    int faceMapFilter
);
Managed C++ public: void Face(
    CubeMapFace face,
    int faceMapFilter
);
JScript .NET public function Face(
    face : CubeMapFace,
    faceMapFilter : int
);

Parameters

face Microsoft.DirectX.Direct3D.CubeMapFace. A CubeMapFace object that represents the first face of the environmental cube map.
faceMapFilter System.Int32. Valid combination of Filter enumeration values.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center