Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct mat4x4f {
|
||||
[DNAFieldAttribute(0, "float", "value[4][4]", 4)]
|
||||
public float[,] value = new System.Single[4,4];
|
||||
public mat4x4f(float[,] value) {
|
||||
this.value = value;
|
||||
|
||||
Reference in New Issue
Block a user