I'm not trying to be mean, but what are you talking about? You're asking about terrain/sprite animation in a Game Development forum. It seems that you should ask about specific games, like maybe Xenogears and how they implement anime CGI scenes or anime faces in their menu. Those would be more appropriate questions. I just think that you should be more specific, and then maybe we can help you out some.
> hi
> how should i create a picture or animation in which i
> can move the camera 360 degree on x, y, and z axis. a
> sample source code will be appreciated.
First off: You can't rotate around a 2D image. It would be senseless since it would disappear on one side. What I think you mean is you want to rotate around a 3D object that looks like a certain picture or animation you created. Following that assumption, my guess would be head over to the Java3D forums and check out the API on Java3D. I don't know enough about it to post some sample code, but I'm sure the people in the Java3D forums do.
>
> how should i create anime picture like final fantasy?
Draw it, scan it, color it. O.o