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