-
I've received some patches that will:
add support for binary STL files
rotation enhancements.
On a personal note, I'm in the middle of a move and on the tail end of a tough year. Thanks go to the code contributors who have waited longer than they should have to see their work added to the project.
I'll be uploading the new revisions in the next couple of weeks. Viewstl has seen...
2006-03-13 03:51:05 UTC by potatohead
-
Man, what a mess! It has been a while since I last looked at these. I'm sorry guys, that was tough to parse for sure.
Now it should be quite a bit easier. The current binaries for all platforms are shown for file download. They are the only option now. Linux is at 0.35, win32 at 0.33, irix at 0.33.
The current code is in CVS with the latest 0.35 for linux in the linux directory. If...
2004-11-18 09:43:28 UTC by potatohead
-
The very simplest use is to invoke the program and give it a filename as the only argument:
viewstl image.stl
Lets say you have an STL file, located at: /files/image.stl, and you want to view it using the program, located at: /programs/viewstl.
You would do this:
/programs/viewstl /files/image.stl
Command options go after the file name. I know this is not the way things normally...
2004-11-18 09:15:53 UTC by potatohead
-
Viewstl receive a patch that fixed build problems and a bug. These changes have been merged into the Linux version. IRIX and win32 changes will follow.
An already complied binary for Linux is in the CVS tree because of its small size. Release files to follow.
2004-11-18 07:39:50 UTC by potatohead
-
potatohead committed patchset 13 of module viewstl to the The Open Source STL viewer CVS repository, changing 4 files.
2004-11-18 07:19:52 UTC by potatohead
-
potatohead committed patchset 12 of module viewstl to the The Open Source STL viewer CVS repository, changing 5 files.
2004-11-18 07:11:57 UTC by potatohead
-
potatohead committed patchset 11 of module viewstl to the The Open Source STL viewer CVS repository, changing 1 files.
2004-11-18 07:09:21 UTC by potatohead
-
Newest Linux Version is 0.34 and is stable
Newest win32 / IRIX version is 0.33 and is stable
Current development is on Linux where speed and feature set are being expanded. Other platforms to follow shortly.
2003-07-02 22:59:08 UTC by potatohead
-
Logged In: YES
user_id=5508
Modified program to use non-case sensitive search.
2002-10-17 18:20:51 UTC by potatohead
-
Logged In: YES
user_id=5508
Found out that the lighting defaults are different for different
Open GL implementations. I basically was getting lucky.
Changed to a two-sided lighting model.
2002-10-17 18:20:06 UTC by potatohead