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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 451 - 480 of 4041   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
451
Hi Roger ... I thought they were distributing source as well, but apparently not. The binary doesn't work for me. ... ptile works for me. If you have tcl/tk...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 1, 2007
7:30 am
452
Hi Adrian, I installed ActiveTcl and could get ptile to work. I also installed the program Tess, but it appears to work with periodic structures. Since I'm new...
vortexswirling
Offline Send Email
Apr 1, 2007
3:31 pm
453
... This is only about periodic tilings, but it seems to me that if Conway Notation were written to act on general polyhedra, that the same thing should work...
vortexswirling
Offline Send Email
Apr 2, 2007
7:58 pm
454
Hi Roger ... Xscreensaver comes with a tile-at-time Penrose tiler, so that might be worth looking at ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 3, 2007
1:54 pm
455
Adrian, Thanks for the link. I will have a look at it when I have time. I've got a lot of different things going on, but eventually would like to tackle this. ...
vortexswirling
Offline Send Email
Apr 5, 2007
2:43 am
456
Hi Adrian, I'm writing an application that colors particular polyhedra by octant number. That means the face colors can be used to determine the xyz axes...
vortexswirling
Offline Send Email
Apr 7, 2007
5:38 pm
457
Hi Roger ... Antiview uses a left-handed coordinate system. As I had previously been making models with POV-Ray I chose that when writing antiview. ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 7, 2007
6:25 pm
458
... I can just make a wrapper for antiview that adds the off_trans mirror. vrml2off will put it upright with off_trans -R 180,0,0 so vrml must be a...
vortexswirling
Offline Send Email
Apr 7, 2007
9:40 pm
459
Hi Roger ... This is what I do inside antiview to switch to synchronise with a left-handed view. ... That needs fixing, as they should show the same thing. I...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 8, 2007
8:12 am
460
... I have a few programs done. I should test off2txt more, but m2off probably could be included if you want. ... documented ... Then off2pov will be the only...
vortexswirling
Offline Send Email
Apr 8, 2007
12:17 pm
461
Hi Roger ... If you like I could include it in the coming release undocumented, and then document and announce it for the following release. ... I will change...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 8, 2007
1:04 pm
462
... First I'd like to test the lighting simulation. It should work with the OFF file below but off_color -l <file>, while it doesn't complain about it, doesn't...
vortexswirling
Offline Send Email
Apr 8, 2007
2:10 pm
463
Hi Roger ... The -l option is just to provide the lights. To use them to colour an element type you specify L e.g. geodesic 5 | off_color -l lights.off -f L |...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 8, 2007
4:26 pm
464
... I didn't read it close enough to figure it out! ... Hold of on this one! It turns out these lights are the ones that simulate default Live3D lights in...
vortexswirling
Offline Send Email
Apr 8, 2007
5:26 pm
465
... I have added this. Adrian. -- Adrian Rossiter adrian@... Home: http://antiprism.com/adrian...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
8:02 am
466
Hi Roger ... If you mean the Antiprism features, then that is the direction that development is heading. The aim of the modularisation I have been doing is so...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
8:05 am
467
... I was just filling in the date for this in the documentation and it looks like Antiprism 0.13 will be released on Friday 13th! Adrian. -- Adrian Rossiter ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
12:04 pm
468
Hi Roger ... I have looked at this and the off2* programs should now all show the same thing and transform in the same way. Antiview, off2pov and off2vrml...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
12:15 pm
469
Hi Adrian, ... I know that some viewers tilt the object automatically. I suppose this is for a 3D effect or something, but they always seem to make it an...
vortexswirling
Offline Send Email
Apr 9, 2007
4:27 pm
470
Hi Roger ... It may be that it can't be done that closely because of differences between coloured lights being reflected off a white surface and white lights...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
5:38 pm
471
Hi All Here is an Antiprism snapshot including source, Windows binaries, and updated documentation (4Mb) http://www.freewebtown.com/adrian/tmp/anti_bin_59.zip ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
7:49 pm
472
Hi Adrian, ... I tried various starting colors (and also no color) for the original globe, but it doesn't seem to affect the final color. I don't know if its...
vortexswirling
Offline Send Email
Apr 9, 2007
8:13 pm
473
Hi All Here are details of a basic program I wrote that colours faces by index number ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
8:25 pm
474
Hi Roger ... No, the face colour is taken entirely from the lights. ... It is possible, but I think the patchiness and unexpected colouring I got was a general...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 9, 2007
9:00 pm
475
Hi Adrian, ... I wondered what is going on when JavaView was doing an "ambient light". If there was a formula for that, maybe if a light is placed at 0.0 0.0...
vortexswirling
Offline Send Email
Apr 9, 2007
10:44 pm
476
Hi Roger ... The way OpenGL does it is described here http://fly.cc.fer.hr/~unreal/theredbook/chapter06.html ... The effect is a blend of the color values of...
Adrian Rossiter
adrianrossiter
Offline Send Email
Apr 10, 2007
8:31 am
477
Hi Adrian, Thanks for the info on lighting. I was looking up "vrml ambientlight" in Google and what comes up? A page about a system called vrmlconvert. This...
vortexswirling
Offline Send Email
Apr 10, 2007
2:46 pm
478
Hi Adrian, You should consider putting smoothing in off2vrml. It goes in as a creaseAngle statement in the IndexedFaceSet. It ranges from 0 to PI and allows...
vortexswirling
Offline Send Email
Apr 10, 2007
2:56 pm
479
Hi Adrian, Well, here is m2off for undocumented release. I included klafu20.m in the zip file since this was the inspiration for my writing it! ...
vortexswirling
Offline Send Email
Apr 10, 2007
3:47 pm
480
... Hi Adrian, Just a bit of good news. The coordinate systems seem to be working now in antiview and vrml. All the octants are in the right places. I didn't ...
vortexswirling
Offline Send Email
Apr 10, 2007
3:53 pm
Messages 451 - 480 of 4041   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