Changeset 507 for cpp/frams/model/defassign-f0-SDK.h
- Timestamp:
- 05/10/16 23:06:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/defassign-f0-SDK.h
r288 r507 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2016 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 22 22 vis_style="part"; 23 23 vsize=0.2; 24 vcolor.x= 0.5;25 vcolor.y= 0.5;26 vcolor.z= 0.5;24 vcolor.x=1.0; 25 vcolor.y=1.0; 26 vcolor.z=1.0; 27 27 } 28 28 … … 71 71 stamina=0.25; 72 72 vis_style="joint"; 73 vcolor.x= 0.5;74 vcolor.y= 0.5;75 vcolor.z= 0.5;73 vcolor.x=1.0; 74 vcolor.y=1.0; 75 vcolor.z=1.0; 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.