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 › size ( .... ,.... , OPENGL )
Page Index Toggle Pages: 1
size ( .... ,.... , OPENGL ) (Read 1492 times)
size ( .... ,.... , OPENGL )
Dec 27th, 2009, 5:51am
 
im using eclipse.
what do i hv to import so that size (.. , .. ,OPENGL) work. ?

step by step guide would be highly appreciated


thanks in advance
Re: size ( .... ,.... , OPENGL )
Reply #1 - Dec 27th, 2009, 6:47am
 
import processing.opengl.*;

and maybe...
import javax.media.opengl.*;
Re: size ( .... ,.... , OPENGL )
Reply #2 - Dec 27th, 2009, 6:59am
 
what i meant ws what .jar files do i hv to import to eclipse ?

if i use processing IDE all the .jar files r automatically loaded. but since im using eclipse i hv to import them manually.
Re: size ( .... ,.... , OPENGL )
Reply #3 - Dec 27th, 2009, 8:35am
 
use processing to export an opengl project as an application and then just look in the jar it creates.

(it'll just be the ones that are included in the processing download, jogl.jar, jogl-natives.jar gluegen-rt.jar etc)

(it's not that easy though - it includes mac, windows and linux versions)
Re: size ( .... ,.... , OPENGL )
Reply #4 - Dec 27th, 2009, 10:53am
 
solved.
Smiley
http://processing.org/discourse/yabb2/?num=1114400513/15
Page Index Toggle Pages: 1