|
From: SourceForge.net <no...@so...> - 2007-02-11 06:53:55
|
Bugs item #967741, was opened at 2004-06-06 12:46 Message generated for change (Comment added) made by jwwalker You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=967741&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: Pending >Resolution: Fixed Priority: 4 Private: No Submitted By: James W. Walker (jwwalker) >Assigned to: James W. Walker (jwwalker) Summary: Polyline ignores segment attributes Initial Comment: This was bug 00007 in the ancient pre-Bugzilla bug list: Wireframe/ Interactive renderers don't support segment attributes for polylines. Note that e3geom_polyline_cache_new is never called when using these renderers, instead IRGeometry_Submit_PolyLine and WFGeometry_PolyLine handle the polyline. ---------------------------------------------------------------------- >Comment By: James W. Walker (jwwalker) Date: 2007-02-10 22:53 Message: Logged In: YES user_id=433183 Originator: YES PolyLine segment attributes are now handled in the Interactive, Wireframe, and OpenGL renderers, by the quick and dirty way of decomposing a PolyLine into Lines if it has segment attributes. I added a new test model Polyline-attributes.3dmf to test this. ---------------------------------------------------------------------- Comment By: James W. Walker (jwwalker) Date: 2004-06-06 12:48 Message: Logged In: YES user_id=433183 Bug 00022 in the ancient bug list was also this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=967741&group_id=45158 |