Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.082 Beiträge
 
#1

Vectors changes, to avoid a trap with modifying a temporary value

  Alt 11. Feb 2022, 18:10
We have made a significant change to how our vectors are declared. They now have X, Y, Z, W as fields (not properties), and the compiler will prevent you from falling into a trap of writing Scene.Translation.X := Scene.Translation.X + 10; Like in the below testcase: uses SysUtils, CastleScene, CastleVectors; var S: TCastleScene; begin S …
<a href="https://castle-engine.io/wp/2022/02/11/vectors-changes-to-avoid-a-trap-with-modifying-a-temporary-value/" class="more-link">Continue re

Weiterlesen...
  Mit Zitat antworten Zitat