// Entry code: arzxdv // Name : Matthew Goulet // Frame rate: 25 // "Glowing 5" // Written by Matthew Goulet // +W400 +H300 +A0.01 +AM1 +KFI0 +KFF99 +KI0 +KF1 // FPS: 25 global_settings { assumed_gamma 1.0 radiosity { count 1600 error_bound 0.6 nearest_count 8 pretrace_start 0.32 pretrace_end 0.0001 low_error_factor 0.25 } } // Uses default camera // Radius of sweep #local R = 0.1; // The number "5" sphere_sweep { b_spline 12, <4, 6>, R, <3, 6>, R, <0.2, 6>, R, <0, 5.8>, R, <0, 4>, R, <0.2, 3.8>, R, <3, 3>, R, <3, 1>, R, <2, 0>, R, <1, 0>, R, <0, 1>, R, <-1, 2>, R pigment { rgb <0.5, 0.5, 1> } finish { ambient 7*(sin(clock*pi)) diffuse 0 } translate <-1.8, -3, 15> } // Background for lighting plane { -z, -15.5 pigment { rgb 1 } finish { ambient 0 diffuse 1 } }