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

Steps to reproduce: - get [tetrahedron_twist](http://github.com/discatte/tetrahedron_twist) - run `povray wobbles\ -\ tetra\ twist.pov`

bug?

Found via `codespell -q 3 -S "./libraries" -L ans,feld,medias,nd,pary,pres,sie,thn,writen`

**Summary** Debug string is not displayed in console if start with more than 14 hyphens. Same behavior if final '\n' character is missing. Example: ---------------- #declare s_ = "----------------- DEBUG...

bug?

Two improvements to the `pawns.pov` demo scene: * Fix z-fighting (speckling) on the chessboard caused by overlapping boxes * Correcting colors back to their original values, which had been lost...

Hi, While we were analyzing the POVRAY application, we saw extensive usage of the math functions from cmath library. We were looking at options for speed up the math functions...

The current PR implements AVX512 version of POV-RAY. This contains optimized implementations for Noise and DNoise functions. **Details of implementation**: - Implementations/Modifications for single coordinate and double coordinate Noise/DNoise function...

**Summary** Static compilation fails on the boost library. ./configure COMPILED_BY="Docker" --prefix=/installdir --enable-static **POV-Ray Version** - Incarnation: POV-Ray for Unix - Affected build version: v3.7.0.10 (commit: cd074e4d2698b3faa5b157c6b05c5f3ad432fddc, branch: latest-stable) - Known...

bug?

**Summary** Option "Keep Single Instance" is not working for *.inc files. **POV-Ray Version** - Incarnation: POV-Ray for Windows - Affected build version: 3.8-beta.2 **Runtime Environment** - Operating system: Windows 7...

bug?

Hi. I tried to run povray on a single thread and for the same purpose I used the +WT1 option. I observed the following : ![image](https://user-images.githubusercontent.com/96763064/217316372-7ad9c74d-4553-4802-8602-4a51acd771c0.png) While the photon time...

**Is your feature request related to a problem?** First i would like to refer to: https://news.povray.org/povray.general/message/%3C60ad4d83%241%40news.povray.org%3E/#%3C60ad4d83%241%40news.povray.org%3E OpenType format fonts have emerged as the dominant choice in font technology, largely due...

feature