Tagged Questions
-1
votes
0answers
27 views
box2d bouncing ball bug [closed]
the bug or problem in my code hard to explain, but its like when the ball starts moving a another ball gets drawn in its previous position. i know that probaly doesnt make sense, so i made a video.
...
0
votes
1answer
18 views
Box2D Vertices in Shapes
I have a polygon shape in Box2D. The shape is a Triangle, wich I expect to have 3 vertices. In fact all shapes that I create will output 8 vertices. Why is this? And if I output the vertex count, that ...
0
votes
1answer
74 views
Box2dLights on libGDX android project
I tried to import the jars of Box2dLights to my project in libgdx, I configure the Buildpath and errors always happen.
Where I need to put the jars? Someone know please?
thanks : )
1
vote
1answer
432 views
Android Studio (Intellij) Compile Errors
I'm playing about with Android Studio using AndEngine and the Box2D plugin and I can't seem to get it to compile. I've attached a few photos of what I believe to be the relevant settings and messages.
...
1
vote
1answer
55 views
Set Camera Rotation in Libgdx
I can't seem to find a way to tie the rotation of my ortho camera in libgdx (project with box2d) to the rotation of a box2d body.
There is the method of cam.rotate(xy), giving it an impulse or ...
0
votes
0answers
39 views
Box2D debug draw for Android
Is there an implementation of Box2D's DebugDraw for Android? As far as I understand it needs to be written specifically for Android. Other implementations use classes from java.awt, and these won't ...
0
votes
0answers
39 views
Box2d for android beginner
I would like to get acquainted with the engine Box2D, write in java.
Do not tell installation manual for the engine, the simplest examples, etc. ?
I would be very grateful
Sorry for my english
1
vote
1answer
43 views
AndEngine Box2D Body GetContactList
Ive been trying to learn the Physics Box2D Extension for AndEngine and I have been reading http://www.box2d.org/manual.html#_Toc258082975
Under "9.3 Accessing Contacts" it says
You can also ...
-1
votes
1answer
60 views
Lighting in Box2D and Box2DLighting not working when used with a texture
I'm having a problem with Textures and using lighting in a small prototype i'm working on. I understand how to implement the lighting using RayHandlers and whatnot, but when I then place a texture on ...
0
votes
0answers
24 views
Adding a Library to Project (JBox2D)
I want to import JBox2D libraries into a new project.
I followed the tutorial in JBox2D website and i made it this far:
You can see i have the JBox2D trunk (i didnt quite understood what a trunk ...
0
votes
1answer
78 views
Box2d - compromise between rope and distance joint features
I am struggling with this issue since few weeks, I am making game using BOX2D physics engine (latest version) where I got crane, I needed rope, so at beginning I used distance joint, with anchor ...
0
votes
1answer
47 views
Java Physic Engine Clarification [closed]
im new to using physics engines in Java, so i wanted a little boost in knowledge so it becomes easier, ive searched in this forum for the best engine and it appears the most used one might be JBox2D ...
4
votes
0answers
120 views
EndContact of ContactListner(Box2d) not called everytime in LibGDX
I am new in box2d and trying to implement it in a LibGDX Game. What I want to do is to detect the collision between the various bodies. So,I made a class collisionDetection and implement ...
2
votes
1answer
285 views
Collision detection in kinematic bodies LIBGDX
I managed to use box2d in libgdx. However the example code given here is for dynamic body only. I tried to use it and it works great but when i change the Dynamic to KinematicBody the code does not ...
0
votes
2answers
56 views
box2d body isn't moving
so, I've something like this:
physicsWorld=new PhysicsWorld(new Vector2(10, 10), false);
Rectangle test = new Rectangle(100, 100, 50, 50, vbom);
FixtureDef wallFixtureDef = ...
0
votes
2answers
88 views
Box2d - accelerating and limiting the speed of the wheel
I am making android game, using box2d for physics, I have vehicles, with wheels attached to the main vehicle body using WheelJoints. Now I am looking for a proper way to accelerate those vehicles, and ...
1
vote
0answers
148 views
Turn tmx layer into collision object in libgdx
I have a tmx file with land and sky tile layer. I've a collision(object) layer around the land layer. In libgdx, how do I turn the entire land layer into collision objects for box2D dynamic objects to ...
0
votes
2answers
341 views
how to use the libgdx contactlistener
I've just began to work with the Libgdx's Box2d Engine but i simply do not understand when the methods of the Contactlistener should be called. There is on the one hand "begin contact" and on the ...
0
votes
0answers
272 views
Processing / box2d - using setTransform() to set position of object not working as expected
I'm making a 2d game using processing and box2d. In my game I have an object targetBox that is an instance of Box. On game start targetBox appears and rests on a see-saw. The goal of the game is to ...
0
votes
0answers
89 views
(Box2D) How do I create a ball shape? What am I doing wrong?
I am continually getting this error:
1067: Implicit coercion of a value of type Number to an unrelated type Box2D.Collision.Shapes:b2ShapeDef.
when trying to create a circle shape, here is the ...
0
votes
1answer
101 views
Polygon inside polygon in libgdx and box2d
I'm new in libgdx and box2d and I would like to know if there's an easy way to put a polygon randomly inside the bounds of another polygon.
EDIT
I want something like this:
Where the black ...
0
votes
1answer
101 views
Slow Rendering in Mdpi and Ldpi android phones
Hi,
I am developing a game with the help of LibGDX and using Box2d in it. The problem is that when run my game on hdpi or tablets it run fine but in case of ldpi and mdpi the box2d bodies are not ...
0
votes
1answer
301 views
LIBGDX Newest Testbed for Box2d
I'm testing the newest Box2d Testbed using Libgdx. It appears they aren't working and need to know if anyone else is having the same issue(s). The first one is called Conveyor Belt, ...
1
vote
0answers
48 views
Line Joint accelerate wheel
I am using box2d line joint, to simulate wheel with suspension, but I can not manage to accelerate properly.
My joint code:
LineJointDef fJointDef = new LineJointDef();
...
0
votes
1answer
253 views
Box2d Revolute Joint vehicle with arm
I am creating vehicle like this on the image:
As you can see, there is:
1) main vehicle body (Red rectangle)
2) wheels
3) vehicles arm (black rectangle)
Arm is connected with vehicles main body ...
0
votes
1answer
265 views
Prevent body from rotating in Box2D
I am currently using Box2d, more precisely the Java port jBox2d.
I have a circle that is colliding with other circles when falling (all those circles form a kind of a crank, see picture below).
...
0
votes
0answers
420 views
Generating Box2D body(collision map) from tilemap efficiently
I am working on a platformer game that will use tile maps, which I don't know if is a good idea!
I've made a neat tile map editor with tools for setting a spawn point etc. but now that I want to be ...
0
votes
1answer
217 views
how to get touch event on a body in Box2d(Java)
I have various bodies rotated at some angle with the help of Box2d in libGDX. What I want is to destroy the body when I click on it, but the problem is that I am not able to get the area definition of ...
0
votes
1answer
159 views
How to implement box2d light when using scene2d in libgdx
We are making a game using libgdx and we want to know the way to use the light and physics from box2D with the scene2d, It seems that to get light you need be into a World class which contains the ...
0
votes
1answer
898 views
Box2d libgdx, a bit confused about the pixels to meters stuff
So i understand the concept. The idea is that box2d more or less works in meters, so you need to do a conversion from pixels to it. Makes sense. I was following the tutorial/intro to box2d here. It ...
0
votes
1answer
345 views
box2d contact listener fixtures order
I am trying to understand how does it work.
In my game I use box2d physics, to handle contacts I use contact listener, example:
ContactListener contactListener = new ContactListener()
{
...
0
votes
1answer
134 views
Box2D (LibGdx) getWorldPoint is wrong after collission
I've just started with Box2D and have come across a strange problem.
I have a simple function to constrain object position to within a predefined area.
I do this by getting the body's world ...
3
votes
1answer
254 views
Box2D static body collision performance issue
I'm using JBox2d to perform collision detection in a game project I'm working on.
I represent obstacles in the world with static bodies. Whenever a dynamic body (i.e. a game character) collides with ...
1
vote
1answer
203 views
Box2D AndEngine: app hangs out when creating Joints during ContactListener?
I am using Box2D in AndEngine (for Android).
My purpose is to create a Force joint whenever 2 objects collide with each other.
When I try to create a Mouse Joint between 2 objects (bodies) during ...
1
vote
3answers
205 views
How to rotate multiple objects properly in Java?
I have an Arraylist with objects that contains the position and rotation of an object which i want to draw on screen using Graphics2D.
public void render(Graphics g1) {
Graphics2D g = (Graphics2D) ...
2
votes
1answer
149 views
PlayN JBox2D Y velocity increases but collision happens
So i'm seeing a really strange problem.
using the PlayN peas demo from the showcase i put together a simple app - i have a dynamic entity dropping onto a static entity and i cannot figure out why it ...
1
vote
2answers
380 views
Removing Box2D bodies crashes AndEngine
Thanks in advance for your help!
I am building an Arkanoid/Breakout style game, and am running into some issues on account of body removal (at least that's where I suspect that the issue is). When I ...
0
votes
0answers
189 views
Box2d trampoline, synchronize with sprite animation
I am creating 2d game, I decided to implement trampoline in my game (object which will throw player up in the air after jumping on it) At beginning I simply was setting some linear velocity to the ...
1
vote
0answers
80 views
Forklift simulation
I am trying to implement forklift in my game, I have some troubles though, with creating objects with might be moved/picked with those forklifts, here is image to explain it better:
In such ...
0
votes
0answers
119 views
How can I compile and run the jbox2d source code in eclipse without errors?
I followed the maven part of this guide: http://code.google.com/p/jbox2d/wiki/QuickStart
Basically, I checked out the project using SVN, then imported it into eclipse using the maven plugin (m2e)
I am ...
1
vote
1answer
368 views
LibGDX Box2d associate body with object
I'm a beginner Java/LibGDX developer so I'm sorry if I got something terribly wrong here but here's my question:
How could a Box2d body have some object associated with it?
For example a Box2d ...
0
votes
1answer
568 views
How to enforce a maximum speed for a specific body in libgdx/box2d?
I'm using Box2D through Libgdx to create a scene. I have a scenario where I would like to constantly propel a specific object using applyForce (the direction would change from time to time), but only ...
1
vote
0answers
636 views
box2d: positioning of an box2d body with a specific angle without using setTransform()?
I am using box2d which is included in the libgdx api (java)
I am using a rectangular box2d body as a sensor for detecting swordslash-collisions (using the body as an sensor) in 4 directions
(slashing ...
1
vote
1answer
194 views
Efficient 2D Radial Gravity Layout (Java)
I'm after an efficient 2D mapping algorithm, and I've tried a number of implementations, but they all seem lacking. I'm hoping the stackoverflow world can help out with some pointers to existing, ...
0
votes
0answers
363 views
Movement of a dynamic body up a slope using box2d
I am new to android development and as my first attempt at getting a working android app I'm trying to make a 2D side scrolling game (somewhat similar to Mario), using libGDX and box2d.
I found this ...
2
votes
1answer
501 views
When using BeginContact on Contact Listener, my WorldManifold always return 0,0 on all points… Why?
I'm developing a plane fighter game and I'm having some problems when calculating the flight path...
When the plane sensor collides with some object in his radar, he is supposed to turn to some ...
1
vote
1answer
788 views
how do I drag an object in libgdx using box2d?
I have added objects to a box2d world in libgdx.
I am wondering if it was possible to drag objects with the mouse? If so, how?
thanks!
0
votes
1answer
843 views
How to detect if a point intersect body in libgdx
I am adding bodies with fixtures to a box2d world in libgdx.
I want to detect if the user has touched (clicked) an object.
How do I do this? thanks
0
votes
1answer
190 views
Box2d rope - NOT fixed lenght
I am creating game with box2d physics, I have a crane with rope attached to it, something like that (example)
What I am trying to achieve is to let player to fold or unfold line (to certain limits ...
0
votes
1answer
776 views
Box2D/AndEngine - ContactListener for multiple object classes
I'm developing a little Android game in Java, using AndEngine for graphics and Box2D for physics - specifically, collision handling. I have some different types of objects with constructors in ...



