POV-Ray : Newsgroups : povray.binaries.images : Tessellations : Re: Tessellations Server Time
2 Aug 2024 02:24:47 EDT (-0400)
  Re: Tessellations  
From: alphaQuad
Date: 18 Mar 2008 18:55:00
Message: <web.47e0551454e7baaebc412700@news.povray.org>
"Russell Towle" <rto### [at] inreachcom> wrote:

> Unusual to see triangular bipyramids.

DualTetrahedron
//stacks
#declare Vmin=0;
#declare Vmax=pi;
//slices
#declare Umin=0;
#declare Umax=pi*2;
#declare Fx = function(u,v) { sin(u) * sin(v) }
#declare Fy = function(u,v) { cos(v) }
#declare Fz = function(u,v) { cos(u) * sin(v) }
spheroid(.8, 0.0, -0.5, 0.0,2,3,Fx,Fy,Fz,0)

spheroid_dome.inc required at this point which does several things over
Parametric().


Post a reply to this message

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