logo

3.8.0 documentation

  • Downloads
    • Current Release
    • Installation Instructions
    • Sample Data
    • Third Party Libraries
  • Data Format Requirements
    • Natively Supported Data Formats
    • Data Formatting Instructions
      • Non CF-Compliant NetCDF
        • NetCDF-CF Requirements
        • Examples
      • Raw Binary Data
        • Brick of Values (BOV)
        • Converting raw binary data into VDC
      • Data Collection Particles (DCP)
    • Big Data with VDC
      • VDC Conversion Commands
    • Notes on Different Formats
  • VAPOR Application Reference
    • Quick Start Guide
    • The Renderers
      • Basic Renderer Controls
      • Contours
      • 2D Data
      • Image Renderer
        • makeGeotiff.py
      • Volume Renderer
      • Isosurfaces
      • Flow
      • Slices
      • Barbs
      • Wire Frames
      • 3D Models
      • Particle Renderer
    • Navigation Settings
    • Global Settings
    • Other Tools
      • Python Engine
      • 2D Plots
      • Statistics
      • The vapor_wrf module
      • The vapor_utils module
  • Python API Reference
    • Download and Installation
    • Examples
    • Class Reference
  • YouTube Channel
  • Get Help on Our Forum
  • Contributing to Vapor
    • Creating a Data Reader
    • Creating a Renderer
  • Citation and License
  • repository
  • open issue
  • suggest edit
  • .rst
Contents
  • Annotations
  • Animation
  • Viewpoint
    • Off Screen Rendering

Navigation Settings

Contents

  • Annotations
  • Animation
  • Viewpoint
    • Off Screen Rendering

Navigation Settings#

At the top level of Vapor’s control menu, there is a top-level tab called Navigation, which contains settings that help users identify and visualize where they are in the scene. The Navigation tab is composed of an Annotation tab, and a Viewpoint tab.

Annotations#

In the Annotaitons tab, users can add Axis Annotations, Time Annotations, and 3D arrows that indicate which direction the X, Y, and Z axes are oriented in. Users can also control whether they want to render bounding boxes that indicate the extents of their domain.

Animation#

Currently in development.

Viewpoint#

The Viewpoint tab contains tools that let the user apply global transforms to datasets that they have loaded. This is similar to how individual renderers can be transformed, but in this case the transform applies to all renderers in a dataset.

Projection strings can also be modified if a dataset is georeferenced.

Finally, camera position and direction values are displayed here and may be changed numerically for convenience.

../_images/viewpointTab.png

The Viewpoint Tab, within the top-level Navigation tab#

Off Screen Rendering#

Sometimes users will want to produce snapshots or animations at a higher resolution than their current display. A rendering can be captured at 4k, or any user-defined resolution by modifying the Framebuffer Settings section of the Viewpoint tab. Simply check the “User Custom Output Size” checkbox, and enter the width and height of the image sequence you would like to capture.

previous

Particle Renderer

next

Global Settings

© Copyright 2023 University Corporation for Atmospheric Research.