Example #1
0
 // for custom mesh
 public Mesh(System.Numerics.Vector3[] positions, System.Numerics.Vector3[] normals, System.Numerics.Vector2[] texcoords, int[] indices)
 {
     subMesh = new FbxMesh(positions, normals, texcoords, indices);
     LoadBuffers(ref vaoID, ref vboID, ref eboID);
 }