/[libvob]/libvob/include/vob/Renderer.hxx
ViewVC logotype

Diff of /libvob/include/vob/Renderer.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Sat Apr 19 19:37:32 2003 UTC revision 1.3 by tjl, Thu May 29 08:00:20 2003 UTC
# Line 29  public: Line 29  public:
29    
30      static bool sceneMoving;      static bool sceneMoving;
31    
32      static const int RENDERABLE0 = 0x0800000;      static const int RENDERABLE0 = 0x1000000;
33      static const int RENDERABLE1 = 0x1000000;      static const int RENDERABLE1 = 0x2000000;
34      static const int RENDERABLE2 = 0x2000000;      static const int RENDERABLE2 = 0x3000000;
35      static const int RENDERABLE3 = 0x3000000;      static const int RENDERABLE3 = 0x4000000;
36      static const int RMASK = 0xf800000;      static const int RENDERABLEN = 0x5000000;
37        static const int RMASK = 0x7000000;
38    
39      static void setStandardCoordinates(Vec wh);      static void setStandardCoordinates(Vec wh);
40      static void fpsTick();      static void fpsTick();
# Line 59  public: Line 60  public:
60                              ObjectStorer<Vob0> &r0s,                              ObjectStorer<Vob0> &r0s,
61                              ObjectStorer<Vob1> &r1s,                              ObjectStorer<Vob1> &r1s,
62                              ObjectStorer<Vob2> &r2s,                              ObjectStorer<Vob2> &r2s,
63                              ObjectStorer<Vob> &r3s) ;                              ObjectStorer<Vob3> &r3s,
64                                ObjectStorer<Vob> &rNs
65                                ) ;
66  };  };
67    
68    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26