Changeset 1012


Ignore:
Timestamp:
07/16/20 13:09:09 (4 years ago)
Author:
Maciej Komosinski
Message:

Changed the range of Part scalex/y/z to 0.05..5.0

Location:
cpp/frams
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0-SDK.def

    r976 r1012  
    1515PROP(sh,0,0,shape,d,0,3,0,shape)
    1616PROP(s,0,0,size,f,0.1,10.0,1.0,size)
    17 PROP(sx,0,0,scale.x,f,0.001,1000.0,1.0,scale.x)
    18 PROP(sy,0,0,scale.y,f,0.001,1000.0,1.0,scale.y)
    19 PROP(sz,0,0,scale.z,f,0.001,1000.0,1.0,scale.z)
     17PROP(sx,0,0,scale.x,f,0.05,5.0,1.0,scale.x)
     18PROP(sy,0,0,scale.y,f,0.05,5.0,1.0,scale.y)
     19PROP(sz,0,0,scale.z,f,0.05,5.0,1.0,scale.z)
    2020XPROP(h,1,0,hollow,f,0,1,0,hollow)
    2121XPROP(dn,1,0,density,f,0.2,5.0,1.0,density)
  • cpp/frams/config/f0.def

    r976 r1012  
    1515PROP(sh,0,0,shape,d,0,3,0,shape)
    1616PROP(s,0,0,size,f,0.1,10.0,1.0,size)
    17 PROP(sx,0,0,scale.x,f,0.001,1000.0,1.0,scale.x)
    18 PROP(sy,0,0,scale.y,f,0.001,1000.0,1.0,scale.y)
    19 PROP(sz,0,0,scale.z,f,0.001,1000.0,1.0,scale.z)
     17PROP(sx,0,0,scale.x,f,0.05,5.0,1.0,scale.x)
     18PROP(sy,0,0,scale.y,f,0.05,5.0,1.0,scale.y)
     19PROP(sz,0,0,scale.z,f,0.05,5.0,1.0,scale.z)
    2020XPROP(h,1,0,hollow,f,0,1,0,hollow)
    2121XPROP(dn,1,0,density,f,0.2,5.0,1.0,density)
  • cpp/frams/model/f0-SDK-classes.h

    r952 r1012  
    3232 {"sh",0,0,"shape","d 0 3 0",FIELD(shape),},
    3333 {"s",0,0,"size","f 0.1 10.0 1.0",FIELD(size),},
    34  {"sx",0,0,"scale.x","f 0.001 1000.0 1.0",FIELD(scale.x),},
    35  {"sy",0,0,"scale.y","f 0.001 1000.0 1.0",FIELD(scale.y),},
    36  {"sz",0,0,"scale.z","f 0.001 1000.0 1.0",FIELD(scale.z),},
     34 {"sx",0,0,"scale.x","f 0.05 5.0 1.0",FIELD(scale.x),},
     35 {"sy",0,0,"scale.y","f 0.05 5.0 1.0",FIELD(scale.y),},
     36 {"sz",0,0,"scale.z","f 0.05 5.0 1.0",FIELD(scale.z),},
    3737 {"h",1,0,"hollow","f 0 1 0",FIELD(hollow),},
    3838 {"dn",1,0,"density","f 0.2 5.0 1.0",FIELD(density),},
Note: See TracChangeset for help on using the changeset viewer.