Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XFcGL.h File Reference

X-Forge Graphics Library. More...

Include dependency graph for XFcGL.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  XFcGL
 X-Forge Core Graphics Library. More...

class  XFcGLCustomRenderCallback
 Callback interface for the custom primitive type mechanism. More...

class  XFcGLCustomVertex
 Vertex type for the custom primitive callback mechanism. More...

class  XFcGLLight
 Defines a light source. More...

class  XFcGLLVertex
 An example for legal vertex format. More...

class  XFcGLMaterial
 Defines a material. More...

class  XFcGLTLVertex
 An example for legal vertex format. More...

class  XFcGLVertex
 An example for legal vertex format. More...

class  XFcGLViewport
 Defines GL viewport. More...


Defines

#define XFC_MAX_NUMBER_OF_LIGHTS   8
 Max. number of lights supported.

#define XFCGL_VERTEX   (XFCGLVF_XYZ | XFCGLVF_NORMAL | XFCGLVF_TEXTURE1)
 Flag definitions for the XFcGLVertex type.

#define XFCGL_LVERTEX   (XFCGLVF_XYZ | XFCGLVF_DIFFUSECOLOR | XFCGLVF_TEXTURE1)
 Flag definitions for the XFcGLLVertex type.

#define XFCGL_TLVERTEX   (XFCGLVF_XYZ | XFCGLVF_RHW | XFCGLVF_DIFFUSECOLOR | XFCGLVF_TEXTURE1)
 Flag definitions for the XFcGLTLVertex type.


Detailed Description

X-Forge Graphics Library.

X-Forge Core
Copyright 2000-2003 Fathammer Ltd

Id
XFcGL.h,v 1.20 2003/03/10 09:53:23 jari Exp
Date
2003/03/10 09:53:23
Revision
1.20

Define Documentation

#define XFC_MAX_NUMBER_OF_LIGHTS   8
 

Max. number of lights supported.

Note:
change requires core recompile.

#define XFCGL_LVERTEX   (XFCGLVF_XYZ | XFCGLVF_DIFFUSECOLOR | XFCGLVF_TEXTURE1)
 

Flag definitions for the XFcGLLVertex type.

See also:
XFcGLLVertex

#define XFCGL_TLVERTEX   (XFCGLVF_XYZ | XFCGLVF_RHW | XFCGLVF_DIFFUSECOLOR | XFCGLVF_TEXTURE1)
 

Flag definitions for the XFcGLTLVertex type.

See also:
XFcGLTLVertex

#define XFCGL_VERTEX   (XFCGLVF_XYZ | XFCGLVF_NORMAL | XFCGLVF_TEXTURE1)
 

Flag definitions for the XFcGLVertex type.

See also:
XFcGLVertex

   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch