|
From: James W. <ja...@fr...> - 2008-02-06 19:55:19
|
Roger Holmes wrote: > Hi James, > > Here is the file: > > > It no longer shows the problem of the end of the line zipping about > randomly because it now gets cached and so the bad line is in just one > position (which is random, but usually the origin, though I have seen it > elsewhere. This data is normally added by the user interface code to > show the user where they can click their mouse to select a vertex of a > solid object which is also drawn, but not in highlight colour (red). My > program removes the highlight state when it displays data from the file, > so I don't see it in red but you may do. > > I have not compressed it as its only 3.2k and hopefully you are using a > Mac. Thunderbird munged the file, but Mail received it OK. The unusual thing about this TriMesh is that some edges involve points that are not in any of the faces. It looks like E3TriMesh_OptimizeData will also do the wrong thing with respect to point-fill style, since points that do not belong to any faces go away. I'll try to fix it this weekend if not sooner. -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> |