python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Resolve colliding rotated rectangles by moving along vector
I have a javascript program that places rectangles one at a time along walls in a room in counter-clockwise order. I use the coordinates of the rectangles corners for collision detection. It skips the...
hermanboy07
Votes: 0
Answers: 1
Problem with FPS Controller - weapon collision (Unity3D)
I implemented FPSController from Standard Assets into my little 3D maze game. Controller has a camera as his child object and collides with the environment nicely. However, I want to add a weapon to m...
vaso
Votes: 0
Answers: 2
Reasons for CollisionEvent not firing in RealityKit scene?
Event subscription has been added to a sceneof an ARView in RealityKit:
arView.scene.subscribe(to: CollisionEvents.Began.self) { event in
print("Some collision occured")
}
Entities are ...
anjelomerte
Votes: 0
Answers: 1
VB6 pixel based object control Collision Detection
Currently, I'm trying to make a simple platformer in VB6 and I'm drawing objects onto the WinForm using BitBlt. I can program rectangular, circular, and line collisions but I want to have pixel-based ...
Average Capitalist
Votes: 0
Answers: 0