Printing3DMesh.CreateVertexNormals(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立頂點常態的緩衝區。
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)
參數
備註
若要存取頂點常態的緩衝區,請使用 GetVertexNormals。