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

### Summary EXIF metadata now supported by PNG group. ### Suggested Solution According to changes to the PNG specification (http://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html#C.eXIf), the PNG format now supports EXIF data. It would be...

feature

### Summary Our current media method 3 jitter code doesn't bound even the smallest jitter within the end points of the sub-intervals. This is most obvious when the media density...

artefact

Running the same file on windows and osx gives different results, where the windows version is more "lively"---it seems like the osx version blends the texture with some default color,...

ToDo: user feedback

### Summary Artifacts appear near the center of the bezier lathe object sturm or not. With some severe rotations away from the camera result OK. Originally reported in the newsgroups...

artefact

### Summary Users have occasionally asked that POV-Ray support photometric IES files (*.ies). Such support exists in other rendering software though what that really means in those tools and to...

feature

Bounding box computation for CSG intersection uses a special mechanism to optimize bounding of some special cases of the quadric primitive, such as infinite axis-aligned cylinders. However, this mechanism is...

project triage pending

If the coordinates the partial render are not normalized, no error is given but the renderer hangs indefinitely. Any scene will do: ```pov #version 3.7; sphere { 0, 1 }...

project triage pending

Concerns version 3.7.0.0 onward, although was opposite way around in previous version(s). Unexpected results can occur if object keyword hollow is used in CSG and/or looks_like object because of internal...

project triage pending

For background see the newsgroup thread at: http://news.povray.org/povray.animations/thread/%3C594eb2f6%241%40news.povray.org%3E/ If possible, perhaps support the feature in a way to match windows for unix builds. Where not supported an exit with an...

project triage pending

The following example, originally from Sean Day, works as expect using -ur but not with the default +ur though the specified bounded_by box meets the "better bounding" tests in parse.cpp....

bug