MeshVertexColors

얼굴당 또는 메시당 재질을 적용하는 대신 메시의 꼭짓점 색을 지정합니다.

template MeshVertexColors
{
    <1630B821-7842-11cf-8F52-0040333594A3>
    DWORD nVertexColors;
    array IndexColor vertexColors[nVertexColors];
} 

위치:

  • nVertexColors - 색 수입니다. 메시의 꼭짓점 수와 일치합니다.
  • array IndexColor vertexColors[nVertexColors] - 인덱싱된 색의 배열입니다. IndexedColor를 참조하세요.

추가 정보

템플릿