Posted on

Ancient Web: Michael Scharrer Kept the POV-Ray Source Code With the Art

A rendered image is nice. A rendered image plus the scene file that generated it is much more useful. Michael Scharrer’s POV-Ray collection keeps both, turning a gallery of strange computer graphics into a small archive of executable ideas.

Visit Michael Scharrer’s POV-Ray Scenes

The collection includes titles like Strange Crystal, Debris, Energy Pulse, Nuclear Containment, Tree of Squares, Liquid Fire, Woven Sines, Infinite Spring, Quarks, Fractal Supernova, Sphere Flake, and Caustics. They sound like filenames found on a graphics workstation somebody forgot to shut down in 1998, which is part of the charm.

The useful part is the documentation behind them. In Strange Crystal, for example, Scharrer explains that the central object is built from the union of 40 randomly rotated cubes. A chunk is removed and placed in front using constructive solid geometry. Multiple colored lights at slightly different locations fake wavelength-dependent caustics, while repeated refraction creates the crystalline glimmer.

Then the page links directly to the source code.

That is an old-school computing habit worth preserving. The image is not treated as the final object. The method is part of the work. Someone interested in POV-Ray, constructive solid geometry, procedural art, random seeds, light behavior, or simply how another person thought through the scene can inspect the machinery rather than reverse-engineering a screenshot.

Scharrer also makes the material available under a Creative Commons Attribution license. That reinforces the same idea: these are not only pictures to admire but building blocks somebody else can learn from and reuse.

POV-Ray itself comes from a style of graphics work that feels increasingly alien next to modern 3D suites. You describe a world in text—objects, materials, lights, transforms, mathematical relationships—and let the renderer turn the description into an image. There is a particular satisfaction in changing a few parameters and getting an entirely different universe back.

The website matches that philosophy. It is direct, searchable, and built around the artifacts. No infinite scroll. No account. No portfolio animation that makes you chase the actual image around the screen. Pick a scene, read how it works, take the source code if you want it.

For programmers interested in visual work, this is the kind of page that can still teach more than a gallery with ten thousand polished renders and no explanation whatsoever.

Browse the complete POV-Ray scene collection