EnvironmentObservation.GetVertexNormals(Vector3[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns per-vertex normals observed in the environment.
public void GetVertexNormals (System.Numerics.Vector3[] normals);
member this.GetVertexNormals : System.Numerics.Vector3[] -> unit
Public Sub GetVertexNormals (normals As Vector3())
Parameters
- normals
- Vector3[]
Buffer to store the normals, allocated by the caller according to VertexCount.