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

RAS_Polygon.cpp

Go to the documentation of this file.
00001 #pragma warning (disable:4786)
00002 
00003 #include "RAS_Polygon.h"
00004 
00005 /*
00006 RAS_TexVert*    RAS_Polygon::GetVertex(int index)

00007 { 

00008                 if (m_bucket)

00009                         return m_bucket->GetVertex(m_vertexindexbase.m_vtxarray, m_vertexindexbase.m_indexarray[index]);

00010                 else

00011                         return NULL;

00012 }

00013 */
00014 
00015 /*void RAS_Polygon::Bucketize(double* oglmatrix)

00016 {

00017                 //Transform(trans);

00018                 if (m_bucket)

00019                         m_bucket->AddPolygon(this,oglmatrix);

00020 }

00021 */

Generated at Thu Feb 1 13:03:09 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000