Ignore:
Timestamp:
05/24/21 13:59:44 (3 years ago)
Author:
Maciej Komosinski
Message:

Default RGB color of Parts and Joints becomes 0.5,0.5,0.5 again (undo r507) and potential brightening will be performed during visualization, not on a genetic level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/defassign-f0-SDK.h

    r1039 r1142  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2021  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    2020assim=0.25;
    2121vis_style="part";
    22 vcolor.x=1.0;
    23 vcolor.y=1.0;
    24 vcolor.z=1.0;
     22vcolor.x=0.5;
     23vcolor.y=0.5;
     24vcolor.z=0.5;
    2525}
    2626
     
    128128stamina=0.25;
    129129vis_style="joint";
    130 vcolor.x=1.0;
    131 vcolor.y=1.0;
    132 vcolor.z=1.0;
     130vcolor.x=0.5;
     131vcolor.y=0.5;
     132vcolor.z=0.5;
    133133}
    134134
Note: See TracChangeset for help on using the changeset viewer.