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