|
From: SourceForge.net <no...@so...> - 2005-08-09 03:21:10
|
Bugs item #973022, was opened at 06/15/04 00:03 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=973022&group_id=45158 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Frank Condello (pox) Assigned to: James W. Walker (jwwalker) Summary: Specular highlights in transparent pass aren't sorted Initial Comment: The specular highlight pass for transparent triangles waits till all the transparent triangles are drawn, then blends highlights after the fact. The problem is, the highlights are drawn on top of everything in the colour buffer, so highlights on transparent triangles that are occluded by other transparent triangles are drawn full strength when they should appear to be filtered through the triangle in front. A solution would be to draw each Phong shaded primitive in two passes when first sorted, rather than drawing the entire list of Phong shaded primitives as a second self-contained pass. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 08/08/05 19:00 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: James W. Walker (jwwalker) Date: 07/24/05 21:38 Message: Logged In: YES user_id=433183 I believe this is now fixed in CVS sources. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=973022&group_id=45158 |