Microsoft SDK for Java

addVisual

This method of the Direct3dRMFrame Class adds a visual object to a frame.

Syntax

public void addVisual(Direct3dRMVisual v);

Parameters

v The Direct3dRMVisual object to be added to the frame.

Remarks

Visual objects include meshes and textures. When a visual object is added to a frame, it becomes visible if the frame is in view. The visual object is referenced by the frame.

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