The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Attached to Project: POV-Ray
Opened by Tim Attwood - 2009-05-30
Last edited by Chris Cason - 2009-06-07
Opened by Tim Attwood - 2009-05-30
Last edited by Chris Cason - 2009-06-07
FS#33 - parse accepting invalid vector float components
The parser is missing extra period characters when it parses a float as a vector component.
#local sample = <0.0.0.1,0,0>;
Doesn’t generate an error, but should.
Closed by Chris Cason
Sunday, 07 June 2009, 12:37 GMT
Reason for closing: Fixed
Additional comments about closing:
Sunday, 07 June 2009, 12:37 GMT
Reason for closing: Fixed
Additional comments about closing:
Fixed in revision #4815.