|
|
|||||||||||||
Class Direct3dLightpublic class Direct3dLight implements IDirect3dLight { // Methods public void getLight(D3dLightDesc light); public void setLight(D3dLightDesc light); } Applications use the methods of the Direct3dLight class to retrieve and set the capabilities of lights. Note This class does not provide an initialize method. Use the Direct3d.createLight() method to create and initialize Direct3dLight objects. MethodsgetLightpublic void getLight(D3dLightDesc light); setLightpublic void setLight(D3dLightDesc light);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |