SiWi
03-01-2008 15:08:46
I have to derive a new class from the nxogre. CharacterMovementVectorController class.
This is no problem of course.
Then I have to override the function move. The c++ one takes 6 parameters and calculates one formula with them. The problem is that it doesn´t return any value, but it directly wants to manipulate the pointer given in the first parameter.
Any tips how to wrap that one?
How is this wrapped in PythonOgre?
This is no problem of course.
Then I have to override the function move. The c++ one takes 6 parameters and calculates one formula with them. The problem is that it doesn´t return any value, but it directly wants to manipulate the pointer given in the first parameter.
Any tips how to wrap that one?
How is this wrapped in PythonOgre?