Skip to main content

All Questions

0 votes
1 answer
87 views

Imitate Copy Transform Constraint in BGE

To put it simply, I need something like the Copy Transform constraint that'll work for the BGE. I have a setup for landscape Level of Detail, in which there are 2 scenes (one for high-poly models and ...
JakoNintenCraft's user avatar
0 votes
1 answer
409 views

BGE: 6DoF constraint - change in real time

I created several constraints (6DoF) with the following script: ...
user16320's user avatar
  • 113
1 vote
1 answer
149 views

In game engine with python, add appendage to object

I'm doing scripting in the game engine. I have two basic objects, a "SeaFloor" and "Kelp". I have python classes for each and the game engine. My goal is to add the Kelp object to the scene and ...
Brian Dolan's user avatar
0 votes
1 answer
564 views

How do I Remove a Constraint in the BGE

I saw a game demo where a wooden crate broke into planks when it was hit by an object. I want to do something similar. I assume it's done with constraints, and I found a reference to a python function ...
Anthony Forwood's user avatar
0 votes
1 answer
41 views

getConstraintId returns zero with soft bodies

I want to create some constraints in BGE with phyton (between a soft body and a dynamic object) and then remove them after a while. I tried this code to save constraint's id: ...
SRH's user avatar
  • 11
3 votes
1 answer
2k views

BGE: How to set the Constraint Axis to an object coordinate

I need to constrain an object using the axis of another object (my problem is related to the axis direction: there is no "distance between objects" constraint; you have to use the local or global axis ...
Pivetta's user avatar
  • 134