Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,36 +14,36 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(637, "NodeTexSky", 1024)]
public struct NodeTexSky {
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false, 0)]
public class NodeTexSky {
[DNAFieldAttribute(960, "NodeTexBase", 0, "base", "NodeTexBase", false, 0)]
public NodeTexBase @base;
[DNAFieldAttribute(1, "int", "sky_model", "int", 4, false, 960)]
[DNAFieldAttribute(4, "int", 1, "sky_model", "int", false, 960)]
public int sky_model;
[DNAFieldAttribute(2, "float", "sun_direction[3]", "System.Single[]", 12, false, 964)]
[DNAFieldAttribute(12, "float", 2, "sun_direction[3]", "System.Single[]", false, 964)]
public float[] sun_direction = new System.Single[3];
[DNAFieldAttribute(3, "float", "turbidity", "float", 4, false, 976)]
[DNAFieldAttribute(4, "float", 3, "turbidity", "float", false, 976)]
public float turbidity;
[DNAFieldAttribute(4, "float", "ground_albedo", "float", 4, false, 980)]
[DNAFieldAttribute(4, "float", 4, "ground_albedo", "float", false, 980)]
public float ground_albedo;
[DNAFieldAttribute(5, "float", "sun_size", "float", 4, false, 984)]
[DNAFieldAttribute(4, "float", 5, "sun_size", "float", false, 984)]
public float sun_size;
[DNAFieldAttribute(6, "float", "sun_intensity", "float", 4, false, 988)]
[DNAFieldAttribute(4, "float", 6, "sun_intensity", "float", false, 988)]
public float sun_intensity;
[DNAFieldAttribute(7, "float", "sun_elevation", "float", 4, false, 992)]
[DNAFieldAttribute(4, "float", 7, "sun_elevation", "float", false, 992)]
public float sun_elevation;
[DNAFieldAttribute(8, "float", "sun_rotation", "float", 4, false, 996)]
[DNAFieldAttribute(4, "float", 8, "sun_rotation", "float", false, 996)]
public float sun_rotation;
[DNAFieldAttribute(9, "float", "altitude", "float", 4, false, 1000)]
[DNAFieldAttribute(4, "float", 9, "altitude", "float", false, 1000)]
public float altitude;
[DNAFieldAttribute(10, "float", "air_density", "float", 4, false, 1004)]
[DNAFieldAttribute(4, "float", 10, "air_density", "float", false, 1004)]
public float air_density;
[DNAFieldAttribute(11, "float", "dust_density", "float", 4, false, 1008)]
[DNAFieldAttribute(4, "float", 11, "dust_density", "float", false, 1008)]
public float dust_density;
[DNAFieldAttribute(12, "float", "ozone_density", "float", 4, false, 1012)]
[DNAFieldAttribute(4, "float", 12, "ozone_density", "float", false, 1012)]
public float ozone_density;
[DNAFieldAttribute(13, "char", "sun_disc", "char", 1, false, 1016)]
[DNAFieldAttribute(1, "char", 13, "sun_disc", "char", false, 1016)]
public char sun_disc;
[DNAFieldAttribute(14, "char", "_pad[7]", "System.Char[]", 7, false, 1017)]
[DNAFieldAttribute(7, "char", 14, "_pad[7]", "System.Char[]", false, 1017)]
public char[] _pad = new System.Char[7];
public NodeTexSky() {
this.@base = default;