Maybe a beginner question, but thank you for reading. I\'m working on a 2d Java game in which I have missiles that track the position of an object using the following code. I\'d like the missiles to s
I\'ve been trying everything to get a 2D distance joint working in Unity. I want free rotation to both the body with the joint and the connected body, I also need mass and other constraints adhered to
I want to create a nested arrays. Here is my code, after I loaded xml. function readXML(event:Event):void
I\'m working on a game that obscures part of image, player then guesses what\'s hidden and finally the obscured part is revealed, so player can see if he guessed correctly.
I\'m programming a really simple 2D collision response algorithm (thankfully), but even the really simple geometry concepts have been baffling me.Been studying!But...
I\'ve created a prototype for a 2d android game using the android canvas object.Unfortunately, the performance is suffering greatly due to the large number of bitmaps that need to be redrawn frequentl
I\'m trying to implement image convolution with a 3x3 matrix, where my colour components (each ranging from 0 to 255) are stored using pre-multiplied alpha. All the tutorials (e.g. http://www.codeproj
How can I convert a 2D point (or 3D with Z=0) to 2D point(where Z is ignored) with a 4D matrix ? I am using Microsofts Silverlight to project a 2D control as pseudo 3D using a Matrix3D
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Hey, basically i\'m on my second App for the iPhone SDK and im really enjoying myself. Im currently creating a \'raidan\' style 2d game, where the user flys a charac开发者_如何学JAVAter upward and enc