Changeset 1143 for cpp/tests/genomanipulation-fS.goal
- Timestamp:
- 06/18/21 14:19:23 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/tests/genomanipulation-fS.goal
r1067 r1143 76 76 16. i = s info Other properties 77 77 17. Vstyle = part s 0 0 part vis_style Visual 78 18. vr = 1.0 f 0.0 1.0 1.0red component Visual79 19. vg = 1.0 f 0.0 1.0 1.0green component Visual80 20. vb = 1.0 f 0.0 1.0 1.0blue component Visual78 18. vr = 0.5 f 0.0 1.0 0.5 red component Visual 79 19. vg = 0.5 f 0.0 1.0 0.5 green component Visual 80 20. vb = 0.5 f 0.0 1.0 0.5 blue component Visual 81 81 82 82 However, there is a subset of properties which may be modified more freely. … … 92 92 3. ing = 0.22727272727272727 f 0.0 1.0 0.25 ingestion Extra properties 93 93 4. as = 0.25 f 0.0 1.0 0.25 assimilation Extra properties 94 5. vr = 1.0 f 0.0 1.0 1.0red component Extra properties95 6. vg = 1.0 f 0.0 1.0 1.0green component Extra properties96 7. vb = 1.0 f 0.0 1.0 1.0blue component Extra properties94 5. vr = 0.5 f 0.0 1.0 0.5 red component Extra properties 95 6. vg = 0.5 f 0.0 1.0 0.5 green component Extra properties 96 7. vb = 0.5 f 0.0 1.0 0.5 blue component Extra properties 97 97 98 98 This set of properties can vary from release to release, … … 166 166 16. i = s info Other properties 167 167 17. Vstyle = joint s 0 0 joint vis_style Visual 168 18. vr = 1.0 f 0.0 1.0 1.0red component Visual169 19. vg = 1.0 f 0.0 1.0 1.0green component Visual170 20. vb = 1.0 f 0.0 1.0 1.0blue component Visual168 18. vr = 0.5 f 0.0 1.0 0.5 red component Visual 169 19. vg = 0.5 f 0.0 1.0 0.5 green component Visual 170 20. vb = 0.5 f 0.0 1.0 0.5 blue component Visual 171 171 172 172 Actually, there are two kinds of Joints: delta and absolute. … … 321 321 0. stif = 1.0 f 0.0 1.0 1.0 stiffness Extra properties 322 322 1. rotstif = 1.0 f 0.0 1.0 1.0 rotation stiffness Extra properties 323 2. vr = 1.0 f 0.0 1.0 1.0red component Extra properties324 3. vg = 1.0 f 0.0 1.0 1.0green component Extra properties325 4. vb = 1.0 f 0.0 1.0 1.0blue component Extra properties323 2. vr = 0.5 f 0.0 1.0 0.5 red component Extra properties 324 3. vg = 0.5 f 0.0 1.0 0.5 green component Extra properties 325 4. vb = 0.5 f 0.0 1.0 0.5 blue component Extra properties 326 326 327 327 They can be changed just like Part's extra properties: 328 328 Change property #3 to random value from range [0..1] 329 Current value of 'vg' (green component) is ' 1.0'329 Current value of 'vg' (green component) is '0.5' 330 330 Setting new value... [ using ParamInterface::set() ] 331 331 The value is now '0.857946' … … 405 405 [ data provided by Neuro::classProperties() ] 406 406 # id type name group (2 properties) 407 0. p = 0.899 f 0.0 11.0 1.0 power Muscle for solids407 0. p = 0.899 f 0.0 1.0 1.0 power Muscle for solids 408 408 1. a = 0 d 0 1 0 axis Muscle for solids 409 409 and they can be changed:
Note: See TracChangeset
for help on using the changeset viewer.