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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3283 - 3312 of 4035   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3283
Hi Roger ... It would probably be better that Antiprism worked consistently with homogenous coordinates. They allow points at infinity to be represented, which...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 1, 2009
10:40 am
3284
Hi Adrian, ... What I was refering to might be different. It is hard to find much information on raw GKS (Graphics Kernel System) because so many higher...
vortexswirling
Offline Send Email
Jun 1, 2009
5:10 pm
3285
Hi Roger ... The matrix rows look like (1,0,0,0), (0,1,0,0), (0,0,0,1/d), (0,0,0,1) so multiplying a column vector (x,y,z,1) (if that is how the matrix is...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 2, 2009
10:38 am
3286
Hi All Here is a snapshot of the current development code Source only (2Mb) http://www.antiprism.com/misc/antiprism-0.20.pre06.tar.gz Windows binaries and...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 18, 2009
4:59 pm
3287
... That's not right! The display and the symmetry are misaligned by PI/2n for Dnh with n odd. The alignment is fine for Dnh with n even poly_kscope -t -s D6h...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 18, 2009
7:14 pm
3288
... Or rather, just the mirrors. It might be that they are being aligned on their normals rather than their "planes". Adrian. -- Adrian Rossiter ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 18, 2009
7:21 pm
3289
... This was the problem. base/symmetry.cc line 642 should be sym_ax.set_perp(mat3d::rot(axis, M_PI/2+M_PI/nfold)*(*vi)); Adrian. -- Adrian Rossiter ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 18, 2009
8:09 pm
3290
Hi Adrian, ... I made this change before compiling in cygwin/mingw. I only worked on it for a few minutes but this is what I found. antiview didn't build I...
vortexswirling
Offline Send Email
Jun 19, 2009
1:18 am
3291
Hi Roger ... I don't know about this one (assuming there was an 'l' and it was -lglu32). I wonder if there was an earlier error. ... It is probably that the...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 19, 2009
7:36 am
3292
Hi Adrian, ... I reran the compile with scripting and found the full text: *** Warning: linker path does not have real file for library -lglu32. *** I have the...
vortexswirling
Offline Send Email
Jun 19, 2009
12:16 pm
3293
Hi Adrian, ... I just wanted to clarify that antiview is being created now in spite of the warning text I included in the previous note. Roger...
vortexswirling
Offline Send Email
Jun 19, 2009
12:19 pm
3294
Hi Roger ... I am not sure about this at the moment. When I make the next snapshot I will try building it in cygwin with -mno-cygwin. ... I forgot that might...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 19, 2009
1:28 pm
3295
... These are the translationsi for uniform polyhedra. They mean that a small stellated dodecahedron can be made with 'u_sm_st_dod', which is easy to remember ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 19, 2009
2:10 pm
3296
Hi Adrian, ... Looking at the code I see now that the johnson polyhedra code is in the base directory. As long as there is another way to list them then the...
vortexswirling
Offline Send Email
Jun 19, 2009
3:44 pm
3297
Hi Adrian, ... I went back and did the examples in the opening note of this thread. These look really good! I like the symmetry graphics and the base/dual...
vortexswirling
Offline Send Email
Jun 19, 2009
4:18 pm
3298
Hi Adrian, ... This seems easier. ... Then they wouldn't need to exist in altnames.txt? I tried knocking out tetrahedron and it then does not pick it up....
vortexswirling
Offline Send Email
Jun 20, 2009
1:46 pm
3299
Hi Roger ... Unipoly is only a thin wrapper of kaleido, but it uses the Antiprism library for convenience utilities for the command-line options, for OFF...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 20, 2009
1:49 pm
3300
Hi Adrian, ... I was experimenting doing this with off2vrml which worked and is a nice model. Then I was going to try to make the cube transparent with...
vortexswirling
Offline Send Email
Jun 20, 2009
1:49 pm
3301
Hi Roger ... I can see this too with the MinGW binaries I made. I use a little stdarg utility routine to set up the arrow model, so that was my first thought....
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 20, 2009
2:05 pm
3302
Hi Roger ... I can't see a reason to leave them in alt_names.txt so I plan to remove them. The internal resources are always checked last so it is possible to...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 20, 2009
2:09 pm
3303
Hi Roger ... The old HSVA options were used in two different ways in the previous off_color. They were used to set ranges when constructing colour maps, and...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 20, 2009
2:57 pm
3304
Hi Adrian, ... Due to number of threads I reply in just this one. I was able to do what I wanted with bravais bravais sc -g 1,1,1 -C c -F red,c,128 | antiview...
vortexswirling
Offline Send Email
Jun 20, 2009
6:18 pm
3305
Hi Adrian, I found where poly_kscope was failing. I put a statement fprintf(stderr,"before if(v_code[v_next] < 0) in find_path v_next = %d\n", v_next); When...
vortexswirling
Offline Send Email
Jun 20, 2009
7:21 pm
3306
Hi Adrian, ... I was looking for common elements in the uniform names. The main problem with it is when rhombi is next to icosi, they use a common i between...
vortexswirling
Offline Send Email
Jun 21, 2009
6:52 pm
3307
Hi Roger ... I have added it back in (and changed the help!). There is now an -r option (for range) that maps colour values into HSVA ranges. The argument...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 23, 2009
11:20 am
3308
Hi Roger ... Thanks for tracking this down. The failure is when finding the symmetry of an arrow positioned by poly_kscope before repeating it symmetrically. I...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 23, 2009
11:44 am
3309
Hi Roger ... If a name matches the beginning of a polyhedron then the first match is returned. That helps as a non-specific abbreviation, but the expected...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 23, 2009
1:32 pm
3310
Hi Adrian, ... This look interesting. I also think it would be easier to work with than the map creation. But I am wondering how it would look for the rainbow...
vortexswirling
Offline Send Email
Jun 23, 2009
1:46 pm
3311
Hi Roger ... It works the same way. You can currently set the alpha value on the map like this off_color -f G -m hsv256_0:1:0_0.9_0.9_0.7 If I change to...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 23, 2009
3:12 pm
3312
Hi Roger ... I tried a practice system, and it was solved. The basic equations for j89, the hebesphenomegacorona, as coordinate distances are e^2+(g-f)^2=4, ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jun 23, 2009
6:03 pm
Messages 3283 - 3312 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