Hello Yeray,
Thank you for your patience.
Let me know if I can help with possible tests.
Have a great day.
Regards,
Gabriel, A. TAOUSSI
Search found 7 matches
- Mon Nov 06, 2023 9:34 am
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
- Fri Nov 03, 2023 2:50 pm
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
Re: TTriSurface hardware accelaration
Hi David, Thank you for your initiative and for your time. As it touched two different subjects, this thread is a little convoluted. The bug is about FMX TTriSurfaces not rendering within a chart3D. The relevant project is TriSurfaceInChart3D.zip : TriSurfaceInChart3D.zip Here’s a description and te...
- Thu Nov 02, 2023 9:42 am
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
Re: TTriSurface hardware accelaration
Hello Yeray,
It's the least I can do for our developper community.
Thank you for your availability and your transparency.
To help prioritize and reproduce this issue, would you mind me filing a bug report ?
Best regards,
Gabriel, A. TAOUSSI
It's the least I can do for our developper community.
Thank you for your availability and your transparency.
To help prioritize and reproduce this issue, would you mind me filing a bug report ?
Best regards,
Gabriel, A. TAOUSSI
- Mon Oct 30, 2023 2:41 pm
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
Re: TTriSurface hardware accelaration
Hello Yeray,
Is there a real-time plotting implementation example with FMX TTriSurface usage ?
Best regards,
Gabriel, A. TAOUSSI
Have you had time to look into this ?Yeray wrote: ↑Fri Aug 25, 2023 6:47 amWe'll take a look at that.Gabriel, A. TAOUSSI wrote: ↑Mon Aug 07, 2023 8:06 amUnfortunately, within a Chart3D, trisurfaces don't render at all on my machine.
Is there a real-time plotting implementation example with FMX TTriSurface usage ?
Best regards,
Gabriel, A. TAOUSSI
- Thu Oct 05, 2023 9:19 am
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
Re: TTriSurface hardware accelaration
Hello Yeray, Thank you for the reply. I have been busy on other fronts as well. Have you been able to reproduce the TTriSurface absence of rendering within FMX Chart3D ? In the meantime, I had to move forward with my back-end development, among others. To do this, I wrapped a VCLTee Chart3D in a DLL...
- Mon Aug 07, 2023 8:06 am
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
Re: TTriSurface hardware accelaration
Greetings, To demonstrate the performance I'm looking for, please find attached a project based on VCLTee I have assembled : AcceptableTriSurface.zip I believe FMXTee's Chart3D holds the answer to my question. It does seem to support hardware acceleration out of the box. Unfortunately, within a Char...
- Thu Aug 03, 2023 9:22 am
- Forum: FMX
- Topic: TTriSurface hardware accelaration
- Replies: 11
- Views: 55295
TTriSurface hardware accelaration
Hello, I'm trying to represent a real-time curving substrate in 3D. My goal is to offload most of the heavy-lifting onto a GPU. To do so, I have put together a TTriSurface in a TChart within a demo project you'll find attached. The rendering speed of my demo application is improvable (maximum 20 FPS...