povray icon indicating copy to clipboard operation
povray copied to clipboard

The Persistence of Vision Raytracer: http://www.povray.org/

Results 134 povray issues
Sort by recently updated
recently updated
newest added

http://bugs.povray.org/task/246 (Ported on the chance some change in behavior might be considered, but I think closing OK. Confirmed behavior remains unchanged as of today. All older POV-Ray source I have...

bug
artefact

http://bugs.povray.org/task/106 (Issue originally opened way back in 2011 and looks to have never been completely implemented. I argue strongly we not use conversion macros as suggested, but rather re-write where...

cleanup

http://bugs.povray.org/task/41 --------------- Details: POV-Ray 3.6, upon encountering problems when parsing command line and/or .ini file options, would quote the offending option in the error message. POV-Ray 3.7 currently just reports...

bug
OS: Unix

http://bugs.povray.org/task/28 --------------- Details: The #debug message stream is only being flushed when it hits a newline character, instead of after each #debug statement. This means that some final strings don't...

feature
ToDo: discuss

http://bugs.povray.org/task/98 --------------- Details: Windows UI code should be refactored to use _TCHAR throughout instead of char, as well as the corresponding string function macros, to head for Unicode support. ---------------...

Windows GUI
ToDo: refactor

Opening this issue so we at some point resolve whether these features stick around in the code base or not - and if so we document them. Ref commit: 54b283a....

documentation

We should investigate using the `-Bsymbolic` and `-fno-semantic-interposition` compiler switches in our Unix build process to try and improve performance, as suggested here: https://old.reddit.com/r/programming/comments/ny7wk6/

OS: Unix
ToDo: research
performance

http://bugs.povray.org/task/226 --- Details: This is a transparent box very close to a plane. ``` box { -1, 1 pigment { rgbf } } plane { #if (version < 3.7) y,...

artefact

http://bugs.povray.org/task/324 POV-Ray as of 3.7.1 commit 3cd6b6c still shows the original issue. For all files from original report see: FS324.zip --- Details: Povray 3.7 has rendering artifact in meshes with...

artefact
ToDo: user feedback
math

A parametric get truncated to its first intersection when used with clipped_by or inside an intersection. Other intersections seems to be dismissed. Illustration with clipped_by ![lyu](https://cloud.githubusercontent.com/assets/6189221/15984441/3064ca2c-2fcb-11e6-9bf3-858ce4b0144a.png) Illustration with intersection ![lyui](https://cloud.githubusercontent.com/assets/6189221/15984448/58b6de3e-2fcb-11e6-8c64-b8d99670d90d.png)...

feature
documentation
artefact
ToDo: discuss