RM_first.h

Go to the documentation of this file.
00001 
00011 #ifndef __RM_FIRST__
00012 #define __RM_FIRST__
00013 #pragma once
00014 #include "irendermode.h"
00015 #include <QString>
00021 class RM_first : public IRenderMode
00022 {
00023 public:
00024         RM_first(void);
00025         ~RM_first(void);
00026         
00027         QString getName(void);
00028         Color   castRay(int screen_x,int screen_y, Camera *pCamera,FILTER mFilter );
00029         bool    isRealtime(void) { return false ;};
00030         int             stepCount;
00031         int             threshold;
00032 };
00033 
00034 
00035 #endif

Generated on Wed Dec 7 14:42:11 2005 for VisUE by  doxygen 1.4.5