Changeset 507 for cpp/frams/config


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)

Location:
cpp/frams/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0-SDK.def

    r419 r507  
    3030PROP(Vstyle,2,0,vis_style,s,0,-1,part,vis_style)
    3131XPROP(vs,2,0,visual thickness,f,0.05,0.7,0.2,vsize)
    32 XPROP(vr,2,0,red component,f,0.0,1.0,0.5,vcolor.x)
    33 XPROP(vg,2,1024,green component,f,0.0,1.0,0.5,vcolor.y)
    34 XPROP(vb,2,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
     32XPROP(vr,2,0,red component,f,0.0,1.0,1.0,vcolor.x)
     33XPROP(vg,2,1024,green component,f,0.0,1.0,1.0,vcolor.y)
     34XPROP(vb,2,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
    3535ENDCLASS
    3636
     
    5454PROP(i,2,0,`info',s,,,,info)
    5555PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style)
    56 XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
    57 XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
    58 XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
     56XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
     57XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
     58XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
    5959ENDCLASS
    6060
     
    7272PROP(i,2,0,`info',s,,,,info)
    7373PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style)
    74 XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
    75 XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
    76 XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
     74XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
     75XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
     76XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
    7777ENDCLASS
    7878
  • cpp/frams/config/f0.def

    r419 r507  
    3030PROP(Vstyle,2,0,vis_style,s,0,-1,part,vis_style)
    3131XPROP(vs,2,0,visual thickness,f,0.05,0.7,0.2,vsize)
    32 XPROP(vr,2,0,red component,f,0.0,1.0,0.5,vcolor.x)
    33 XPROP(vg,2,1024,green component,f,0.0,1.0,0.5,vcolor.y)
    34 XPROP(vb,2,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
     32XPROP(vr,2,0,red component,f,0.0,1.0,1.0,vcolor.x)
     33XPROP(vg,2,1024,green component,f,0.0,1.0,1.0,vcolor.y)
     34XPROP(vb,2,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
    3535ENDCLASS
    3636
     
    5454PROP(i,2,0,`info',s,,,,info)
    5555PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style)
    56 XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
    57 XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
    58 XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
     56XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
     57XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
     58XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
    5959ENDCLASS
    6060
     
    7272PROP(i,2,0,`info',s,,,,info)
    7373PROP(Vstyle,3,0,vis_style,s,0,-1,joint,vis_style)
    74 XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
    75 XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
    76 XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
     74XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
     75XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
     76XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
    7777ENDCLASS
    7878
Note: See TracChangeset for help on using the changeset viewer.