Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TexTraitNone Struct Reference

Inheritance diagram for TexTraitNone:

ParticleTraits List of all members.

Public Types

typedef UInt8 dataType

Static Public Member Functions

static void init (Particles *, DrawActionBase *, dataType &)
static bool particle (dataType &, UInt32)
static void vertex (dataType &, UInt32)
static void vertex (dataType &, UInt32, Real32 u, Real32 v)

Detailed Description

Definition at line 981 of file OSGParticles.cpp.


Member Typedef Documentation

typedef UInt8 TexTraitNone::dataType
 

Definition at line 983 of file OSGParticles.cpp.


Member Function Documentation

static void TexTraitNone::init Particles ,
DrawActionBase ,
dataType
[inline, static]
 

Definition at line 985 of file OSGParticles.cpp.

00986     {
00987     }

static bool TexTraitNone::particle dataType ,
UInt32 
[inline, static]
 

Definition at line 989 of file OSGParticles.cpp.

00990     {
00991         return false;
00992     }

static void TexTraitNone::vertex dataType ,
UInt32 
[inline, static]
 

Definition at line 994 of file OSGParticles.cpp.

00995     {
00996         glTexCoord1f(0);
00997     }

static void TexTraitNone::vertex dataType ,
UInt32  ,
Real32  u,
Real32  v
[inline, static]
 

Definition at line 999 of file OSGParticles.cpp.

01000     {
01001         glTexCoord2f(u, v);
01002     }


The documentation for this struct was generated from the following file:
Generated on Thu Aug 25 04:12:26 2005 for OpenSG by  doxygen 1.4.3