Models problem and Objects move by camera

Hi,
I am new to Jmonkey and I was developing a board game.

so I am having a camera view for each player from different angles for sure.
The problem is here the playing piece which is supposed to be placed on a certain field is to be shown in different locations from different views

The problem is here the playing piece which is supposed to be placed on a certain field is to be shown in different locations from different views

sorry i dont get it.

If you have a chess for example, you create 2 viewport from different cameras. so it will show your object in different for both viewports. (but object will have same vector)

if you really want object to have different vector for both views, then you need apply different scene that will look different. I was using it on minimap.

viewPort.attachScene(rootNode);

see:

https://wiki.jmonkeyengine.org/jme3/advanced/multiple_camera_views.html