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 & HelpOther Libraries › com.sun.opengl.util.texture.* library
Page Index Toggle Pages: 1
com.sun.opengl.util.texture.* library? (Read 2575 times)
com.sun.opengl.util.texture.* library?
Mar 27th, 2010, 4:18pm
 
Hi,

I'm trying to run a sketch but i can't get it to work because i need the com.sun.opengl.util.texture library.

I did some research but couldn't find it. Anyone know where I can get it?

Thanks in advance!
Re: com.sun.opengl.util.texture.* library?
Reply #1 - Mar 27th, 2010, 11:39pm
 
Try to add this on top of your sketch.

Quote:
import com.sun.opengl.util.*;
import com.sun.opengl.util.texture.*;
Re: com.sun.opengl.util.texture.* library?
Reply #2 - Mar 28th, 2010, 11:07am
 
Thanks for your reply but that's not what i needed.
I'm looking for the hyperlink where i can download the library to make it work.

I can't find it anywhere Sad
Thanks!
Re: com.sun.opengl.util.texture.* library?
Reply #3 - Mar 28th, 2010, 11:20pm
 
If i'm not wrong, it is part of JOGL which is built in Processing.
It should work without any extra install.

What Processing version are you using?
What is your OS?
Re: com.sun.opengl.util.texture.* library?
Reply #4 - Mar 29th, 2010, 10:10pm
 
Hello,

I'm using processing 1.1 and my OS is 10.5.8

Thanks for your time.
Jonathan
Re: com.sun.opengl.util.texture.* library?
Reply #5 - Mar 30th, 2010, 4:44am
 
As said, the package is part of JOGL.
It is in <Processing install dir>/libraries/opengl/library/jogl.jar
Ensure you do import processing.opengl.*; at the start of your sketch.
Page Index Toggle Pages: 1