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 1031 of file OSGParticles.cpp.


Member Typedef Documentation

typedef UInt8 TexTraitNone::dataType

Definition at line 1033 of file OSGParticles.cpp.


Member Function Documentation

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

Definition at line 1035 of file OSGParticles.cpp.

01036     {
01037     }

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

Definition at line 1039 of file OSGParticles.cpp.

01040     {
01041         return false;
01042     }

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

Definition at line 1044 of file OSGParticles.cpp.

01045     {
01046         glTexCoord1f(0);
01047     }

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

Definition at line 1049 of file OSGParticles.cpp.

01050     {
01051         glTexCoord2f(u, v);
01052     }


The documentation for this struct was generated from the following file:

Generated on Mon Mar 17 12:02:59 2008 for OpenSG by  doxygen 1.5.5