SpatialSurfaceMeshOptions.VertexNormalFormat Proprietà

Definizione

Ottiene o imposta il formato dell'elemento per i buffer normali generati.

public:
 property DirectXPixelFormat VertexNormalFormat { DirectXPixelFormat get(); void set(DirectXPixelFormat value); };
DirectXPixelFormat VertexNormalFormat();

void VertexNormalFormat(DirectXPixelFormat value);
public DirectXPixelFormat VertexNormalFormat { get; set; }
var directXPixelFormat = spatialSurfaceMeshOptions.vertexNormalFormat;
spatialSurfaceMeshOptions.vertexNormalFormat = directXPixelFormat;
Public Property VertexNormalFormat As DirectXPixelFormat

Valore della proprietà

Formato normale del vertice.

Commenti

Si noti che i buffer normali verranno generati solo se si imposta IncludeVertexNormals su true.

Si applica a