Hi,
I made a sprite, that is moving on the screen. The sprite moves from left screen to the right screen.
Now, I will hide the sprite and I will add a 3d Object on the sprites position.
The problem is now: The width and height of the screen is 800x480.
And now I don’t know how to move the 3d object? e.g.
Gdx.gl10.glTranslatef(sprite.x, srite.y, -35.0f);
Must I now cam.project or cam.unproject this? Or what is the right keyword?