Subject:
|
Re: does ldraw have the car wash brush holder piece(s)?
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Fri, 10 Sep 1999 07:28:21 GMT
|
Viewed:
|
420 times
|
| |
| |
In lugnet.cad, Bram Lambrecht writes:
> Jonathan Wilson <wilsonj@xoommail.com> writes:
> > does ldraw have the car wash brush holder piece(s)?
>
> I'm not sure. I don't think the brushes can be converted to POV
> though...the bristles were done with lines instead of cylinders, I think.
> --Bram
Yes U r right... BUT U can add the bristels to the L3P inc file
with few pov lines as the ones between the cut:
.....
#declare _2473_dot_dat = #if (QUAL = 0) box { <-10,0,-10>, <10,44,10> } #else
union {
object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,44,0,0,0,6,0,0,0> }
object { _4_dash_4cyli_dot_dat matrix <10,0,0,0,44,0,0,0,10,0,0,0> }
//************************start bristles---------------cut------------
#declare I=0
#while (I<11)
#declare J=0
#while (J<48)
cylinder {0*x, 30*x, 0.1
rotate (360/48)*J*y
translate 2+4*I*y}
#declare J=J+1
#end
#declare I=I+1
#end
//*************************end bristles------------------cut-------------
mesh {
triangle { <0,0,6>, <-2.3,0,5.54>, <-3.83,0,9.24> }
triangle { <-3.83,0,9.24>, <0,0,10>, <0,0,6> }
triangle { <0,44,6>, <-2.3,44,5.54>, <-3.83,44,9.24> }
......
look at the pov rendering (from a GREAT Giesen dat file!)in my POV page:
http://members.xoom.com/renzibu/page_P3.htm
------------------------------------------------------
-Renzo Del Fabbro --> renzo_adriano@libero.it
http://members.xoom.com/renzibu
---------------------------------------------------eof
|
|
Message is in Reply To:
| | Re: does ldraw have the car wash brush holder piece(s)?
|
| (...) I'm not sure. I don't think the brushes can be converted to POV though...the bristles were done with lines instead of cylinders, I think. --Bram Bram Lambrecht / o o \ BramL@juno.com ---...---oooo-----(_...o---...--- WWW: (URL) (25 years ago, 9-Sep-99, to lugnet.cad)
|
5 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|