Microsoft SDK for Java

createMesh

This method of the Direct3dRM Class creates a new mesh object with no faces. The mesh is not visible until it is added to a frame.

Syntax

public Direct3dRMMesh createMesh();

Return Value

Returns the Direct3dRMMesh object if successful; otherwise, null.

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