Ignore:
Timestamp:
01/10/07 02:10:23 (17 years ago)
Author:
mattausch
Message:

worked on depth peeling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GlRenderer.h

    r1949 r1960  
    106106  virtual void RandomViewPoint(); 
    107107 
    108   void SetupFalseColor(const int id); 
     108  void SetupFalseColor(const unsigned int id); 
    109109  void RenderIntersectable(Intersectable *); 
    110110  void RenderViewCell(ViewCell *vc); 
     
    152152  virtual int GetHeight() const { return 0; } 
    153153 
    154   int GetId(int r, int g, int b) const; 
     154  unsigned int GetId(const unsigned char r,  
     155                                         const unsigned char g,  
     156                                         const unsigned char b) const; 
    155157 
    156158  inline const bool GetSnapErrorFrames() { return mSnapErrorFrames; } 
Note: See TracChangeset for help on using the changeset viewer.