But now i have got some problems.
Has anyone a idea how to define the Fields??
I mean A1 to G8.
I have tried using emptySceneNode, but this doesn't work.
Then i tried using aabbboxes, to define a box A1 or something.
Has anyone a idea how to solve this problem?
So i can't check for position like this
Code: Select all
PiecePos = PiecePawn->getPosition();
A1 = vector3df(0,0,0);
if(PiecePos == A1)
{
a...
}
This isn't practicable.There must be another solution...