Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Name

lod --- Level Of Detail display

...

Syntax for general commands

frustum

Create a polygonal model of the current view frustum in the active dataset.

automatic "on" | "off" 

Turn the automatic level of detail level selection on and off.

epsilon value

Approximate error in number of pixels. This affects which version of the decimated dataset is selected for display. Only positive values are supported. The default value is 1.0. A lower epsilon value means that a finer resolution version of the dataset is used for display.

glreport

Prints information about the active opengl GPU in the Messages window.

glextensions

Prints information about the opengl extensions in the Messages window.

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

lod dis [showfullresmesh] [col] [alpha]

Description

For displaying solid color grids.

Arguments

showfullresmesh 

Show gridlines on the grids when the finest (the original) version of the data has been selected and is used for display.

col r g b

Specify the color to be used.
The RGB values should be between 0.0 and 1.0.

alpha a

Specify the alpha to be used.
The alpha value should be between 0.0 and 1.0.

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

lod poi [range] [zerocenter] [point_size] [contour_increment] [contour_values] [contour_aml] [color_filling_method] [solid_color] [show_all_points][field]

Description

For displaying point cloud data.

Arguments

range min max 

Specify data range to be used for color lookups. When not specified the range of the data is used.

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

lod map [range] [zerocenter] [showfullresmesh] [contour_increment] [contour_values] [contour_aml] [color_filling_method] [solid_color] [show_contour_lines] [contour_line_color] [textures]

Description

For displaying grid data with color lookup table from height/depth, contour lines and projected images.

Arguments

range min max 

Specify data range to be used for color lookups. When not specified the range of the data is used.

zerocenter

Setting the data range to +- the maximum absoulute range of the dataset:
range_min = -max(abs(data_range_min), abs(data_range_max))
range_max = max(abs(data_range_min), abs(data_range_max))

...

Show gridlines on the grids when the finest (the original) version of the data has been selected and is used for display.

contour_increment distance

Display evenly spaced contour lines with distance in meters between contour lines.

...