POV-Ray : Newsgroups : povray.text.scene-files : L*C*h(uv) functions : Re: L*C*h(uv) functions Server Time
24 Apr 2024 14:14:49 EDT (-0400)
  Re: L*C*h(uv) functions  
From: Mike Horvath
Date: 21 Nov 2016 23:22:15
Message: <5833c7f7$1@news.povray.org>
I tried this as well.

parametric
{
	function { convertLCH2RGB_R(u,100,v) }
	function { convertLCH2RGB_G(u,100,v) }
	function { convertLCH2RGB_B(u,100,v) }
	<0,0>, <100,360>
	contained_by
	{
		box {-2,+2}
	}
	max_gradient	5
	accuracy	0.01
	precompute	10 x,y,z
	pigment {rgb 1}
}

The render is too slow. The pps is below 100 and still dropping.

Mike


Post a reply to this message

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