Make camera pointer move the camera faster?
I took the idea of "use a camera pointer to get a top-down view," angled it 45 degrees down, attached it to a cube, and put a rotator on the cube with the player's local right stick x axis input into the rotator.
This basically gives me a fixed angle camera that follows the puppet and can be rotated by the player. But if the square is rotated too fast, the camera pointer can't keep up with it. So if you constantly rotate the cube at 180 degrees per second, the cube will lap the camera's rotation and the camera will rotate backwards for a moment before continuing to follow the rotation direction of the cube.
Is it possible to speed up the rate at which the camera rotates?
-
There's no way of the creator affecting that speed, no. You could just stick on a camera though, then move the gizmo (the actual view) further away to the position you want it to be relative to the cube.
-
Thanks! I ended up building a complicated camera rig and learned a whole bunch.
-
Nice ;P
請登入寫評論。