9 lines
320 B
POVRay
9 lines
320 B
POVRay
// GALAXY INCLUDE FILE: RANDOM GALAXY SCENE FILE
|
|
// *********************************************
|
|
// Use this file to easily render many different (and unique) galaxy
|
|
// scenes. For more information, see Rand.ini
|
|
|
|
#declare galaxy_seed = (clock - .5) * 2e5;
|
|
#declare debug_options = true;
|
|
#include "GALAXY.INC"
|