PrtEngine.GetVertexAlbedo Method |
Language: |
Retrieves albedo values of the mesh vertices.
Visual Basic Public Function GetVertexAlbedo( _
ByVal numberVerts As Integer _
) As ColorValue()C# public ColorValue[] GetVertexAlbedo(
int numberVerts
);C++ public:
array<ColorValue>^ GetVertexAlbedo(
int numberVerts
);JScript public function GetVertexAlbedo(
numberVerts : int
) : ColorValue[];
numberVerts System.Int32
Number of vertices in the mesh.
Microsoft.DirectX.Direct3D.ColorValue[]
A ColorValue array that contains albedo values of the mesh vertices.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center