blob: 1a7d97906320a9651748a977dd1f18530029f9f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//
// spherical30.pov
//
// (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#version 3.7;
#include "common.inc"
kugelflaeche(0, 0.001, PositiveColor)
kugelflaeche(0, -0.001, NegativeColor)
|