We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › Processing + Rhino Model
Page Index Toggle Pages: 1
Processing + Rhino Model (Read 839 times)
Processing + Rhino Model
Mar 11th, 2010, 10:34am
 
Hi I an architecture student hoping to use processing as a way to
navigate a 3d model of a city flight simulator style  that I have created in Rhino. I was wondering if anyone could point me in the direction to figuring out this code. I figure there is two main challenges :

1. bringing in the rhino geometry
2. navigate the geometry in the 3d window
Re: Processing + Rhino Model
Reply #1 - Mar 12th, 2010, 3:38am
 
Hi Sayjel,

To import your geometry, you need to use a transition format. I think the easiest one should be with .OBJ formats. (http://code.google.com/p/saitoobjloader/)

Then, you need to use a camera library for your walk through (http://www.gdsstudios.com/processing/libraries/ocd/)
Page Index Toggle Pages: 1