Camera.Target fix

There’s a missing call to MatrixChanged(Self) in TCamera.SetTarget. Without this second line, setting the Target does nothing.

procedure TCamera.SetTarget(const Value: TControl3D);
begin
FTarget := Value;
MatrixChanged(Self);
end;

This fix is required for my upcoming Kepler System demo.

Leave a Reply


Bad Behavior has blocked 512 access attempts in the last 7 days.

Close