POV-Ray : Newsgroups : povray.off-topic : Friday afternoon project: a real time ray tracer in your browser : Re: Friday afternoon project: a real time ray tracer in your browser Server Time
6 Oct 2024 07:21:40 EDT (-0400)
  Re: Friday afternoon project: a real time ray tracer in your browser  
From: Orchid Win7 v1
Date: 27 Jul 2015 13:35:24
Message: <55b66bdc$1@news.povray.org>
On 27/07/2015 11:47 AM, scott wrote:
> As highlighted on that page, the main problem is that every single pixel
> runs exactly the same code with the same inputs (apart from pixel
> coordinate). So you need some way of making every pixel generate a bunch
> of random numbers that are in no way related to any other pixels in the
> image (otherwise you get strange patterns like you saw with your 1
> sample image).

I wonder how long before GPU gets a hardware-based randomness source? 
(It can't be that hard to sample a little thermal noise in hardware, 
especially if you don't need cryptographic strength. The problem is 
usually that hardware randomness sources are a tad slow...)


Post a reply to this message

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