While experimenting with povray, i got a strange bug. On one of the
examples, povray aborts with:
File: fish13.pov Line: 26
File Context (5 lines):
direction <0, 0, 1.5>
up <0, 1, 0>
right <4/3, 0, 0>
look_at <-5, -5, 0>
}
Parse Error: Viewing angle has to be smaller than 180 degrees.
This only happens with FPU enabled, and softfloat emulation turned off.
When using the softfloat emulation, it works (and actually produces a
binary exact version of the images as that when i run the
softfloat-version of povray).