collision
C# XNA 4.0 Getting scaled rotated sprite position in window
I have some problems with collision. I want to ge coords of a sprite that can be rotated scaled or whatever. It\'s similiar to Riemers guide, but he\'s getting a collision of two sprites and I only ne[详细]
2023-03-11 09:37 分类:问答How can i check if 2 controls overlap eachother on a canvas in WPF?
I am writing a designer that enables the user to drag controls around the screen. What would be the best way of detecting if a control is overlapping another control while i am dragging the one contro[详细]
2023-03-10 05:02 分类:问答Xcode CGRect Collision With multiple CGRects?
I have created a game where I have a floor made of multiple images varying in heights.. (So the floor isn\'t flat)[详细]
2023-03-08 18:02 分类:问答Box Collision code
My box collision code is not working. bool checkCollide(int x, int y, int oWidth, int oHeight, int xTwo, int yTwo, int oTwoWidth, int oTwoHeight)[详细]
2023-03-07 18:08 分类:问答Collision system not working
I am making a small game, with a friend. Now, I have a camera-system, I am walking by basicly just changing x and y values of environment objects. Example:[详细]
2023-03-05 17:59 分类:问答Collision system for an object?
I am making a small game, 2D, and I have a player. EDIT: This is what I have right now:开发者_开发技巧[详细]
2023-02-28 19:47 分类:问答chipmunks: how to make to objects stick together after they hit each other
Hi I am using chipmunks on my cocos2d project.I have two objects and when they collide, I like them to join and m开发者_如何学编程ove together like one object?How can I do that?[详细]
2023-02-27 18:47 分类:问答Collision Detection/Remove object from ArrayList
I am currently trying to test collision between a falling object and a box. I understand basic collision detection, but my problem here is that I have to test it for an indefinite number of falling ob[详细]
2023-02-27 05:14 分类:问答How to check if player.position.y is higher than a tile
Hey, basically I am trying to do collision in cocos2d. I have him falling and when he touches the platform, which has an invisible tile on top of it ( used for checking if it touches player) he stops[详细]
2023-02-26 18:28 分类:问答XNA: I have a 1*1*1 Box and want to know from which side i am clicking on it. (Minecraft Clone)
I am currently creating a Minecraft clone (a game where you are in a 3d space and create or delete blocks to create structures)[详细]
2023-02-25 15:44 分类:问答