Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 OpenNurbs 2009-04-01 ckidder [r6] Forgot to add the fix to compile on 64bit linux...
 qtc-gdbmacros 2009-03-25 ckidder [r5] Merged in new viewport code written by Jeff LaS...
 threedmviewer.svn.sourceforge.net 2009-03-23 ckidder [r1]
 Makefile 2009-04-01 ckidder [r7] This revision fixes the last of the build bugs ...
 Makefile.Debug 2009-03-25 ckidder [r5] Merged in new viewport code written by Jeff LaS...
 Makefile.Release 2009-03-25 ckidder [r5] Merged in new viewport code written by Jeff LaS...
 ReadMe.txt 2009-03-23 ckidder [r1]
 RhinoViewMain.cpp 2009-03-25 ckidder [r5] Merged in new viewport code written by Jeff LaS...
 RhinoViewMain.h 2009-04-01 ckidder [r7] This revision fixes the last of the build bugs ...
 RhinoViewMain.ui 2009-03-23 ckidder [r1]
 RhinoViewer.pro 2009-03-25 ckidder [r5] Merged in new viewport code written by Jeff LaS...
 RhinoViewer.pro.user 2009-03-25 ckidder [r4] Fixed up viewport projection so that aspect rat...
 ViewManipulation.cpp 2009-04-01 ckidder [r7] This revision fixes the last of the build bugs ...
 main.cpp 2009-03-23 ckidder [r1]
 main.h 2009-03-23 ckidder [r1]
 opennurbs_gl.cpp 2009-03-25 ckidder [r5] Merged in new viewport code written by Jeff LaS...
 opennurbs_gl.h 2009-03-23 ckidder [r1]
 test.3dm 2009-03-23 ckidder [r1]

Read Me

-=Cheap Documentation For 3DM (Rhino) Viewer=-

Building:
If you are not well acquainted with QT:

Go to http://www.qtsoftware.com/downloads and download the
Qt SDK Complete Development Environment corresponding to which
operating system you use.

You will need to build the openNURBS library for your system. This is done by entering the opennurbs subdirectory and running
make. On windows you may need to use the "QT Command Prompt" in order to do this.

Use QT Creator to open up the .PRO file found in this directory. From here you can modify the source or press CNTL+R to build then run the program. Included in this directory is a test 3dm file (test.3dm) which includes a wide variety of geometry (meshes, surfaces, a curve, some points, a point cloud).

If you are more acquainted with QT development then the instructions are a lot simpler: run make in the opennurbs directory then qmake and make in the main directory.

Using the program:
When it starts there are no models loaded. No, it doesn't support loading models from the command line right now. Push the "Open File" button to find a 3dm file to load. Once the model is loaded you will probably have to click back in the main window (I'll fix it soon). Left clicking and dragging will rotate. So will using the arrow keys (up, down, left, right). The mouse wheel will zoom (sorry, no other way right now).
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.