awips2/cave/com.raytheon.uf.viz.radar.gl/plugin.xml
Ben Steffensmeier 79ab850efa Issue #772 switch satellite from offscreen rendering to mosaic for a more well defined graphics API.
Change-Id: If293a65f577f13f6ba2ccae41b100dd9542d6998

Former-commit-id: 009e769a180898cb62e9df4a604b40e139cf2886
2012-07-10 16:04:56 -05:00

10 lines
295 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="com.raytheon.uf.viz.core.graphicsExtension">
<graphicsExtension
class="com.raytheon.uf.viz.radar.gl.GLRadialMeshExtension">
</graphicsExtension>
</extension>
</plugin>