Monday, February 20, 2012

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.

1 comment:

  1. hi!,I love your writing so so much! percentage we be in contact more approximately
    your post on AOL? I need a specialist on this area
    to unravel my problem. Maybe that is you! Taking a look ahead to
    see you.

    ReplyDelete

Note: Only a member of this blog may post a comment.