Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public float y;
|
||||
[DNAFieldAttribute(2, "float", "z", 4)]
|
||||
public float z;
|
||||
public vec3f() {
|
||||
this.x = default;
|
||||
this.y = default;
|
||||
this.z = default;
|
||||
}
|
||||
public vec3f(float x, float y, float z) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
|
||||
Reference in New Issue
Block a user