regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(353, "LightProbeCache")]
public struct LightProbeCache {
[DNAFieldAttribute(0, "float", "position[3]", 4)]
[DNAFieldAttribute(0, "float", "position[3]", "System.Single[]", 4)]
public float[] position = new System.Single[3];
[DNAFieldAttribute(1, "float", "parallax_type", 4)]
[DNAFieldAttribute(1, "float", "parallax_type", "float", 4)]
public float parallax_type;
[DNAFieldAttribute(2, "float", "attenuation_fac", 4)]
[DNAFieldAttribute(2, "float", "attenuation_fac", "float", 4)]
public float attenuation_fac;
[DNAFieldAttribute(3, "float", "attenuation_type", 4)]
[DNAFieldAttribute(3, "float", "attenuation_type", "float", 4)]
public float attenuation_type;
[DNAFieldAttribute(4, "float", "_pad3[2]", 4)]
[DNAFieldAttribute(4, "float", "_pad3[2]", "System.Single[]", 4)]
public float[] _pad3 = new System.Single[2];
[DNAFieldAttribute(5, "float", "attenuationmat[4][4]", 4)]
[DNAFieldAttribute(5, "float", "attenuationmat[4][4]", "System.Single[,]", 4)]
public float[,] attenuationmat = new System.Single[4,4];
[DNAFieldAttribute(6, "float", "parallaxmat[4][4]", 4)]
[DNAFieldAttribute(6, "float", "parallaxmat[4][4]", "System.Single[,]", 4)]
public float[,] parallaxmat = new System.Single[4,4];
public LightProbeCache() {
this.position = default;