Delphi Fmx Samples Upd Jun 2026
FMX includes a full 3D engine. This is unique in the Delphi ecosystem. Key sample: ThreeDSample – rotates a textured TCube using TFloatAnimation . Lesson learned: 3D objects use TMaterial (e.g., TTextureMaterialSource ). Mobile GPUs handle 3D efficiently, but you must limit the number of polygons.
Each subproject should include: