View Single Post
  #13  
Old 01-09-2023, 10:36
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
@BLACKFIRE69
mr BLACKFIRE69! I need your help. My kung fu is useless here. You have added 3d objects to the module. Is it possible to add 3d page animation in this scenario?
@BLACKFIRE69

CAN YOU FIX pjScreen IN FLayer3D?

Code:
  FMXLayer3D[1].FCreate(FMXViewport3D.Handle);
  FMXLayer3D[1].Align(Client);
  //FMXLayer3D[1].Projection(pjScreen);
  FMXLayer3D[1].Transparency(True);
  FMXLayer3D[1].FillColor(ALNull);
  //
  FMXLayer3D[2].FCreate(FMXViewport3D.Handle);
  FMXLayer3D[2].Align(Client);
  //FMXLayer3D[2].Projection(pjScreen);
  FMXLayer3D[2].Transparency(True);
  FMXLayer3D[2].FillColor(ALNull);
Attached Images
File Type: png Untitled 1.png (368.9 KB, 197 views)
Attached Files
File Type: 7z AtomicHeart[02.09].7z (6.34 MB, 16 views)

Last edited by hitman797; 02-09-2023 at 00:43.
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (01-09-2023)