| Trees | Indices | Help | 
 | 
|---|
|  | 
 object --+            
          |            
??.instance --+        
              |        
         Action --+    
                  |    
         PglPrinter --+
                      |
                     VrmlPrinter
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 
setBackground( (VrmlPrinter)arg1, (Color3)arg2) -> bool :
    setBackGround( Color3)
    C++ signature :
        bool setBackground(class PGL::VrmlPrinter {lvalue},class PGL::Color3)
 | 
| 
 
setCamera( (VrmlPrinter)arg1, (Vector3)arg2, (float)arg3, (float)arg4, (str)arg5) -> bool :
    setCamera (Vector3 position, real_t az, real_t el, name)
    C++ signature :
        bool setCamera(class PGL::VrmlPrinter {lvalue},class TOOLS::Vector3,double,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
 | 
| 
 
setLight( (VrmlPrinter)arg1, (Vector3)arg2, (Color3)arg3, (Color3)arg4, (float)arg5) -> bool :
    setLight( position: Vector3, ambient: Color3, diffuse: Color3)
    C++ signature :
        bool setLight(class PGL::VrmlPrinter {lvalue},class TOOLS::Vector3,class PGL::Color3,class PGL::Color3,double)
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |