gravity Questions
1
Solved
How would you simulate the effect of planets of different mass on a ship?
I'm writing a Flash game similar to asteroids that has a small ship navigating through a field of planets. The planets won...
1
Solved
I'm trying to manipulate an object. When it gets near another object, let's say a globe, I want the globe to have a gravitational pull on the original object. I know I'm supposed to use CCBezierTo,...
Ahner asked 6/6, 2011 at 4:18
2
Solved
Is there any good JQuery or JavaScript plugin that can be used to apply gravitation force effect on a particular DIV?
(example: google gravity)
Bullfight asked 6/4, 2011 at 12:57
1
Solved
If i set only margin for my textview, that is inside linear layout, everything works.
If i set only gravity for my textview, it works. But if i set both attributes (gravity and margins), gravity re...
1
Solved
I've found an interesting article on adding radial gravity to box2d.
http://www.vellios.com/2010/06/06/box2d-and-radial-gravity-code/
To port this to lua though I need to calculate distance squar...
9
Solved
I've written a fairly simple java application that allows you to drag your mouse and based on the length of the mouse drag you did, it will shoot a ball in that direction, bouncing off walls as it ...
Dichotomy asked 4/12, 2008 at 21:42
2
Solved
I have a button that must show a popup window. And the popup window must be aligned with the right side of the button. That's how I do it.
button.setOnClickListener( new View.OnClickListener() {
...
Dilapidation asked 29/11, 2010 at 12:6
2
For a project my team and I have been trying to track a wiimote in a 3D space using the built in accelerometer and the WiiMotion Plus gyroscope.
We’ve been able to track the rotation and position ...
Farquhar asked 10/11, 2010 at 20:43
2
I'm working on a 2D physics engine for a game. I have gravity and masses working, using a simple iterative approach (that I know I'll have to upgrade eventually); I can push the masses around manua...
Avesta asked 27/10, 2010 at 23:32
2
Solved
I want to accomplish something similar to what photoshop.com has and this site here: http://mrdoob.com/projects/chromeexperiments/google_gravity/
Does anyone know how to do this with javascript (p...
Housley asked 2/2, 2010 at 16:46
5
Solved
How do games with gravity handle the relationship between moving things like players, monsters, or objects and the floor? Is the player constantly "falling into" the floor and being bounced back up...
Coddle asked 13/1, 2009 at 1:20
© 2022 - 2024 — McMap. All rights reserved.