Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Camera.Target fix (https://www.delphipraxis.net/166605-camera-target-fix.html)

DP News-Robot 21. Feb 2012 14:50

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. Share ...http://feeds.feedburner.com/~r/delph...~4/N43EP_5ZCsM

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:12 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz