I am attempting to make a mode in my game where objects are placed at locations relative to the camera. This has proven to be pretty difficult. One of the issues I've encountered is that I can only see rotation values fro the camera if Bind Target and Rotation is on, but in this case settings target (or rotation for that matter) doesn't work as expected. It does seem to move the camera when I change the target, but it does not point at the expected objects at the same coordinates.
I have three objects to target, Test 1 - Test 3, and these bindings:
* Upon pressing "1"
Firefly Node - Camera : Set Target to XPosition( "Test 1" ), YPosition( "Test 1" ), ZPosition( "Test 1" )
* Upon pressing "2"
Firefly Node - Camera : Set Target to XPosition( "Test 2" ), YPosition( "Test 2" ), ZPosition( "Test 2" )
* Upon pressing "3"
Firefly Node - Camera : Set Target to XPosition( "Test 3" ), YPosition( "Test 3" ), ZPosition( "Test 3" )
When Bind Target and Rotation Is is off, the camera always points at these three objects when pressing one of the three keys, no matter where the camera is. When it is on, the camera points in seemingly random places instead.