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