Ignore:
Timestamp:
05/10/16 23:06:27 (8 years ago)
Author:
Maciej Komosinski
Message:

Default Part and Stick color becomes white, not gray (so that multiplying will not darken textures)

File:
1 edited

Legend:

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

    r288 r507  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2016  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    2222vis_style="part";
    2323vsize=0.2;
    24 vcolor.x=0.5;
    25 vcolor.y=0.5;
    26 vcolor.z=0.5;
     24vcolor.x=1.0;
     25vcolor.y=1.0;
     26vcolor.z=1.0;
    2727}
    2828
     
    7171stamina=0.25;
    7272vis_style="joint";
    73 vcolor.x=0.5;
    74 vcolor.y=0.5;
    75 vcolor.z=0.5;
     73vcolor.x=1.0;
     74vcolor.y=1.0;
     75vcolor.z=1.0;
    7676}
    7777
Note: See TracChangeset for help on using the changeset viewer.