Version 3 (modified by 14 years ago) (diff) | ,
---|
TracNav
Documentation
- Getting Started
BuildEnvironment...
- Terrain Data
- Architecture
Modules
osgVisual Configuration via XML...
- SerializationNotes
- ExecuterNotes
- CameraControl
- Theories of Terrain Deformation
- Theories of Image Distortion
- Home
About...
- Screenshots
- Downloads
Projection Designer...
- Wiki Edit
- Website Credits/Impressum
external Link
The extLink module is the visual systems connection to the rest of the simulator, especially to the simulation host. It recieves the values from the simulation host which control certain visual system modules or represent the visualized objects in the the visual system. Additionally it sends all return values back from the visual objects to the external simulation system
Implementation
extLink is a abstract base class which defines the interface to osgVisual each ectLink implementation must provide. See visual_extLinkDummy and visual_extLinkVCL for certain implementations.