OMNeT++ provides support for 3D visualization of simulation scenes, with the help of the OpenSceneGraph and osgEarth libraries. Assemble an OSG scene and give it to a cOsgCanvas for visualization. 
Viewer styles. 
| Enumerator | 
|---|
| STYLE_GENERIC  | 
 For generic (non-osgEarth) OSG models.  
 | 
| STYLE_EARTH  | 
 For osgEarth models.  
 | 
 
 
      
        
          | enum CameraManipulatorType | 
        
      
 
Camera manupulator types. 
| Enumerator | 
|---|
| CAM_AUTO  | 
 Choose the camera manipulator automatically.  
 | 
| CAM_TERRAIN  | 
 Suitable for flying above an object or terrain.  
 | 
| CAM_OVERVIEW  | 
 Similar to TERRAIN, but only allows seeing the object from above.  
 | 
| CAM_TRACKBALL  | 
 Allows unrestricted movement centered around an object.  
 | 
| CAM_EARTH  | 
 Useful when viewing osgEarth scenes.  
 |