User: soccermiles

  • Public profile

User profile: soccermiles

User info
User name:soccermiles
History
Joined:
Number of posts:29
Latest posts:

Execution Control for Embedded Python Interpreter
I would like to embed the python interpreter, but not in the way most other people do. I don't need ...

How to structure 3D collision detection?
my step() function is a member of each object, is called each frame by the world object, and contain...

How to structure 3D collision detection?
how about if each object has a collide(float, float, float, float, float, float) function, which tel...

How to structure 3D collision detection?
So far, I've been giving each of my in-game objects a step() function, and calling that function eac...

Pre processor Directive Question
You could first [code]#define MINE_A mine::a[/code] then [code]#define yours::c MINE_A[/code] but...

This user does not accept Private Messages