POV-Ray : Newsgroups : povray.programming : lathe question : Re: lathe question Server Time
29 Jul 2024 00:23:34 EDT (-0400)
  Re: lathe question  
From: Rudy Velthuis
Date: 21 Feb 1999 09:49:51
Message: <36d01d0f.0@news.povray.org>
Ken schrieb in Nachricht <36D00DBC.E705B34D@pacbell.net>...
> Sorry about the non indented script. I Can Not read a lathe or any other
type
>of multi point object withouth having it in columns. It adds clarity
>to my perseption.

Now you were sooo close to make it really readable:

lathe {
  linear_spline
  10,
  <0.373, 0.000>,
  <0.373, 0.081>,
  <0.325, 0.082>,
  <0.327, 0.120>,
  <0.372, 0.220>,
  <0.349, 2.436>,
  <0.248, 2.580>,
  <0.248, 2.760>,
  <0.247, 2.760>,
  <0.247, 2.580>
  texture { T_Brass_4B }
}

 lathe {
  linear_spline
  7,
  <0.222, 0.000>,
  <0.222, 0.463>,
  <0.223, 0.464>,
  <0.170, 0.800>,
  <0.060, 1.210>,
  <0.020, 1.200>,
  <0.000, 1.200>
  texture { T_Copper_2B }
  translate<0,2.75,0>
}

Indentation is only there to show you the levels of a hierarchy, like in the
left pane of the Windows Explorer, ahhh... forget it.
--
Rudy


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.