Welcome, Guest
Username: Password: Remember me
Components and Libraries for Graphics 3D Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

How to solve viewer flickering under linux/gtk 14 years 6 months ago #109

  • Egroc
  • Egroc's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
Hi!

There are a serious flickering problem using your glscene version (CodeTyphon 988) under linux/gtk (I don't know if problem exists on kde or windows systems). There are a problem with opengl context and glscene viewer component.

Please, to fix problem add this line:

gtk_widget_set_double_buffered(FGTKWidget, False);

To GLContextForLinuxGTK.pas in line 150 (DoCreateContext procedure).

This solve the problem, no more flickering!!

Thanks!

Please Log in or Create an account to join the conversation.

Re:How to solve viewer flickering under linux/gtk 14 years 6 months ago #110

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir.
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1