POV-Ray : Newsgroups : povray.binaries.scene-files : waste of time source and bezier curves zipped Server Time
1 Sep 2024 14:28:14 EDT (-0400)
  waste of time source and bezier curves zipped (Message 21 to 27 of 27)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: nemesis
Subject: Re: waste of time source and bezier curves zipped
Date: 9 Feb 2008 18:05:00
Message: <web.47ae306f5ed22bb044d8956c0@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> tweaking .....
>
> picture is worth a thousand words .... just one segment per curve.

hmm.  I call that "cheating". ;)

what if you wanted the cup body to be more curvy, with 2 segments?  Line
artifacts are inevitable...


Post a reply to this message

From: alphaQuad
Subject: Re: waste of time source and bezier curves zipped
Date: 10 Feb 2008 20:20:01
Message: <web.47afa1b85ed22bb0db804cd60@news.povray.org>
"nemesis" <nam### [at] gmailcom> wrote:
> "alphaQuad" <alp### [at] earthlinknet> wrote:
> > tweaking .....
> >
> > picture is worth a thousand words .... just one segment per curve.
>
> hmm.  I call that "cheating". ;)
>
> what if you wanted the cup body to be more curvy, with 2 segments?  Line
> artifacts are inevitable...


Read in vase1 from vase.pov, which had 18 segments. Deleted 3.

#declare vase2 = lathe { bezier_spline
60,
<0,1.738281>,<13.083495,1.055169>,<50.65465,1.738281>,<65,1.738281>,
<65,1.738281>,<70.806451,1.396725>,<75,1.515183>,<75,6.060883>,
<75,6.060883>,<75,10.606583>,<70.205602,14.647183>,<75.761441,19.192883>,
<75.761441,19.192883>,<110.289787,41.122087>,<120.960641,82.116836>,<121.938237,115.043616>,
<121.938237,115.043616>,<122.378198,158.973988>,<78.047305,205.573516>,<52.024327,246.225187>,
<52.024327,246.225187>,<36.049139,268.848194>,<41.70118,297.425137>,<48.338574,312.312154>,
<48.338574,312.312154>,<53.649802,328.27445>,<74.540584,345.03571>,<83.989847,352.03816>,
<83.989847,352.03816>,<89.921283,357.6913>,<94.89046,368.18094>,<87.378195,370>,
<87.378195,370>,<79.296975,371.23106>,<70.820413,359.97291>,<64.144687,356.4137>,
<64.144687,356.4137>,<54.043162,351.02801>,<35.984247,334.784946>,<30.537635,313.924731>,
<30.537635,313.924731>,<26.703926,300.591398>,<15.168654,268.697748>,<33.224168,238.735738>,
<33.224168,238.735738>,<58.755929,198.081274>,<100.849624,149.188788>,<100.575295,114.360134>,
<100.575295,114.360134>,<100.759266,82.279284>,<94.646315,55.586889>,<61.114229,25.253783>,
<61.114229,25.253783>,<55.454314,22.728483>,<20.575585,17.738756>,<0,14.999983>,
<0,14.999983>,<0.170779,9.756466>,<0,6.627592>,<0,1.738281>
scale 1/200
}

Really think I need a func to set handles in opposite vectors
And a handle lock.

So far:
Drag section zoom
Move handles
Move nodes
Add/Delete node
Read/Write pov
Read svg

Artifacts? Is this cheating?

OK, who is going to put flowers in it?


Post a reply to this message


Attachments:
Download 'vase2.jpg' (118 KB)

Preview of image 'vase2.jpg'
vase2.jpg


 

From: alphaQuad
Subject: Re: waste of time source and bezier curves zipped
Date: 11 Feb 2008 01:30:01
Message: <web.47afeb4e5ed22bb0db804cd60@news.povray.org>
#declare vase3 = lathe { bezier_spline
60,
<0,1.738281>,<13.083495,1.055169>,<50.65465,1.738281>,<65,1.738281>,
<65,1.738281>,<70.806451,1.396725>,<75,1.515183>,<75,6.060883>,
<75,6.060883>,<75,10.606583>,<70.205602,14.647183>,<75.761441,19.192883>,
<75.761441,19.192883>,<110.289787,41.122087>,<99.870143,90.586982>,<121.938237,115.043616>,
<121.938237,115.043616>,<161.578182,158.973988>,<29.370052,203.604319>,<52.024327,246.225187>,
<52.024327,246.225187>,<64.049128,268.848194>,<41.70118,297.425137>,<48.338574,312.312154>,
<48.338574,312.312154>,<53.649802,328.27445>,<74.540584,345.03571>,<83.989847,352.03816>,
<83.989847,352.03816>,<89.921283,357.6913>,<94.89046,368.18094>,<87.378195,370>,
<87.378195,370>,<79.296975,371.23106>,<70.820413,359.97291>,<64.144687,356.4137>,
<64.144687,356.4137>,<54.043162,351.02801>,<35.984247,334.784946>,<30.537635,313.924731>,
<30.537635,313.924731>,<26.703926,300.591398>,<48.76864,266.831082>,<33.224168,238.735738>,
<33.224168,238.735738>,<9.983195,196.729612>,<136.316276,156.655452>,<100.575295,114.360134>,
<100.575295,114.360134>,<79.868569,89.856129>,<94.646315,55.586889>,<61.114229,25.253783>,
<61.114229,25.253783>,<55.454314,22.728483>,<20.575585,17.738756>,<0,14.999983>,
<0,14.999983>,<0.170779,9.756466>,<0,6.627592>,<0,1.738281>
scale 1/200
}

