Re: 3d viewer

2009-05-20 Thread John Newman
Thanks. On my setup I had to add '(javax.swing JFrame) too. Pretty neat. On Wed, May 20, 2009 at 3:12 PM, kyle smith wrote: > > Import statements added. Example usage: > > (def coords [[0 0 0] [1 1 1] [2 2 2]]);etc > (g3d coords) > > That should pop open the viewer. Left click and drag to ro

Re: 3d viewer

2009-05-20 Thread kyle smith
Import statements added. Example usage: (def coords [[0 0 0] [1 1 1] [2 2 2]]);etc (g3d coords) That should pop open the viewer. Left click and drag to rotate, and use the scroll wheel to zoom in/out. --~--~-~--~~~---~--~~ You received this message because you a

Re: 3d viewer

2009-05-20 Thread John Newman
Including import statements at the top would make it easier for me to try it out. Thanks, On Wed, May 20, 2009 at 4:09 AM, kyle smith wrote: > > I have uploaded 3d-viewer.clj to the files section. If anyone finds > it useful, I would appreciate some feedback. > > > -- John --~--~-~