MDLMesh.AddNormals(String, Single) 方法

定义

生成网格的图面法线,当其单位法线的点积大于 creaseThreshold时,在相邻的面之间内插。

[Foundation.Export("addNormalsWithAttributeNamed:creaseThreshold:")]
public virtual void AddNormals (string name, float creaseThreshold);
abstract member AddNormals : string * single -> unit
override this.AddNormals : string * single -> unit

参数

name
String

内容待定。

此参数可以为 null

creaseThreshold
Single
属性

适用于