126 lines
4.1 KiB
C#
126 lines
4.1 KiB
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public class MTex {
|
|
public short texco;
|
|
public short mapto;
|
|
public short blendtype;
|
|
public char[] _pad2 = new System.Char[2];
|
|
public Object ptr_object;
|
|
public Tex ptr_tex;
|
|
public char[] uvname = new System.Char[68];
|
|
public char projx;
|
|
public char projy;
|
|
public char projz;
|
|
public char mapping;
|
|
public char brush_map_mode;
|
|
public char brush_angle_mode;
|
|
public short which_output;
|
|
public float[] ofs = new System.Single[3];
|
|
public float[] size = new System.Single[3];
|
|
public float rot;
|
|
public float random_angle;
|
|
public float r;
|
|
public float g;
|
|
public float b;
|
|
public float k;
|
|
public float def_var;
|
|
public float colfac;
|
|
public float alphafac;
|
|
public float timefac;
|
|
public float lengthfac;
|
|
public float clumpfac;
|
|
public float dampfac;
|
|
public float kinkfac;
|
|
public float kinkampfac;
|
|
public float roughfac;
|
|
public float padensfac;
|
|
public float gravityfac;
|
|
public float lifefac;
|
|
public float sizefac;
|
|
public float ivelfac;
|
|
public float fieldfac;
|
|
public float twistfac;
|
|
public MTex(
|
|
short texco,
|
|
short mapto,
|
|
short blendtype,
|
|
char[] _pad2,
|
|
Object ptr_object,
|
|
Tex ptr_tex,
|
|
char[] uvname,
|
|
char projx,
|
|
char projy,
|
|
char projz,
|
|
char mapping,
|
|
char brush_map_mode,
|
|
char brush_angle_mode,
|
|
short which_output,
|
|
float[] ofs,
|
|
float[] size,
|
|
float rot,
|
|
float random_angle,
|
|
float r,
|
|
float g,
|
|
float b,
|
|
float k,
|
|
float def_var,
|
|
float colfac,
|
|
float alphafac,
|
|
float timefac,
|
|
float lengthfac,
|
|
float clumpfac,
|
|
float dampfac,
|
|
float kinkfac,
|
|
float kinkampfac,
|
|
float roughfac,
|
|
float padensfac,
|
|
float gravityfac,
|
|
float lifefac,
|
|
float sizefac,
|
|
float ivelfac,
|
|
float fieldfac,
|
|
float twistfac) {
|
|
this.texco = texco;
|
|
this.mapto = mapto;
|
|
this.blendtype = blendtype;
|
|
this._pad2 = _pad2;
|
|
this.ptr_object = ptr_object;
|
|
this.ptr_tex = ptr_tex;
|
|
this.uvname = uvname;
|
|
this.projx = projx;
|
|
this.projy = projy;
|
|
this.projz = projz;
|
|
this.mapping = mapping;
|
|
this.brush_map_mode = brush_map_mode;
|
|
this.brush_angle_mode = brush_angle_mode;
|
|
this.which_output = which_output;
|
|
this.ofs = ofs;
|
|
this.size = size;
|
|
this.rot = rot;
|
|
this.random_angle = random_angle;
|
|
this.r = r;
|
|
this.g = g;
|
|
this.b = b;
|
|
this.k = k;
|
|
this.def_var = def_var;
|
|
this.colfac = colfac;
|
|
this.alphafac = alphafac;
|
|
this.timefac = timefac;
|
|
this.lengthfac = lengthfac;
|
|
this.clumpfac = clumpfac;
|
|
this.dampfac = dampfac;
|
|
this.kinkfac = kinkfac;
|
|
this.kinkampfac = kinkampfac;
|
|
this.roughfac = roughfac;
|
|
this.padensfac = padensfac;
|
|
this.gravityfac = gravityfac;
|
|
this.lifefac = lifefac;
|
|
this.sizefac = sizefac;
|
|
this.ivelfac = ivelfac;
|
|
this.fieldfac = fieldfac;
|
|
this.twistfac = twistfac;
|
|
}
|
|
}
|
|
}
|