Printing3DMesh.CreateVertexNormals(UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée la mémoire tampon pour les normales de vertex.
public:
virtual void CreateVertexNormals(unsigned int value) = CreateVertexNormals;
void CreateVertexNormals(uint32_t const& value);
public void CreateVertexNormals(uint value);
function createVertexNormals(value)
Public Sub CreateVertexNormals (value As UInteger)
Paramètres
- value
-
UInt32
unsigned int
uint32_t
Capacité de la mémoire tampon, nombre maximal d’octets que L’IBuffer peut contenir.
Remarques
Pour accéder à la mémoire tampon pour les normales de vertex, utilisez GetVertexNormals.