The Main Classes

These are the main classes of the VortexGE :
  1. _CVortexVideoEnv
  2. _CVortex3DEnv
  3. _CVortexAudioEnv
Notes on rendering :
  1. VortexGE uses left-handled coordinate system.
  2. When using any of the rendering functions, make sure that the correct instance has been activated.
  3. Panel's vertices must be arranged in clockwise formation in order to display correctly.
  4. Having multiple instance of this class which do rendering at the same time is not recommended, because it may degrade performance.

Main Index