Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public float error;
|
||||
[DNAFieldAttribute(2, "float", "mat[4][4]", 4)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
public MovieReconstructedCamera() {
|
||||
this.framenr = default;
|
||||
this.error = default;
|
||||
this.mat = default;
|
||||
}
|
||||
public MovieReconstructedCamera(int framenr, float error, float[,] mat) {
|
||||
this.framenr = framenr;
|
||||
this.error = error;
|
||||
|
||||
Reference in New Issue
Block a user