Regenerated files
This commit is contained in:
@@ -7,14 +7,13 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct LightGridCache {
|
||||
public float[,] mat = new System.Single[4][4];
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
public int[] resolution = new System.Int32[3];
|
||||
public int offset;
|
||||
public float[] corner = new System.Single[3];
|
||||
|
||||
Reference in New Issue
Block a user