Questions tagged [jogl]

JOGL is the Java Binding for the OpenGL and OpenGL ES API. JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, ≥ 4.0, ES 1.x and ES 2.x specification.

JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, 4.0 - 4.5, ES 1.x - 3.x specification.

The JOGL project hosts the development version of the Java™ Binding for the OpenGL® API (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java.

Wiki:

Project:

Community:

Forum:

Related projects:

  • Java Binding for OpenCL (JOCL)
  • Java Binding for OpenAL (JOAL)
1092 questions
-1
votes
1 answer

stopping anti-aliasing of textures in JOGL

I'm fairly new to JOGL and i was trying to make all of my textures have antialiasing disabled. though for some reason it only works on a texture of the Letter 'S'. here are all of my classes: Main: pastebin.com/qxCJKbbE Room:…
Marcus13345
  • 63
  • 1
  • 2
  • 8
-1
votes
3 answers

JOGL throws errors in atio6axx.dll

In attempting to do some OpenGL development using JOGL, I persistently get the following error: # Problematic frame: # C [atio6axx.dll+0x73a32] Hunting around the web pointed this squarely at AMD video drivers, and strongly suggests that updating…
Robbie Matthews
  • 1,404
  • 14
  • 22
-1
votes
1 answer

OpenGL Translate weird behavior

I'm developing an application in java that uses openGL (JOGL) to draw a pyramid. When I try to make a translation on the pyramid in direction X, what I see, is that my pyramid was translated in direction Z also. Same thing happens when I try to…
overbet13
  • 1,654
  • 1
  • 20
  • 36
-2
votes
1 answer

JOGL on linux no glcontext and XInitThreads()

im trying to build my JOGL project for linux here but eclipse console shows: Info: XInitThreads() called for concurrent Thread support and bamm the opengl context is not created... java -version: java version "1.6.0_26" Java(TM) SE Runtime…
Alex
  • 711
  • 6
  • 12
-2
votes
1 answer

Eclipse - how do I reference a particular class in a project from the dependent project?

I have followed the steps from the jogamp wikia on installing JOGL in Eclipse (https://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE). I have already set the JOGL project on my project's build path. How do I reference a…
Justin
  • 49
  • 1
  • 10
-2
votes
2 answers

Exactly which JOGL files to use for windows

I don't know Exaclty wich file I should get. I think I finally found the site but there like a list of 500 different types of files on there. I'm using NetBeans IDE for my programming, so that's Java code and I would like a step by step (Clear to…
-2
votes
1 answer

JOGL glut torus translate

I want to translate the torus left side of the window, but I don't figure out what is causing that it does not do anything. Here is a code: public void display(GLAutoDrawable drawable) { GL2 gl2 = drawable.getGL().getGL2(); …
Lion
  • 15
  • 1
  • 3
-2
votes
1 answer

how to colour objects without texturing in openGL

I want to colour objects in openGL without using any textures. Preferrably I want to colour objects based on an integer colour code. What is the best way to do this(in java)?
Ushwald
  • 73
  • 1
  • 8
-2
votes
1 answer

Why won't my texture render?

For some reason the texture I load will not display/render. I've gotten a texture to render on previous projects with almost identical code, but for some reason it will not render with the below code. I've posted the init() and createGreenFields()…
calcrisk33
  • 437
  • 1
  • 6
  • 15
-3
votes
1 answer

glGetAttribLocation returns -1

I started learning shaders and I ran into a problem where the function glGetAttribLocation returns -1. programId >= 0 vertex & fragment Shader >= 0 position & color Attribute == -1 Here is my code: Shaders: int[] shaderData = createShaderProgram(gl,…
congard
  • 945
  • 2
  • 10
  • 28
-3
votes
2 answers

JOGL or LWJGL pre-existing project

I've noticed that using the Java libraries that are default built in, rendering the simplest graphics absolutely kills the FPS, and furthermore, looks ugly. Now I was wondering if I could use JOGL or LWJGL libraries to use in my pre-existing…
EDToaster
  • 3,160
  • 3
  • 16
  • 25
-4
votes
1 answer

.jar does not run and cannot find external jar

My jar will not run after I compiled it. I use this ant build script
Neilos
  • 2,696
  • 4
  • 25
  • 51
1 2 3
72
73