Hey everyone!
I have been working on some c++ code which point tracks a user and extrapolates their co-ordinates within 3D space. i have the co-ordinates in c++ stored as variables and would like to use these variables within the Blender game engine to position an object within the scene.
I have had a play with the logic nodes system in blender 2.55 and am quite impressed at how easy it is to control objects within a scene using the nodes. i would like to know if it is possible to somehow get my variables from my c++ code into the game engine?
I have loaned some books on python but as a newb i dont really know where in blender to begin. I think i need to run the API in order to write a script or something but have no idea where to start.
does anyone know how best to approach this?? once i get the general idea i think i will be able to get started but i am having trouble finding the first steps.
thanks!