POV-Ray : Newsgroups : povray.binaries.images : 2D function needs 3rd dimension : 2D function needs 3rd dimension Server Time
15 Aug 2024 16:31:25 EDT (-0400)
  2D function needs 3rd dimension  
From: Dennis Miller
Date: 26 May 2002 17:46:58
Message: <3cf157d2@news.povray.org>
Here's a shot of the 2D function I have been discussing in povray.general. I
would like to find a way to have the image "extrude" out towards the viewer
on the -z axis, using the function as a sort of "3D contour.". Anyone have
any suggestions using the function below, an approximate of the actual?
Thanks very much,
Dennis.
#declare A =1;
#declare B =1;
#declare C =1;
#declare D =1;
#declare E =1; //1
#declare F =1;

#declare I =1;
#declare J =1;
#declare K =1;
#declare L =1;


function
    {E*sin(A*sin(I*x*.01) + B*cos(J*y))
              + F*cos(C*cos(K*x) + D*sin(L*y)) }


Post a reply to this message


Attachments:
Download '2dfunction.jpg' (180 KB)

Preview of image '2dfunction.jpg'
2dfunction.jpg


 

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