Isosurf for the PowerMac This is a simple conversion using CodeWarrior 5 (IDE 4.0). My thanks to Graham Treece for giving me the opportunity to make this application available to the Macintosh community. I made a simple change to the manner Macintosh people need to enter inline variables. You need to create a file called isosurf_control. The initial contents look like this: 7 -t 1 -v -i demo_data.bin -d 300,300,2 -s 1,1,30 -m n -r 6 Yes, it is a hack until I can come up with something better. The number seven says how many arguments exist. You can count the arguments by the number of "minus" signs before flags. The next line is the arguments you would normally type during a unix session. Most of the code is untouched from the original, with the variations I make to the argc and argv arguments. Everything else should work exactly as described in the isosurf literature. You will need Stuffit 5.5 to unstuff the *.hqx files. isosurf_app.sea.hqx: the application in binhex form isosurf_mac.sea.hqx: the CodeWarrior Project file in binhex form Comments and suggestions are welcome. Stephan R. Keith keith@siggraph.org temporary email address: skeith@mail.arc.nasa.gov.