(no preview)

Panorama converter  samples.panorama.converter.PanoramaConverter

This is a command-line sample. Click More info for run instructions.

This command-line tool demonstrates how to convert any data format that contains valid Panoramic image data into the Luciad Panorama Format. The Luciad Panorama Format is optimized for serving the Panoramic image data with LuciadFusion and visualizing with LuciadRIA. Refer to the Panoramic image section of the documentation for more information.

Run the sample using the shell script in the samples folder:

panorama.converter.bat -i=<inputFile> -o=<outputFile>

 


Preview

Panorama Viewer  samples.panorama.viewer.MainPanel

This sample can visualize panorama locations on the map, display the raw images and process them into a Luciad Panorama.

Instructions
  • Load a panorama dataset.
    The panorama positions are displayed on the map as points.
  • Select a panorama on the map.
    The image(s) of the panorama are displayed on the left. Use the combobox at the bottom to select a specific image.
  • Process the selected panorama into a Luciad Panorama.
    The resulting cubemap images are displayed on the right.

This sample can be used as a debugging tool when implementing a custom panorama format.
The Luciad Panorama is not stored, use the Panorama Converter sample or LuciadFusion to fully process panoramas.
Refer to the Panoramic images section of the documentation.