Skip to main content

Project Data Tree Structure

The Project Data Tree displays spatial data objects (point clouds, meshes, images, etc.) organized hierarchically in the left panel "Data" tab. This page documents all data types in the exact order they appear, as defined in ProjectDataViewBar::PopulateDataTree().

Tree Structure Table

The following table lists all data types in the Project Data Tree in the exact order they appear. Click the links to access context menu commands and property documentation for each data type.

Data Tree ItemContext MenuPropertiesNotes
Point CloudsContext MenuPropertiesTop-level group for point cloud data
Scan PositionsContext MenuScanner origins from TLS data
PhotographsContext MenuPropertiesPositioned photographs in 3D space
Satellite ImagesContext MenuPropertiesGeoreferenced satellite/aerial imagery
2D Raster DataPropertiesHeight maps and raster grids (development builds)
Triangular MeshesContext MenuPropertiesSurface meshes with optional textures
Tiled ModelContext MenuPropertiesLevel-of-detail tiled datasets
LogsContext MenuPropertiesStratigraphic sections and well logs
PanelsPanel templates (development builds)
WaypointsPropertiesGeographic location markers
SamplesPropertiesSample point locations with facies codes
LabelsContext MenuPropertiesText annotations in 3D space
CT Image StackContext MenuPropertiesVolumetric medical/micro-CT data (development builds)
Eclipse GridContext MenuProperties3D geocellular models (development builds)
MultimediaPropertiesPositioned multimedia content
BillboardsPropertiesCamera-facing image panels (Presentation Slides)
GIS LayersContext MenuVector GIS data with attributes
Scale BarsPropertiesVisual scale reference objects
VRGS EarthPropertiesSpherical Earth model with terrain
Ortho PanelsContext MenuPropertiesOrthographic cross-section panels
XY Plots2D chart visualisations in 3D space (development builds)
Fire FountainVolcanic fire fountain simulations (experimental)
    ├─ AttributesContext MenuPropertiesMesh attribute layers (sub-item)
    ├─ Texture ImagesContext MenuTexture maps for meshes (sub-item)
    ├─ Projective ImagesContext MenuCamera positions for texture projection (sub-item)
    ├─ Photogrammetric ImagesContext MenuPhotogrammetric camera sources (sub-item)
    ├─ Tie PointsContext MenuPropertiesGround control points (sub-item)
GeotoursGuided tour sequences (special mode)

Table Notes

  • Top-level items appear as main groups in the Project Data Tree
  • Sub-items (marked with ├─) appear nested under their parent items (e.g., Attributes appear under individual mesh items)
  • Items marked (development builds) or (experimental) may not appear in all VRGS versions
  • Context Menu links show right-click operations for that data type
  • Properties links show properties available when the item is selected
  • indicates no dedicated documentation page exists (uses default operations)

Tree Hierarchy Visual

Project Data Tree
├── Point Clouds
├── Scan Positions
├── Photographs
├── Satellite Images
├── 2D Raster Data
├── Triangular Meshes
│ ├── [Mesh Items]
│ │ ├── Attributes
│ │ ├── Texture Images
│ │ ├── Projective Images
│ │ ├── Photogrammetric Images
│ │ └── Tie Points
├── Tiled Model
├── Logs
├── Panels
├── Waypoints
├── Samples
├── Labels
├── CT Image Stack
├── Eclipse Grid (Voxel Models)
│ └── [Voxel Attributes]
├── Multimedia
├── Billboards (Presentation Slides)
├── GIS Layers
├── Scale Bars
├── VRGS Earth (Globe)
├── Ortho Panels
├── XY Plots
├── Fire Fountain
└── Geotours (special mode)

Common Interactions

Click checkbox: Show/hide object in 3D view

Single click item: Select object and display properties

Double-click item: Zoom to object (Go To) or open editor

Right-click item: Display context menu with operations

Right-click group: Display group operations menu


This documentation reflects the data tree structure as defined in ProjectDataViewBar::PopulateDataTree() for VRGS 2020 and later versions.