Difference between revisions of "OpenGL implementation"

From LinuxMCE
Jump to: navigation, search
Line 9: Line 9:
  
 
[[Orbiter with OpenGL enabled]]
 
[[Orbiter with OpenGL enabled]]
 +
  [[Mesh classes - geometry container classes]]
 +
  [[Texture Manager and OpenGLGraphic description]]
 +
  [[Orbiter-OpenGL 3D Engine ]]
 +
Obsolete:
 
   [[Drawing widgets engine]]
 
   [[Drawing widgets engine]]
 
   [[GL2DEffectFactory]]
 
   [[GL2DEffectFactory]]

Revision as of 13:19, 14 September 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.

If your hardware have 3D capabilities, Orbiter can enable the "OpenGL mode", and that thing is made by have in /etc/Orbiter.conf the line: UseOpenGL=1 The next sections will cover the way that OpenGL is implemented in Orbiter and how you may customize and extend the current implementation.

That document will cover the next sections:

OpenGL Introduction

Orbiter with OpenGL enabled

 Mesh classes - geometry container classes
 Texture Manager and OpenGLGraphic description
 Orbiter-OpenGL 3D Engine 

Obsolete:

 Drawing widgets engine
 GL2DEffectFactory