开发者

jogl

0
  • Can a .jme model be added to a GLCanvas(JOGL)?

    I used jme to convert a Collada(.dae) model to .jme in order to to use it in an application. I get the model loaded but now I would like to use it in a JOGL application using GLCanvas.[详细]

    2023-02-04 09:26 分类:问答
  • JOGL glArrayElement point providing 0,0,0

    I have a JOGL opengl problem, I\'m trying to use Vertex Arrays, but whenever I use glArrayElement (Note: glDrawElements doesn\'t work either.), it gives the point 0,0,0. Important code. I\'m assuming[详细]

    2023-01-31 08:35 分类:问答
  • can you create a 3D component using JOGL?

    (system flagged this is being subjective but i don\'t see how, anyone explain ?) Anyway, as my title asks,can you create a 3D component using JOGL?[详细]

    2023-01-30 07:43 分类:问答
  • OpenGL/JOGL: Multiple triangle fans in a vertex array

    I\'m working on making some moderately simple shapes with vertex arrays, and I\'m making some good headway, but now I want to draw 2 (or more) triangle fan objects.Is there any way to only make one ca[详细]

    2023-01-30 01:14 分类:问答
  • How to hide mouse cursor using JOGL2?

    I\'m using JOGL2 and the NativeWindow APIs to write an app in Java. How can Ihide the mouse cursor? [EDIT][详细]

    2023-01-28 04:47 分类:问答
  • JOGL Depth Buffering Not Working

    I have been using JOGL for a few days now and this is now becoming a major road block.I can not get shapes to draw in the correct z-order, instead, they are drawn in the order they are given to OpenGL[详细]

    2023-01-27 13:25 分类:问答
  • Full Screen Swing with JOGL

    I am trying to make a Swing application which renders in full screen, following the description here http://download.oracle.com/javase/tutorial/extra/fullscreen/exclusivemode.html and the sou开发者_如[详细]

    2023-01-26 13:06 分类:问答
  • JOGL Native Crash

    I am running a JOGL based application, and it has been crashing when I perform certain drawing operations. However, The line it crashes on is a call to gl.glGenLists(1), so I\'m not really sure how th[详细]

    2023-01-26 02:24 分类:问答
  • glDrawPixels in opengl or jogl

    I have a file in i j r g b format, where i and j are pixel coordinates and r,g,b are colour values ranging from 0-255.[详细]

    2023-01-25 14:39 分类:问答
  • Creating .obj files in Java

    is there a Java library in existence for creating .obj files. There are many for loading .obj files for use with APIs like JOGL but I can\'t find anything to开发者_StackOverflow中文版 do with creating[详细]

    2023-01-24 12:16 分类:问答