Tagged Questions
0
votes
3answers
48 views
Should I use fixed or dynamic time step in a networking game?
I am currently developing a online networking game using Box2D JS and Vert.x as the server->client framework.
I have searched for pros and cons of each and I really believe that a dynamic time step ...
0
votes
1answer
23 views
How can I point an object to a certain point in Box2DJS + Cocos2DJS
I'm trying to simulate an archery shooting game and I want to animate the bow to point where my mouse is. How can I do this? I already tried binding a joint and using this for mouse follow:
...
0
votes
1answer
55 views
How can I use contact listener in Box2D with Cocos2D-Javascript?
I already implemented all the objects, their velocity, etc. but the Box2D functions are within a Cocos2D inherit function. I can't find a way to create a listener class within this. Does anyone have ...
0
votes
1answer
42 views
Box2D web dynamic bodies are not interacting with each other
I have a problem that I have a really hard time solving:
in the image you can see the debug view of my scene. these two active dynamic bodies are not pushing each other away!
I have not set any ...
0
votes
1answer
40 views
GetTransform().R.col2.Copy in Xcode
Hi i am making game in Xcode from below link, which is made in JS
http://www.codekites.com/make-racing-car-box2d-javascript/
Now i am stucked for GetTransform().R.col2.Copy (line 332 in undate_car ...
1
vote
0answers
85 views
Strange behavior of Prismatic Joint of javascript port of Box2D engine
Lifting block on prismatic joint (b2PrismaticJointDef) on upper point gives impulse to the dynamic body that lays on lifting block surface even if lifting block doesn't move at all.
Maybe it's bug of ...
0
votes
1answer
87 views
How to change position of debug draw visualization of Box2D.js?
I'm creating game with the world bigger than screen. So i need to move Debug Draw according to visualization. In flash port to archive this issue we are usually move DisplayObject that uses as target ...
0
votes
1answer
46 views
Why are objects not anchoring to prismatic joint(s)
I am creating a bunch of random objects and constraining them to a fixed body (circle) with a prismatic joint. The goal is to have them slide towards that fixed circle.
Problem is - objects are ...
1
vote
1answer
89 views
Collision detection without impecting in Box2d Javascript
I am creating a Car Race Game, Where i need help in Car over some rough surface area by Box2d Javascript.
I created Car game by following link
...
1
vote
1answer
80 views
Disable collision on the fly in Box2D: does not work when entity is already colliding
I'm writing a game with impactjs and i'm using Box2D as physics-engine (Box2DFlash to be specific). So there is a move off the player where he should not collide with the enemys. To achieve this ...
2
votes
0answers
48 views
How to avoid ghost collisions in box2dweb
I'm using box2dweb to create a game, but want to have an uneven ground in my game. However, box2dweb isn't up to date and doesn't contain edge chains to fix ghost collisions yet.
Currently, my ...
1
vote
1answer
25 views
Box2dweb prohibit movement
I have now created a object in box2d and I am moving it using keyboard input.
What I would like to do next is stop the vertical movement this body can have. In other words it should be able to move ...
0
votes
0answers
34 views
ApplyForce in box2dweb.js
I am trying to apply a force to a body I created. But i cant seem to get it right. This is the body I am creating:
//create some objects
var fixDef2 = new b2FixtureDef;
...
1
vote
1answer
141 views
IE10 laggy rendering for rapid positioning changes
Link: http://derek.genevievehoward.com/projects/Box2DDOM/
I am creating a rendering engine for box2djs that uses elements on the page to render rather than canvas, because it is much easier to style ...
0
votes
0answers
37 views
Box2D browser window scroll
I have used Box2D to create balls which can be dragged around within a certain area. However, when I scroll the window the interaction breaks. Visually, the balls scroll with the window, but once I ...
0
votes
0answers
36 views
special effect at the time of collision of two box2d objects
I want to give some special effect at the time of collision of two box2d objects so that one of the object gets destroyed into chunks. Please tell me how to do this using javascript.
0
votes
1answer
52 views
Box2DWeb - GetBody() not working
I need to get the body of a fixture but when I call the fixture.GetBody() function, It returns this error: Object # has no method 'GetBody';
here is the code:
var bodyDef = new b2BodyDef;
var ...
1
vote
0answers
89 views
Box2D b2.ContactListener strangeness
I've been using Jonas Wagner's JS Box2D port and am running into a strange problem with shape userdata. I've setup my entity to have a collision shape as well as a secondary 'foot' sensor shape to ...
0
votes
1answer
43 views
Unfreeze bodies in Box2Djs or prevent from exiting world
I am working on a server side physics experiment where the user controls an object through a socket. The problem I am running into results when the user moves the object outside the boundaries of the ...
1
vote
1answer
144 views
box2d what's the point of world.ClearForces()?
I'm using box2dweb version 2.1.a.3 (javascript, ported from flash), to create game. Some examples that I've got from Google used:
setInterval(
function(){
world.Step(1/60 , 10, 10)
...
0
votes
1answer
54 views
How to cast parent class to child class in javascript
I am working with box2dweb and i am trying to make a function, that would add instructions how to draw a 'body' based on the 'body' shape.
That is: When received a 'b2BodyDef' get the shape, and ...
0
votes
0answers
20 views
Box2d world SetMeter scaling issue
Using box2dWeb, is there a function which allows you to set the scale of the world?
ie. world.SetMeter(30)
This is a function available to other box2d ports.
0
votes
1answer
130 views
Box2dWeb custom shape interaction
I've got a Box2DWeb simulation with a custom shape body but it doesn't interact with other bodies at all. The debug draw shows that the collision is detected but it has no effect. Reading about custom ...
1
vote
1answer
90 views
Box2dWeb dynamic vs static bodies restitution
I've got a Box2dWeb simulation with some dynamic bodies. I used the same fixture for all dynamic bodies like this:
var fixDef = new b2FixtureDef;
fixDef.density = 1.0;
fixDef.friction = 0.1;
...
0
votes
0answers
33 views
How to get a static circular frame shape for other bodies in the world in box2D?
I am learning box2DWeb for JavaScript and HTML5 canvas.
I was wondering how to create a circular frame with box2d shapes so that other shapes will be inside the hole and can be moved along its curve ...
0
votes
0answers
49 views
AppEngine box2djs extremely slow locally, when deployed everything's fine
I've been messing around with python on appengine, got everything setup on my windows machine with pycharm. Now I'm working on this box2djs game which currently has no involvement with appengine ...
1
vote
0answers
73 views
Box2d Static Bodies Jitter
This is the problem:
http://youtu.be/vxtUDy3I09c
The video speaks for itself.
I don't know what else to call it other than jitter. The static bodies aren't holding up to the dynamic bodies. They ...
0
votes
2answers
389 views
Box2dWeb revolute joint “stretching”
I am trying to create a car-like thing in 2D using box2dweb. I have a box for the car body and two circles, connected to it by revolute joints, as the wheels. Everything works fine for a while, but ...
3
votes
2answers
484 views
requestAnimFrame can't give a constant frame rate, but my physics engine needs it
I use Box2D with WebGL.
Box2D demands a constant frame rate (time steps for it's "world" updates).
function update(time) {//update of box2d world
world.Step(
1/60 // 1 / frame-rate
...
0
votes
1answer
69 views
Rectangle is drawn even when no objects added in Box2d World
I am creating a Box2d World in Java script and I am not adding any objects in it. I am setting the gravity to zero. When I try to draw the box2d Objects inside a canvas, if any exist, I find a ...
0
votes
2answers
103 views
Why is Box2D body's line, distorted , unclear and not straight when rendered using WebGL?
I'm using Box2DWeb with javascript and WebGL.
My bodies' dimensions are around 1.0 and the ground is around 5.0 in Box2D.
I simply draw them using WebGL using translate and rotate (using values ...
0
votes
1answer
93 views
How to use Box2D javascript without using the inbuilt debugdraw?
Lets say I want to use Box2D javascript to simply print the coordinates of a falling object, into a text box, and not simulate the scene using debugDraw.
Or,
Lets say I want to use Box2D javascript ...
0
votes
1answer
119 views
Box2D Emscripten: what is box2d.clean.h, and how to successfully generate it?
I am likely missing something simple but I can't really figure it out.
This is from the makefile:
box2d.clean.h:
cpp -x c++ -DEM_NO_LIBCPP -IBox2D_v2.2.1 root.h > box2d.clean.h
Let's take ...
1
vote
1answer
325 views
Emscripten Bindings: How to create an accessible C/C++ array from Javascript?
I am using box2d and attempting to create a chain shape.
In order to create a chain shape or polygon shape I must pass an array of vectors in order to specify the geometry.
I do not see any ...
0
votes
1answer
246 views
small JavaScript Box2D program without gravity has things moving anyway… why?
I have a small Box2D thing (using box2dweb.js), but despite setting gravity to (0,0), and no forces/impulse being imparted on any objects, the only dynamic shape I have in the scene moves when I start ...
0
votes
1answer
234 views
Using directBox2D with directCanvas - AppMobi
I am busy looking for an easy solution using the Box2D physics engine in directCanvas... without using ImpactJS or any paid for framework.
My end goal is to build a HTML5 game for Mobile ...
1
vote
2answers
129 views
How do I stick a body to the ground in Box2D?
I want to create a body like b2CircleShape or b2PolygonShape for e.x. and use a joint to connect/stick it to the "ground" (screen?/world?), so that when I drag it with the mouse and release it, it ...
0
votes
1answer
84 views
Box2D JavaScript Set a max speed to an object
i have a group of dynamic objects in box2D, and they are being affected by different random forces and i would like to set max speed to each object (translational and rotantional speed)?
i thought ...
2
votes
1answer
289 views
box2dweb: Walls don't bounce a slow object
I use box2dweb for my game. I located four boxes around a circle and gave the circle a initial velocity. I expected that the circle would bounces off the wall but the circle moves parallel with the ...
0
votes
0answers
75 views
Box2DWeb freezes on world.Step()
I made a small game ( http://labs.avd.io/evolution ) for Ludum Dare; this was my first attempt at Box2DWeb so I'm not quite sure if the problem is my fault or not, but either way:
If there are ...
0
votes
2answers
387 views
Box2d get Shape Points from rotated body
Im a little confused at the moment. If I get my Shape from my fixture in Box2d it returns me the points (with ->getVertices) related to the position of the body and angle. But shouldnt be there ...
0
votes
1answer
69 views
How to send prototype method as a callback in javascript?
I have prototype method that is activated by a callback from the Box2D API I am using. The callback can get to the function, but it is not the correct instance of the function. What is the proper ...
2
votes
2answers
376 views
box2dweb begginer: can't simulate fixture added by clicking on canvas
I've just started playing around with box2dweb and have now run into a problem that is leaving me stumped.
I have a basic simulation with a "ground" static fixture and some code that allows me to add ...
0
votes
1answer
322 views
Box2d for JavaScript: SetLinearVelocity() isn't working
First of all, this is the first post I've written here on StackOverflow, and I'm actually new to programming, so if I say anything wrong, I'm sorry.
I tried and tried to make this work - I want to ...
0
votes
2answers
2k views
Box2DWeb - Adding and Removing Body in the world
I have the following code in Box2D, I want to move my dynamic body to the point where the mouse is click. Also in the future i want to be able to remove the dynamic body, I am not able to find ...
1
vote
0answers
316 views
How to manually define vertices in box2D javascript?
I am trying to manually define the vertices of a polygon in box2D for javascript. I ultimately want to resize each side of a box manually, but I need to be able to draw it with vertices first (I ...
0
votes
0answers
411 views
Which Javascript 2D game engine should I use? [closed]
I want to create a multiplayer and 2D browser game in javascript and html5. Which game engine should I use with node.js and box2d?
I want one with well-documented and much examples, tutorials.
0
votes
2answers
248 views
Using 3rd party libraries with requirejs
Hi I trying to organize my code by using requirejs, but I need to use a library that uses google-closure-compiler, the library is box2djs and you can get it from
https://github.com/leonidax/pl.git
...
4
votes
1answer
1k views
Box2dweb - Collision Contact Point
I use box2dweb. I am trying to develop a game. At some point I need to find out the contact point between a "Circle" and "Box". All I know is it can be done using b2ContactListener. We can receive ...
0
votes
2answers
751 views
Box2dweb - Rope Joint is not working
I have the following code for Rope Joint (Box2dweb). The problem is that when I run the code in my browser nothing happens. Just a blank canvas. When I delete the lines defining the joints (the eight ...


