LDraw.org Discussion Forums
Make black less black and render with white lines - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html)
+--- Thread: Make black less black and render with white lines (/thread-20966.html)



Make black less black and render with white lines - Jaco van der Molen - 2016-03-05

Hi all,

How can I define a new color to use in LPub3D.
I have a model with much black and want the black to be less black (more like black rubber or very dark grey) and have the lines around the bricks in white.
I know one can do this in ldconfig? How? I have never used this before.

Thanks!


Re: Make black less black and render with white lines - Philippe Hurbain - 2016-03-05

Quote:I know one can do this in ldconfig? How? I have never used this before.
Changing LDConfig black entry should indeed do the trick. Something like
Code:
0 !COLOUR Black                                                 CODE   0   VALUE #25333D   EDGE #FFFFFF
instead of
Code:
0 !COLOUR Black                                                 CODE   0   VALUE #05131D   EDGE #595959
should do the trick...


Re: Make black less black and render with white lines - Jaco van der Molen - 2016-03-05

OK, thanks Philo!