... are blended together. You can also see where two or three pentagrams are blended. ... It seems to look somewhat yellowish. ... and down on the B. It seems...
Hi Alan, ... It took me a while to figure out what was going on here! Clearly the averages were different than expected. (In the meantime I found bugs in other...
lads, re- area calcs... 1 different map projections distort the continental areas, differently. 2 in general, the continents are an irregular shape. 3 there is...
Hi Steve, ... My best computer science teacher was the one I had in comp sci 101. He had this saying, "if you can do it in your head, you can do it with a...
Hi Adrian, ... This speed up was fairly effective but there should be a better improvement. It has to traverse geom.edges() quite often. In the higher order of...
Hi Adrian, ... This is a worthy update. When generating uc21_n5/2k15 the 5/2k15 polygon iterated through polygon.edges() 2,928,940 time. After starting the...
... averages were different than expected. (In the meantime I found bugs in other places so no time was wasted) ... I use RGB I get 128 128 64 for the blended...
Hi Adrian, It doesn't seem like the point in triangle method should be so costly as it breaks out as soon as it finds a triangle with the point. On average it...
Hi Adrian, ... I know you've been away so not to create too many notes, hopefully you will read this one first. I will go quiet now and let you have time to...
________________________________ From: Alan M <amichelson2002@...> To: antiprism@yahoogroups.com Sent: Wed, March 2, 2011 7:32:27 PM Subject: [antiprism]...
Hi Adrian, I am working on a way to find edges which are part of the same line. This could be accomplished by finding edges with the same edge normal,...
Adrian, I made some wrl's but no longer have the off for them. I can even load the wrl in Antiview...but there is no wrl2off. Checking the net, no downloading...
Hi Steve, ... This is something I researched a long time back. The problem ended up being very complex and I abandoned it else it would have taken months of...
Hi Roger, wondering if... Since Antiview displays sample.wrl as a POINT SET, ( which would be fine for me ) I should think there might be some way to take the...
Adrian and Roger, How about this... an option in Antview to LIST the entire point set for the file shown on the screen ??? Or even better, still in Antiview,...
Adrian and Roger, How about this... an option in Antview to LIST the entire point set for the file shown on the screen ??? Or even better, still in Antiview,...
Hi Steve, ... Some of the other programs read vrml the same way antiview does. If it is only points that you want then this will work off2crds tmp.wrl >...
Roger, ... so...if we can get the point set back...can we not also automatically make the convex hull FROM that point set ? so, say given a wrl, say, ...
Hi Roger I am "half" around at the moment. I have seen your other emails and will try to take at look at them today and tomorrow. ... If you just need a...
Hi Steve ... If a file isn't found to be OFF then all the Antiprism programs will assume it contains coordinate data, and try to extract this. So, if the...
Hi Steve, ... If the model is convex then it is possible off2crds CONWcubOOZ11.wrl | conv_hull > CONWcubOOZ11.off Note that any original colors from the points...
Roger and Adrian, I tried to do your commands again...and well, it worked...as you suggested. This is real good...as trying to regenerate these Conways from...
Hi Roger ... This could be used for the surhedron. Find the polygons made by truncation at the same plane, merge and create the outer polygons. Now use the...
Hi Adrian, ... I realized that the edge normals probably are not going to do the job. For a quick explanation say there are too faces that share edge AB. One...
Hi Adrian, ... Using the retrograde face works great for merging adjacent planar faces. Remember I once had an idea for "de-triangulating" a model? This seems...
Hi Roger ... You should be able to find the nearest point of the segment line to the origin (or some other point, e.g. the centroid), call it Q, and a...
Hi Roger ... This might not be clear. The direction above is the direction *along* the line, i.e. the direction from one end point of the segment to the other....
Hi Roger ... That is fine. I thought it was BSD at first, but the end part looked like MIT. It could be the University of Illinois/NCSA Open Source License,...
Hi Adrian, I think we are caught up on the other subjects. I am currently running some test code (based on your suggestion) to find edges which are the same...