After going through downloading and compiling I found out I dont know as much about g3d as I thought, so I need some help understanding it. I have checked out the sample projects, but they didnt help enough. For example what I wanted to do the first time I got Visual studio working was: moving the camera, I tried:
activeCamera().get()->setPosition(G3D::Point3(Vector3(camx, camy, camz)));
does nothing, I also tried looking through the documentation, didnt find anything.
Any nice place to get tutorials?