PrtEngine.GetVertexAlbedo Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Retrieves albedo values of the mesh vertices.
Definition
Visual Basic .NET |
Public Function GetVertexAlbedo( _ ByVal numberVerts As Integer _ ) As ColorValue() |
C# |
public ColorValue[] GetVertexAlbedo( int numberVerts ); |
Managed C++ |
public: ColorValue GetVertexAlbedo( int numberVerts ) __gc[]; |
JScript .NET |
public function GetVertexAlbedo( numberVerts : int ) :
ColorValue[]; |
Parameters
Return Value
Microsoft.DirectX.Direct3D.ColorValue[]. A ColorValue array that contains albedo values of the mesh vertices.
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
OutOfMemoryException  |
Microsoft® Direct3D® could not allocate sufficient memory to complete the call. |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center