Search the web
Sign In
New User? Sign Up
antiprism
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4006 - 4035 of 4035   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4006
Hi Adrian, ... Actually the place I am looking at, the 5-fold star, there seems to be an intersection of 10 faces. 11 with the face behind this intersection....
Roger Kaufman
vortexswirling
Offline Send Email
Oct 29, 2009
4:13 pm
4007
Hi Adrian, ... I did make these changes in my code. I suppose I should send it up to you. It only involved the way UC10,11 and 13 were constructed. But I also...
Roger Kaufman
vortexswirling
Offline Send Email
Oct 29, 2009
7:40 pm
4008
Hi Roger ... Yes, that is right. I was counting colours! ... You could do it that way. You could be look for the intersection point with an obscuring face...
Adrian Rossiter
adrianrossiter
Offline Send Email
Oct 30, 2009
12:14 pm
4009
Hi Roger ... If you send them I will add them in. I updated my Autotools this morning with some "unofficial" backported packages and I have changed...
Adrian Rossiter
adrianrossiter
Offline Send Email
Oct 30, 2009
12:51 pm
4010
Hi Adrian, ... I didn't change the map colors, but if color blending happens then I'd like to look at the order of the first 7 colors again for the compound...
Roger Kaufman
vortexswirling
Offline Send Email
Oct 30, 2009
4:10 pm
4011
Hi Adrian, ... I didn't want to spend any more time on this, but I decided to make a models of only involved faces so see if any visual conclusion could be...
Roger Kaufman
vortexswirling
Offline Send Email
Oct 30, 2009
4:31 pm
4012
Hi Adrian, ... I had a try at sort_merge and it didn't work. I will try applying the merge_color function at a different point in the code, but I think it can...
Roger Kaufman
vortexswirling
Offline Send Email
Oct 31, 2009
6:39 pm
4013
Hi Adrian, ... I have color blending working now in sort_merge. I learned a few things. One seems rather trivial but I may have made this mistake before and...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 1, 2009
5:03 pm
4014
Hi Taff ... One way of doing this is to divide the surface into concentric bands and then place one circle on each of these bands. Each circle is rotated a...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 2, 2009
12:48 pm
4015
Hi Roger ... I haven't made any specific plans to look at it. I don't think it should be too much work with the triangles though. ... I have done that. Adrian....
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 2, 2009
2:03 pm
4016
Hi Roger ... The overlaps would need to be processed after triangulation. When you had a set of coplanar triangles you would need to find the overlaps between...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 2, 2009
2:36 pm
4017
Hi Adrian, ... After today (about starting now!) I will be quite busy. Hopefully things will let up next week some time. Here was my take on the problem. After...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 2, 2009
3:40 pm
4018
Hi Roger ... The colouring result isn't used by the symmetry code. I don't currently look at colouring for symmetry, but when I do it would probably be better...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 2, 2009
3:40 pm
4019
Hi Adrian, ... I set it up to work as it did before when equiv_elems is set. ... In off_util there is an error I found. This code if(strspn(optarg, "ef") &&...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 3, 2009
2:13 am
4020
Hi Roger ... I have added this in. ... I don't know! But it might be better to have just one word for unconnected vertices generally, and 'free' seems...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 3, 2009
11:44 am
4021
Hi Adrian, ... This isn't as trivial a problem as I first thought. Consider the Star of David. It has 6 areas in A-B and B-A. Then there would be two hexagons...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 3, 2009
2:56 pm
4022
Hi Roger ... I am not to sure how this works out. What happens next? Why would it be a problem if one triangle was contained within another? ... This function...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 3, 2009
5:48 pm
4023
Hi Adrian, In sort_merge I have this compare routine which is called from vert_cmp(). bool cmp_verts(const vertSort &a, const vertSort &b, double epsilon) { if...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 3, 2009
5:57 pm
4024
Hi Roger ... It should be possible to use the tesselator for this. You can make the triangles wind different ways and pick off the positive and negative wound...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 3, 2009
6:03 pm
4025
Hi Adrian, ... Thanks. I will look at this. I was thinking of this way to do it. No matter how the two triangles overlap (except congruent), edges intersect....
Roger Kaufman
vortexswirling
Offline Send Email
Nov 3, 2009
7:02 pm
4026
Hi Adrian, Not averaging in invisible colors make invisible edges appear unset, if there are no congruent edges to merge. I will have to come up with something...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 4, 2009
3:25 am
4027
Hi Roger ... The functions are different. Your function looks like a "less than" function, whereas the compare() function returns -1:less than, 0:equal,...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 4, 2009
12:43 pm
4028
Hi Roger ... I haven't added your sort_merge changes in yet so I will make the snapshot without them and then wait for this extra change before adding them in....
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 4, 2009
1:05 pm
4029
Hi Adrian, ... Actually the comparison for vert2 seems to have been a long unseen oversite! There is no way for epsilon to control that comparison. I have...
Roger Kaufman
vortexswirling
Offline Send Email
Nov 4, 2009
6:12 pm
4030
Hi Adrian, Roger.... A short programming question, please? (I been all over the web looking, can't find a *specific* answer....) I don't use command line...
John Brawley
voodoo1776
Offline Send Email
Nov 5, 2009
9:08 pm
4031
Hi All Here is a snapshot of the current development code Source only (2Mb) http://www.antiprism.com/misc/antiprism-0.20.pre10.tar.gz Windows binaries and...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 6, 2009
9:15 am
4032
Hi Roger ... It disabled it while I was adding in the common display code. I should be able to add it back in again now. Adrian. -- Adrian Rossiter ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 6, 2009
9:43 am
4033
Hi John ... It makes your program more useful if you change your main function. The idea of passing the command line parameters to glutInit is to allow certain...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 6, 2009
9:43 am
4034
Hi Roger ... I have just added this in. There is still a slight incompatibility as the original default element sizing is tied to the bounding box diagonal,...
Adrian Rossiter
adrianrossiter
Offline Send Email
Nov 6, 2009
12:00 pm
4035
Hi Adrian, Thanks a bunch. I feel easier about this now. Peace jb web: http://tetrahedraverse.com ... From: "Adrian Rossiter" <adrian@...> To:...
John Brawley
voodoo1776
Offline Send Email
Nov 6, 2009
7:26 pm
Messages 4006 - 4035 of 4035   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help