Using Firemonkey My Camera is attached to TDummy and I want to rotate this TDummy on my y-axis. It’s possible but it jumps directly to 270 degrees and don’t know how to rotate it smoothly. here is simple code:
procedure TfrmMain.plngoleftClick(Sender: TObject);
begin
Dummy2.RotationAngle.Y :=270;
end;