LDraw.org Discussion Forums

Full Version: Make black less black and render with white lines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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...
OK, thanks Philo!