Documentation

OpenGL : Différence entre versions

(Page créée avec « '''What is OpenGL?''' ''"OpenGL (Open Graphics Library) is a cross-language, multi-platform API for rendering 2D and 3D computer graphics. The API is typically used to in... »)
 
Ligne 1 : Ligne 1 :
 
'''What is OpenGL?'''
 
'''What is OpenGL?'''
  
''"OpenGL (Open Graphics Library) is a cross-language, multi-platform API for rendering 2D and 3D computer graphics. The API is typically used to interact with a GPU, to achieve hardware-accelerated rendering. OpenGL was developed by Silicon Graphics Inc. (SGI) from 1991 and released in January 1992 and is widely used in CAD, virtual reality, scientific visualization, information visualization, flight simulation, and video games."''
+
''"OpenGL (Open Graphics Library) est une spécification qui définit une API multiplate-forme pour la conception d'applications générant des images 3D (mais également 2D). Elle utilise en interne les représentations de la géométrie projective pour éviter toute situation faisant intervenir des infinis."''
  
Source: Wikipedia [http://en.wikipedia.org/wiki/OpenGL http://en.wikipedia.org/wiki/OpenGL]
+
Source: Wikipedia [http://fr.wikipedia.org/wiki/OpenGL http://fr.wikipedia.org/wiki/OpenGL]
  
  

Version du 30 avril 2013 à 09:57

What is OpenGL?

"OpenGL (Open Graphics Library) est une spécification qui définit une API multiplate-forme pour la conception d'applications générant des images 3D (mais également 2D). Elle utilise en interne les représentations de la géométrie projective pour éviter toute situation faisant intervenir des infinis."

Source: Wikipedia http://fr.wikipedia.org/wiki/OpenGL


In TARGET 3001! we use OpenGL for 3D graphics. Some (few) graphics cards cause the errors:

   wglDeleteContext failed
   wglChoosePixelFormat failed

The 3D graphics in TARGET 3001! then automatically is deactivated. With each restart of TARGET 3001! a new attemt for reactivation is done.

Solution of the problem: Please update your graphics card driver!
In most cases this error is fixed with a current driver. If not, please let us know by email: target@ibfriedrich.com

Please add information on error message, operating system graphics card and driver version to your mail.