Generated new code and added initial data handling
This commit is contained in:
@@ -45,6 +45,23 @@ namespace BlendFile.DNA {
|
||||
public float visibility_range;
|
||||
[DNAFieldAttribute(14, "float", "_pad5", 4)]
|
||||
public float _pad5;
|
||||
public LightGridCache() {
|
||||
this.mat = default;
|
||||
this.resolution = default;
|
||||
this.offset = default;
|
||||
this.corner = default;
|
||||
this.attenuation_scale = default;
|
||||
this.increment_x = default;
|
||||
this.attenuation_bias = default;
|
||||
this.increment_y = default;
|
||||
this.level_bias = default;
|
||||
this.increment_z = default;
|
||||
this._pad4 = default;
|
||||
this.visibility_bias = default;
|
||||
this.visibility_bleed = default;
|
||||
this.visibility_range = default;
|
||||
this._pad5 = default;
|
||||
}
|
||||
public LightGridCache(float[,] mat, int[] resolution, int offset, float[] corner, float attenuation_scale, float[] increment_x, float attenuation_bias, float[] increment_y, float level_bias, float[] increment_z, float _pad4, float visibility_bias, float visibility_bleed, float visibility_range, float _pad5) {
|
||||
this.mat = mat;
|
||||
this.resolution = resolution;
|
||||
|
||||
Reference in New Issue
Block a user