Skip to main content

All Questions

0 votes
0 answers
27 views

Collision detection with sensor not working in specific case

Problem: I am encountering an issue with collision detection in Blender Game Engine while working with parented hitboxes. I am using the latest version of BGE on Windows 10. Details: Hitbox ...
Tylouw's user avatar
  • 1
0 votes
0 answers
132 views

Impact Forces in Blender Game Engine

I am using the blender game engine to run drop test physics simulations and I was wondering if there is a way to collect the force and impact data from the collision. Maybe using "appliedImpulse"? I ...
Russell Chow's user avatar
1 vote
1 answer
282 views

Blender Collision Simulation Data

Is it possible to access data from a collision, such as point of collision and impact force? I am trying to simulate a "drop test" in Blender and cannot figure out how to access the information. As of ...
Russell Chow's user avatar
1 vote
1 answer
106 views

Blender object sensor doesn't exist

When spawning an object into a game, I check its hit objects from my master python script, accessing the object spawned in. For some reason, the "Collision" sensor does not exist in the object, ...
Cameron Fazakerley's user avatar
0 votes
0 answers
327 views

Soft body self collision BGE

I've got the model of a hand fully rigged and programmed with a python controller, but I can't find a way to make it collide with itself, so the fingers won't "perforate" the hand. I am in Blender ...
Sanjo's user avatar
  • 35
3 votes
0 answers
309 views

Calculate collision point of rigid body in BGE

I have a sphere (active rigid body) that bounces on a plane (passive rigid body) and afterwards hits another plane (passive rigid body). I would like to get its coordinates when it hits the second ...
AlexConfused's user avatar