Monday, March 12, 2012
Friday, March 9, 2012
iOS Camera/Photo demo - PREVIEW - AS-IS
I'm only posting this because a lot of folks have been asking for it.
This demo is provided as-is with no guarantees of working on any device whatsoever.
http://cc.embarcadero.com/item/28774
You have been warned. It's by no means complete. Not even tested since 10/11/2011 - not tested on iOS 5.0 or 5.1. Last I tested it was on 4.3 I think.
I'll replace it when I get time to finish it. Feel free to send me back a 10x better version.
BTW - you *have* to hack FMX_Platform_iOS.pas and know what you're doing to use this demo. You have to surface mainwindow and whatever else Xcode tells you is missing. You can do so by moving the declarations from the implementation section to the interface section. All warranties may very well be void by doing so, so back the file up before breaking it.
Disclaimer done... ;)
Enjoy!
This demo is provided as-is with no guarantees of working on any device whatsoever.
http://cc.embarcadero.com/item/28774
You have been warned. It's by no means complete. Not even tested since 10/11/2011 - not tested on iOS 5.0 or 5.1. Last I tested it was on 4.3 I think.
I'll replace it when I get time to finish it. Feel free to send me back a 10x better version.
BTW - you *have* to hack FMX_Platform_iOS.pas and know what you're doing to use this demo. You have to surface mainwindow and whatever else Xcode tells you is missing. You can do so by moving the declarations from the implementation section to the interface section. All warranties may very well be void by doing so, so back the file up before breaking it.
Disclaimer done... ;)
Enjoy!
Tuesday, February 28, 2012
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.
procedure TCamera.SetTarget(const Value: TControl3D);
begin
FTarget := Value;
MatrixChanged(Self);
end;
This fix is required for my upcoming Kepler System demo.
Monday, February 13, 2012
Thursday, February 2, 2012
Wednesday, February 1, 2012
Teaser...
Subscribe to:
Posts (Atom)