Regenerated files
This commit is contained in:
@@ -7,14 +7,13 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct MTFace {
|
||||
public float[,] uv = new System.Single[4][2];
|
||||
public float[,] uv = new System.Single[4,2];
|
||||
public MTFace(float[,] uv) {
|
||||
this.uv = uv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user