forked from POV-Ray/povray
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Grimbert Jérôme edited this page May 27, 2014
·
3 revisions
Current delta (2014-05-27) from povray/povray, master branch:
- Can parse long string (as long as C++ is happy allocating the intermediate std::string object : beware of memory overrun if your process is not limited in term of allocated memory. 256 was too short)
- Default bounding is really 3, as reported (but 1 was used if not specified)
- sphere sweep
- less noise under some angles
- UV mapping
- removed the preliminary workaround for FS#81 (not effective, was adding noise)
- added the suggested fix for FS#243
- Unix specific: display status sooner, avoid dodging original error when it is in the option setting.