POV-Ray : Newsgroups : povray.binaries.images : Easter People will dig this one Server Time
4 May 2024 18:21:27 EDT (-0400)
   Easter People will dig this one (Message 21 to 24 of 24)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: alphaQuad
Subject: Re: Easter People will dig this one
Date: 18 Mar 2008 07:20:00
Message: <web.47dfb362306ecca6bc412700@news.povray.org>
with no fudging of 02.jpg


Post a reply to this message


Attachments:
Download 'spheroid_dome04.jpg' (91 KB)

Preview of image 'spheroid_dome04.jpg'
spheroid_dome04.jpg


 

From: alphaQuad
Subject: Re: Easter People will dig this one
Date: 18 Mar 2008 07:25:00
Message: <web.47dfb440306ecca6bc412700@news.povray.org>
with more incorrect fudging of fuzzylogic


Post a reply to this message


Attachments:
Download 'spheroid_dome05.jpg' (102 KB)

Preview of image 'spheroid_dome05.jpg'
spheroid_dome05.jpg


 

From: alphaQuad
Subject: Re: Easter People will dig this one
Date: 18 Mar 2008 11:30:00
Message: <web.47dfeced306ecca6bc412700@news.povray.org>
//Astroidal Ellipse    or rhombihexacron
#declare Vmin=0;
#declare Vmax=pi*2;
#declare Umin=0;
#declare Umax=pi*2;
#declare F_AEx = function(u,v) {pow(cos(u)*cos(v),3)}
#declare F_AEy = function(u,v) {pow(sin(v),3)}
#declare F_AEz = function(u,v) {pow(sin(u)*cos(v),3)}
spheroid(1.7, 0.3, 0.0, 0.0, 20,10,F_AEx,F_AEy,F_AEz,1)

just needs textures

and the mesh2 surface really should search for duplicate points or UV maping
will be a problem likely.


Post a reply to this message


Attachments:
Download 'spheroid_dome07.jpg' (121 KB)

Preview of image 'spheroid_dome07.jpg'
spheroid_dome07.jpg


 

From: alphaQuad
Subject: Re: Easter People will dig this one
Date: 19 Mar 2008 18:40:01
Message: <web.47e1a3e8306ecca613be7ef30@news.povray.org>
new quad face and edge definition


Post a reply to this message


Attachments:
Download 'spheroid_dome13.jpg' (109 KB)

Preview of image 'spheroid_dome13.jpg'
spheroid_dome13.jpg


 

<<< Previous 10 Messages Goto Initial 10 Messages

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