POV-Ray : Newsgroups : povray.beta-test.binaries : Bug in SuperTorus Server Time
16 May 2024 05:07:31 EDT (-0400)
  Bug in SuperTorus (Message 1 to 1 of 1)  
From: Redbeard (MDJohnson)
Subject: Bug in SuperTorus
Date: 17 Oct 2001 23:15:27
Message: <3bce494f@news.povray.org>
(BTW, I forgot to mention POV-Ray 3.5b6, PIII 733 160MB and Athlon 700 192MB)

Here's the pictures.  The first is with CM and Cm both at 0.5.  The second has
CM set to 0.75.  THe third has CM back at 0.5 and Cm at 0.75.  The fourth has
them both at 0.75.  The final one is from "inside" the ST wiht CM at 0.75 and Cm
at 0.5.

The "plate" covers all but the +x/+z quadrant.

Scene:
// **********************
// Test SuperTorus
// Use it as you wish
#include "shapes.inc"
#include "colors.inc"
#include "finish.inc"

#declare RM = 5;
#declare Rm = 1;
#declare CM = 0.5;
#declare Cm = 0.5;
#declare A = 0.0001;
#declare G = 1;
object
{
 SuperTorus(RM, Rm, CM, Cm, A, G)
 pigment { Gold }
 finish { Shiny }
}

light_source { 0 White }
light_source { y * 100 White }

camera { location <0, 12,-7> look_at 0 angle 67 }
// ****************

Michael
--
#declare R=<8,4,.6>/3;#declare C=function{pattern{object{text{ttf"crystal.ttf"
"MDJ"1,0translate-R/4}}}}camera{location-z*30}box{-R,R pigment{rgbf 1}interior
{media{emission.1density{function{C(x,y,z)}density_map{[0mandel 50color_map{[0
rgb 0][.2rgb x][1rgb x+y]}interior 1,1.5scale 60translate<-33.75,2.85>exponent
4][1rgb<2,2>]}}}}scale 24hollow}// (c) 2001 MDJohnson red### [at] wvadelphianet


Post a reply to this message


Attachments:
Download 'SuperTorus5050.png' (7 KB) Download 'SuperTorus7550.png' (4 KB) Download 'SuperTorus5075.png' (4 KB) Download 'SuperTorus7575.png' (3 KB) Download 'SuperTorus7550inside.png' (4 KB)

Preview of image 'SuperTorus5050.png'
SuperTorus5050.png

Preview of image 'SuperTorus7550.png'
SuperTorus7550.png

Preview of image 'SuperTorus5075.png'
SuperTorus5075.png

Preview of image 'SuperTorus7575.png'
SuperTorus7575.png

Preview of image 'SuperTorus7550inside.png'
SuperTorus7550inside.png


 

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