Changeset 1252 for cpp/frams/model
- Timestamp:
- 06/22/23 03:25:02 (21 months ago)
- Location:
- cpp/frams/model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/defassign-f0-SDK.h
r1183 r1252 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 2Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2023 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 -
cpp/frams/model/f0-SDK-classes.h
r1186 r1252 107 107 {"hyn",1,0,"hinge y negative limit","f -6.2832 0 -1.5708",FIELD(hinge_limit_y[0]),}, 108 108 {"hyp",1,1024,"hinge y positive limit","f 0 6.2832 1.5708",FIELD(hinge_limit_y[1]),}, 109 {"stif",2,0,"stiffness","f 0.0 1.0 1.0",FIELD(stif),},109 {"stif",2,0,"stiffness","f 0.01 1.0 1.0",FIELD(stif),}, 110 110 {"rotstif",2,0,"rotation stiffness","f 0.0 1.0 1.0",FIELD(rotstif),}, 111 111 {"stam",2,0,"stamina","f 0.0 1.0 0.25",FIELD(stamina),}, … … 120 120 { 121 121 {"Extra properties",1,5,"j"}, 122 {"stif",0,0,"stiffness","f 0.0 1.0 1.0",FIELD(stif),},122 {"stif",0,0,"stiffness","f 0.01 1.0 1.0",FIELD(stif),}, 123 123 {"rotstif",0,0,"rotation stiffness","f 0.0 1.0 1.0",FIELD(rotstif),}, 124 124 {"vr",0,0,"red component","f 0.0 1.0 0.5",FIELD(vcolor.x),}, … … 150 150 {"hyn",1,0,"hinge y negative limit","f -6.2832 0 -1.5708",FIELD(hinge_limit_y[0]),}, 151 151 {"hyp",1,1024,"hinge y positive limit","f 0 6.2832 1.5708",FIELD(hinge_limit_y[1]),}, 152 {"stif",2,0,"stiffness","f 0.0 1.0 1.0",FIELD(stif),},152 {"stif",2,0,"stiffness","f 0.01 1.0 1.0",FIELD(stif),}, 153 153 {"rotstif",2,0,"rotation stiffness","f 0.0 1.0 1.0",FIELD(rotstif),}, 154 154 {"stam",2,0,"stamina","f 0.0 1.0 0.25",FIELD(stamina),}, … … 163 163 { 164 164 {"Extra properties",1,5,"j"}, 165 {"stif",0,0,"stiffness","f 0.0 1.0 1.0",FIELD(stif),},165 {"stif",0,0,"stiffness","f 0.01 1.0 1.0",FIELD(stif),}, 166 166 {"rotstif",0,0,"rotation stiffness","f 0.0 1.0 1.0",FIELD(rotstif),}, 167 167 {"vr",0,0,"red component","f 0.0 1.0 0.5",FIELD(vcolor.x),},
Note: See TracChangeset
for help on using the changeset viewer.