?/TD>
Microsoft DirectX 9.0

Frame


Defines a coordinate frame, or "frame of reference." The Frame template is open and can contain any object. The Direct3D extensions (D3DX) mesh-loading functions recognize Mesh, FrameTransformMatrix, and Frame template instances as child objects when loading a Frame instance.

        template Frame \
        { \
            < 3D82AB46-62DA-11cf-AB39-0020AF71E433 > \
            FrameTransformMatrix frameTransformMatrix; \
            Mesh mesh; \
        } 

Where:



© 2002 Microsoft Corporation. All rights reserved.