To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / 357
356  |  358
Subject: 
Re: tire colors
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 27 May 2000 11:10:36 GMT
Viewed: 
900 times
  
I'm too lazy to test right now, I think this method should call for the least hand-work:

1) In the LDraw model, assign the rubber parts an else unused colour, say pink.
After you run it through L3P, change the colour definition of the tyre colour you picked:

#declare Color13 = #if (version >= 3.1) material { #end texture {
pigment { rgb <0.301961,0.301961,0.301961> }
finish { ambient AMB diffuse DIF }
#if (QUAL > 1)
  finish { phong 0.5 phong_size 40 reflection 0 }
...
or maybe a little "blacker"
#declare Color13 = #if (version >= 3.1) material { #end texture {
pigment { rgb <0.1,0.1,0.1> }
finish { ambient AMB diffuse DIF }
#if (QUAL > 1)
  finish { phong 0.5 phong_size 40 reflection 0 }

/Tore



Message is in Reply To:
  Re: tire colors
 
(...) Find the following section at the top of your POV file: #declare Color0 = #if (version >= 3.1) material { #end texture { pigment { rgb <0.301961,0.301961,0.301961> } finish { ambient AMB diffuse DIF } #if (QUAL > 1) finish { phong 0.5 (...) (24 years ago, 13-May-00, to lugnet.cad.ray)

4 Messages in This Thread:


Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR