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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.