POV-Ray : Newsgroups : povray.binaries.images : Easter People will dig this one : Re: Easter People will dig this one Server Time
18 May 2024 08:36:34 EDT (-0400)
  Re: Easter People will dig this one  
From: alphaQuad
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


 

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