POV-Ray : Newsgroups : povray.general : solid parametric : solid parametric Server Time
2 Jun 2024 07:52:15 EDT (-0400)
  solid parametric  
From: Mike Horvath
Date: 23 Feb 2015 02:53:06
Message: <54eadc62$1@news.povray.org>
Is there any way I can turn this into something with thickness? I want 
to create a spiral ramp for people to walk upon.

	#local Fx = function(u,v) {u*cos(v)}
	#local Fy = function(u,v) {u*sin(v)}
	#local Fz = function(u,v) {v}
	#local platform_ramp_1 = object
	{
		Parametric(Fx,Fy,Fz,<0,0>,<1,pi>,12,12,"")
		rotate +x * 90
		rotate -y * 90
		scale y/pi
		translate y
	}


Post a reply to this message

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