Changeset 1142 for cpp/frams/config


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

Location:
cpp/frams/config
Files:
2 edited

Legend:

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

    r1107 r1142  
    2828PROP(i,1,0,`info',s,,,,info)
    2929PROP(Vstyle,2,0,vis_style,s,0,0,part,vis_style)
    30 XPROP(vr,2,0,red component,f,0.0,1.0,1.0,vcolor.x)
    31 XPROP(vg,2,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    32 XPROP(vb,2,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     30XPROP(vr,2,0,red component,f,0.0,1.0,0.5,vcolor.x)
     31XPROP(vg,2,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     32XPROP(vb,2,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    3333ENDCLASS
    3434
     
    6767PROP(i,2,0,`info',s,,,,info)
    6868PROP(Vstyle,3,0,vis_style,s,0,0,joint,vis_style)
    69 XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
    70 XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    71 XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     69XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
     70XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     71XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    7272ENDCLASS
    7373
     
    9595PROP(i,2,0,`info',s,,,,info)
    9696PROP(Vstyle,3,0,vis_style,s,0,0,joint,vis_style)
    97 XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
    98 XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    99 XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     97XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
     98XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     99XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    100100ENDCLASS
    101101
  • cpp/frams/config/f0.def

    r1134 r1142  
    2828PROP(i,1,0,`info',s,,,,info)
    2929PROP(Vstyle,2,0,vis_style,s,0,0,part,vis_style)
    30 XPROP(vr,2,0,red component,f,0.0,1.0,1.0,vcolor.x)
    31 XPROP(vg,2,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    32 XPROP(vb,2,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     30XPROP(vr,2,0,red component,f,0.0,1.0,0.5,vcolor.x)
     31XPROP(vg,2,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     32XPROP(vb,2,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    3333ENDCLASS
    3434
     
    6767PROP(i,2,0,`info',s,,,,info)
    6868PROP(Vstyle,3,0,vis_style,s,0,0,joint,vis_style)
    69 XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
    70 XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    71 XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     69XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
     70XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     71XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    7272ENDCLASS
    7373
     
    9595PROP(i,2,0,`info',s,,,,info)
    9696PROP(Vstyle,3,0,vis_style,s,0,0,joint,vis_style)
    97 XPROP(vr,3,0,red component,f,0.0,1.0,1.0,vcolor.x)
    98 XPROP(vg,3,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    99 XPROP(vb,3,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     97XPROP(vr,3,0,red component,f,0.0,1.0,0.5,vcolor.x)
     98XPROP(vg,3,1024,green component,f,0.0,1.0,0.5,vcolor.y)
     99XPROP(vb,3,1024,blue component,f,0.0,1.0,0.5,vcolor.z)
    100100ENDCLASS
    101101
Note: See TracChangeset for help on using the changeset viewer.