Vase3: self explanatory

got alignhandle and locked movement now.


Post a reply to this message


Attachments:
Download 'vase3.jpg' (152 KB)

Preview of image 'vase3.jpg'
vase3.jpg


 

From: alphaQuad
Subject: Re: waste of time source and bezier curves zipped
Date: 11 Feb 2008 12:20:00
Message: <web.47b082da5ed22bb07baee6ff0@news.povray.org>
My mistake was that I forgot to allow 'e' the second time I wrote the binary
reader. So it would have properly read the file like this:

#declare vase3 = lathe { bezier_spline
60,
<0,-0.000017>,<18.436071,-0.18687>,<57.822473,-0.194004>,<65,-0.000017>,
<65,-0.000017>,<72.371514,0.969919>,<75,1.515183>,<75,6.060883>,
<75,6.060883>,<75,10.606583>,<70.205602,14.647183>,<75.761441,19.192883>,
<75.761441,19.192883>,<110.289787,41.122087>,<99.870143,90.586982>,<121.938237,115.043616>,
<121.938237,115.043616>,<161.578182,158.973988>,<29.370052,203.604319>,<52.024327,246.225187>,
<52.024327,246.225187>,<64.049128,268.848194>,<41.70118,297.425137>,<48.338574,312.312154>,
<48.338574,312.312154>,<53.649802,328.27445>,<74.540584,345.03571>,<83.989847,352.03816>,
<83.989847,352.03816>,<89.921283,357.6913>,<94.89046,368.18094>,<87.378195,370>,
<87.378195,370>,<79.296975,371.23106>,<70.820413,359.97291>,<64.144687,356.4137>,
<64.144687,356.4137>,<54.043162,351.02801>,<35.984247,334.784946>,<30.537635,313.924731>,
<30.537635,313.924731>,<26.703926,300.591398>,<48.76864,266.831082>,<33.224168,238.735738>,
<33.224168,238.735738>,<9.983195,196.729612>,<136.316276,156.655452>,<100.575295,114.360134>,
<100.575295,114.360134>,<79.868569,89.856129>,<94.646315,55.586889>,<61.114229,25.253783>,
<61.114229,25.253783>,<55.454314,22.728483>,<20.575585,17.738756>,<0,14.999983>,
<0,14.999983>,<0.193987,10.732264>,<0.193987,7.953459>,<0,-0.000017>
scale 1/200
}

placing bottom of vase 0.000017 * 1/200 below a zero surface (-0.000000085)


Post a reply to this message

From: nemesis
Subject: Re: waste of time source and bezier curves zipped
Date: 11 Feb 2008 14:40:01
Message: <web.47b0a3fd5ed22bb048b5d36c0@news.povray.org>
ok, man!  nice!  keep it up!

good to see my "waste of time" thread resulted in something truly useful. :)


Post a reply to this message

From: alphaQuad
Subject: Re: waste of time source and bezier curves zipped
Date: 13 Feb 2008 06:45:00
Message: <web.47b2d6b75ed22bb0426ea5410@news.povray.org>
"nemesis" <nam### [at] gmailcom> wrote:
> ok, man!  nice!  keep it up!
>
> good to see my "waste of time" thread resulted in something truly useful. :)

OK

Wondering what an open spline might look like, left spline open.

Looks like it contains water maybe?


Post a reply to this message


Attachments:
Download 'vaseopen.png' (155 KB)

Preview of image 'vaseopen.png'
vaseopen.png


 

From: nemesis
Subject: Re: waste of time source and bezier curves zipped
Date: 13 Feb 2008 08:02:28
Message: <47b2ea64$1@news.povray.org>
alphaQuad wrote:
> Looks like it contains water maybe?

more like a bottle with glass by the middle? ;)


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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