Difference between revisions of "Plugin Configuration"
From Immersive Visualization Lab Wiki
Line 22: | Line 22: | ||
<Latitude value="30.628039" /> | <Latitude value="30.628039" /> | ||
</Site> | </Site> | ||
− | <Tessellation value=".2" /> | + | <Tessellation value=".2" /> <!-- determines how many triangles to use to draw a sphere --> |
− | <ArtifactPanel x="-200" y="25" z="100" scale="1.0" /> | + | <ArtifactPanel x="-200" y="25" z="100" scale="1.0" /> <!-- default location and scale for the selection dialog panel --> |
</ArtifactVis> | </ArtifactVis> | ||
Replace the data paths to the 'kyle' folder with the ones on your system. The DCCategories.txt and AreaMLociDepth.kml files are in with the plugin source, change the paths as needed. | Replace the data paths to the 'kyle' folder with the ones on your system. The DCCategories.txt and AreaMLociDepth.kml files are in with the plugin source, change the paths as needed. |
Revision as of 14:52, 5 June 2012
Contents |
Overview
In order for plugin to be functional, it must be built and given proper configuration in the CalVR Config File. This page is for listing library and data dependencies for a plugin, as well as providing an example for the xml configuration entry.
Plugins
ArtifactVis
Data
This plugin requires the models and images from the 'kyle' data folder.
Config Example
<ArtifactVis> <Database value="/home/aprudhom/data/kyle/artifact-databank/artifactslist.txt" /> <TopoFile value="/home/aprudhom/data/kyle/3d-model/Ken3dv3.wrl" /> <PicFolder value="/home/aprudhom/data/kyle/pictures/AllPics/" /> <DCInfoFile value="/home/aprudhom/CVRPlugins/calit2/ArtifactVis/DCCategories.txt" /> <LociFile value="/home/aprudhom/CVRPlugins/calit2/ArtifactVis/AreaMLociDepth.kml" /> <MaxVisibleRange value="1000000000.0" /> <Offset> <X value="-3396591.682" /> <Y value="-733458.55" /> <Z value="-49.44" /> </Offset> <Site> <Longitude value="35.491239" /> <Latitude value="30.628039" /> </Site> <Tessellation value=".2" /> <ArtifactPanel x="-200" y="25" z="100" scale="1.0" /> </ArtifactVis>
Replace the data paths to the 'kyle' folder with the ones on your system. The DCCategories.txt and AreaMLociDepth.kml files are in with the plugin source, change the paths as needed.