POV-Ray : Newsgroups : povray.binaries.images : Procedural starfield suitable for animation? : Re: Procedural starfield suitable for animation? Server Time
16 Aug 2024 16:25:12 EDT (-0400)
  Re: Procedural starfield suitable for animation?  
From: Andrew
Date: 12 Jan 2002 06:06:00
Message: <3c401898@news.povray.org>
> Is there a way to create a procedural starfield which behaves
correctly
> when animated?
>
> Why, in general, is no steady movement of the stars possible with
> pigment patterns on a sky_sphere?

You could try Chris Colefax's Galaxy generator, though I don't remember
if it can be animated.

In general, the stars will tend to flicker if they are too small, as
rays hit a star by accident almost, and you see a sample of the much
larger number of stars truly present in the texture.  Moving the camera
causes the rays to fall onto a different set of stars.

The way to do this properly (I think) is to make sure the stars are
about 1 pixel in size, which of course means scaling them differently
for different image sizes.  Either that or use extreme AA settings.

BTW, you probably do have enough memory for a decent image map.


Post a reply to this message

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