Microsoft SDK for Java

loadFromFileByPos

This method of the Direct3dRMMeshBuilder Class loads a Direct3dRMMeshBuilder object.

Syntax

public void loadFromFileByPos(String filename, int position, int flags, ILoadTextureCallback c, IUnknown pUser);

Parameters

filename The name of the file containing the object to be loaded.
position The position of the object to be loaded. The value gives the object's order in the file.
flags The load options type value.
c The callback interface that contains a load texture callback function called to load textures used by an object that require special formatting. This parameter can be null.
pUser Application-defined data passed to the load texture callback function.

Remarks

By default, this method loads the first mesh from the file specified by the filename parameter.

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