libgdx
How do I support OpenGL ES GL10, GL11, and GL20 in Libgdx?
I am writing a 3d game that is using GL10, but I\'d like the application to support GL11 or GL20 if available. What is the best design for supporting all 3? Or is this a fool\'s errand and I should ju[详细]
2023-04-09 05:03 分类:问答libgdx SpriteBatch render to texture
Is it possible to render to texture using SpriteBat开发者_StackOverflowch in libGdx (Java engine for Android/Desktop)? If so, how do it?[详细]
2023-04-07 05:47 分类:问答Loading Obj files in Libgdx not working on android
The following code shows a torus slowly revolving and coming into display: package com.objloader.example;[详细]
2023-04-06 22:15 分类:问答Texture loading
I am using libgdx and I am loading all my textures as shown below, Texture objTexture=new Texture(Gdx.files.internal(\"imagename\"));[详细]
2023-04-06 18:25 分类:问答Clean way to detect collision of object with box2d
I have been looking into box2d (in java with libgdx) lately and have been trying to create my own custom bounce effect (I increase the Restitution after the first bounce)[详细]
2023-04-05 15:17 分类:问答How to display text with two-color background?
I need to create an app for android, where the 2-color text will be displayed on the 2-color background. See picture on the left. Then, the line should be moved with animation and result image should[详细]
2023-04-04 03:40 分类:问答MouseJoint not properly working
I have been trying to use a MouseJoint to move a piece wherever the user touches. But the piece, being affected by the joint, behaves strangely, never reaching the point. This is the code (x and y are[详细]
2023-03-30 14:30 分类:问答Android game programming - Heap issues
I work for a small Android game development company, and currently I\'m having an issue.I\'m running a pretty standard windows 7 x64 machine, with Eclipse and the Android SDK.[详细]
2023-03-29 14:39 分类:问答libGD perl and php wrapper output differs
I\'m currently working on a project that involves a comparison between different image processing libraries. One of these libraries is libGD. I\'m using the perl[详细]
2023-03-28 12:58 分类:问答LibGDX Android app can find any files but my XML level files
Basically, I have a libgdx UI that links to level files that are built from an XMLinterpreter. On the desktop, the application runs fine. But when I run it on the phone, it cannot find the level.xml f[详细]
2023-03-26 11:49 分类:问答