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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 1971 - 2000 of 4044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1971
... Another related issue which is best dealt with now is to allow the display method of a geometry object to be configurable. There are currently two display...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 6, 2008
8:45 am
1972
Hi Adrian, ... I've gotten busy doing all sorts of things I've been putting off. So my summer is going to good use. The bravais code is still in "almost...
vortexswirling
Offline Send Email
Aug 6, 2008
4:40 pm
1973
Hi Roger ... I thought about these too. I have also seen them on the Javaview demonstration applet on the home page ( http://www.javaview.de is currently...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 7, 2008
12:24 pm
1974
Hi Adrian, ... Their site is up today. I downloaded the latest beta as I am running an older one. ... Actually a program "off_normals" could be an educational...
vortexswirling
Offline Send Email
Aug 7, 2008
3:06 pm
1975
Hi Adrian, I started a new thread on this. What I found doesn't make any sense so I'm at a loss. I put a printf before the fopen for alt_names.txt such as the ...
vortexswirling
Offline Send Email
Aug 7, 2008
4:11 pm
1976
Hi Roger ... I meant to comment before, but the SWIG setup that I use to create the Antiprism Python module will also export to Java. Perhaps it wouldn't be...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 7, 2008
4:36 pm
1977
Hi Roger ... Very strange. I imagine that if you can cat the file then the permissions are fine. In fopen_file() (earlier in utils.cc) the path is run through ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 7, 2008
5:02 pm
1978
Hi Roger ... It works fine here, 'off_util cube' prints the cube. The only other things I can think of is checking that Cygwin is up-to-date and trying a clean...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 7, 2008
6:30 pm
1979
Hi Adrian, ... I determined what it was doing was to start from the root directory instead of /usr. If I put alt_name.txt in the C:/ directory and then hard...
vortexswirling
Offline Send Email
Aug 8, 2008
3:10 am
1980
... Also, it is more obvious that this is a bad fix since it only works for the Cygwin build. I still haven't determined what the actual "path rules" are for...
vortexswirling
Offline Send Email
Aug 8, 2008
3:02 pm
1981
Here is a page noting there is a difference. I should have mentioned I'm compiling with -mno-cygwin. And by doing this it is using the mingw compiler within...
vortexswirling
Offline Send Email
Aug 8, 2008
3:37 pm
1982
Hi Roger ... It does sound strange. Did you build Antiprism with -mno-cygwin? I wonder that would affect it. I didn't use the option when I tested here...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 8, 2008
3:38 pm
1983
Hi Roger ... That sounds like it then. The programs are normal Windows programs so Cygwin assumes that the paths are relative to the root on C drive and...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 8, 2008
4:01 pm
1984
Hi Adrian, ... This was a good idea and I quickly tried it, with the utils.cc code back to original state. Unfortunately this doesn't work either! I think it...
vortexswirling
Offline Send Email
Aug 8, 2008
7:24 pm
1985
Hi Roger ... The environment variable is ANTIPRISM_DATA. If you set that as above it will hopefully work. ... I think probably the best thing is if only MSYS...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 9, 2008
11:03 am
1986
Hi Adrian, ... This works. I had though I might have the wrong environment variable name. I did. In Dos it is set ANTIPRISM_DATA...
vortexswirling
Offline Send Email
Aug 9, 2008
7:15 pm
1987
Hi Adrian, ... There are some interesting potential directions for Antiprism. I just noticed on the javaview page they have the plugin running. Using shift-z...
vortexswirling
Offline Send Email
Aug 9, 2008
7:43 pm
1988
Hi Roger ... That is the thing. Developing Antiprism itself on MSYS or Cygwin isn't a lot of fun as the build takes so long. But there does need to be a way to...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 11, 2008
5:05 pm
1989
Hi Roger ... If I remember this option made things very jerky and slow and fairly unusable on my old 233MHz computer. I have just tried U75 on my modern...
Adrian Rossiter
adrianrossiter
Offline Send Email
Aug 11, 2008
7:42 pm
1990
Hi Adrian, Do you have an updated routine for get_voronoi_cells? As it is, the function puts all vertices and faces into one geom. To exclude cells outside the...
vortexswirling
Offline Send Email
Sep 17, 2008
3:19 pm
1991
Hi Adrian, ... a ... Oh it just uses the special call of centroid. It was in canonical. vec3d f_cent = centroid(verts, faces[f]); The following is how you...
vortexswirling
Offline Send Email
Sep 18, 2008
12:45 am
1992
Hi Roger ... Q can be any point on the face plane, so verts[faces[f][0]] would be fine. n is a normal pointing outwards from the face. The '.n' means the dot...
Adrian Rossiter
adrianrossiter
Offline Send Email
Sep 18, 2008
8:09 am
1993
Hi Adrian, ... If this is true then it is more optimal and faster to do it this way. But consider this. Suppose we pass 4 vertices to it, then the convex hull...
vortexswirling
Offline Send Email
Sep 18, 2008
8:40 pm
1994
Hi Roger ... The operation is like creating a right angle triangle PQR, where R is the nearest point on the face plane, and then finding the length PR. Apart...
Adrian Rossiter
adrianrossiter
Offline Send Email
Sep 19, 2008
11:25 am
1995
Hi All SGI has just changed the licence on their OpenGL implementation to what is essentially an MIT licence http://www.linux.com/feature/148339 This means...
Adrian Rossiter
adrianrossiter
Offline Send Email
Sep 20, 2008
6:36 am
1996
Hi Roger ... I had a look this morning. I have included the whole program just to show the use. I haven't given it much testing. ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Sep 22, 2008
9:00 am
1997
Adrian and Roger, It has been a while since I have written. I am looking for some help as usual. I would so like to have a program... to take any Waterman...
stevewaterman51
Offline Send Email
Sep 24, 2008
12:55 pm
1998
Hi Steve ... You can do this with an off2pov include file which overides the vertex drawing macro to draws them as appropriate tori. I have included one below,...
Adrian Rossiter
adrianrossiter
Offline Send Email
Sep 24, 2008
2:51 pm
1999
Adrian, I actually got things to work and ran off a few to see the rings. [ i am surprized that it did not take me days of trying unsuccessfully } ...
stevewaterman51
Offline Send Email
Sep 24, 2008
9:01 pm
2000
Hi Steve ... Great! I don't think it will affect your images but I spotted an obvious error in tor.inc. The line after "#macro rot_y_to_vec(vec)" should begin ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Sep 25, 2008
1:48 pm
Messages 1971 - 2000 of 4044   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