#include "fluoxetine.pov" global_settings { max_trace_level 10 } background { color White } camera { location <0.5, -0.5, -14> look_at <0.5, -0.5, 0> } object { Fluoxetine rotate -120*x rotate 60*y rotate 15*z rotate -15*y } light_source { <2, 0, -5> color White }