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.

Wednesday, February 1, 2012

Teaser...

[caption id="attachment_39211" align="alignnone" width="164" caption="FireMonkey Pool Table"]FireMonkey Pool Table[/caption]