Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Name

lod --- Level Of Detail display

Syntax

lod [frustum] [poi] [map] [dis] [upd] [automatic] [epsilon] [image] [typesizes] [errtest] [delta] [camdist] [campoi] [setcampoi] [poifrustum] [profilerstart] [profilerstop] [lodgrid] [calculate] [gentestseis] [normal] [normalmap] [triangulate] [resample] [usevertextexture] [vertextextureprecision] [usethread] [report] [glversion] [glvendor] [glextensions] [glrenderer] [glreport] [dgp] [contour] [nolodmap] [debug]

Description

Command using multiple downsampled/decimated versions of the dataset for fast display of large datasets.

Syntax for lod poi

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

Arguments">Arguments

range min max 

Unknown macro: {indent}

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

zerocenter

Unknown macro: {indent}

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))

point_size size

Unknown macro: {indent}

Size of the points to display. The default value is 1.0.

color_filling_method "solid" | "continous" | "discreet"

Unknown macro: {indent}

Specify the coloring method to be used for the grid surface.
"solid" - The same color everywhere. See the "solid_color" argument for how to specify the color.
"continous" - A color lookup table is used for coloring based on depth.
"discreet" - A single color is selected from the color lookup table for each region between the contour lines. The color is taken from the color lookup table.

contour_increment distance

Unknown macro: {indent}

Display evenly spaced color regions with distance in meters between regions.

contour_values num_values value1 .. value32

Unknown macro: {indent}

Explicitly specify the color regions.
num_values is an integer, valueXX are floats representing depth in meters.

contour_aml

Unknown macro: {indent}

Display color regions according to the Additional Military Layers specification:
For depths less than 100 meters the color regions are 5 meters tall.
For depths between 100 and 400 meters the color regions are 10 meters tall.
For depths greater than 400 meters the color regions are 20 meters tall.

solid_color r g b

Unknown macro: {indent}

Specify the color to be used with "solid" color display.
The RGB values should be between 0.0 and 1.0.

show_all_points

Unknown macro: {indent}

Always show all the points in the dataset.

Syntax for lod map

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

Arguments">Arguments

range min max 

Unknown macro: {indent}

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

zerocenter

Unknown macro: {indent}

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))

showfullresmesh

Unknown macro: {indent}

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

Unknown macro: {indent}

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

contour_values num_values value1 .. value32

Unknown macro: {indent}

Display a given number of contour values.
num_values is an integer, valueXX are floats representing depth.

contour_aml

Unknown macro: {indent}

Display contour lines according to the Additional Military Layers specification:
For depths less than 100 meters the distance between the contour lines is 5 meters.
For depths between 100 and 400 meters the distance between the contour lines is 10 meters.
For depths greater than 400 meters the distance between the contour lines is 20 meters.

color_filling_method "solid" | "continous" | "discreet"

Unknown macro: {indent}

Specify the coloring method to be used for the grid surface.
"solid" - The same color everywhere. See the "solid_color" argument for how to specify the color.
"continous" - A color lookup table is used for coloring based on depth.
"discreet" - A single color is selected from the color lookup table for each region between the contour lines. The color is taken from the color lookup table.

solid_color r g b

Unknown macro: {indent}

Specify the color to be used with "solid" color display.
The RGB values should be between 0.0 and 1.0.

show_contour_lines line_thickness

Unknown macro: {indent}

Display contour lines with the given line thickness.
The line thickness should be between 0.1 and 10.0.
The default line thickness is 1.0.

contour_line_color r g b

Unknown macro: {indent}

Specify the color of the contour lines.
The RGB values should be between 0.0 and 1.0.
The default color is black (0.0 0.0 0.0).

 

textures image1 ... image8

Unknown macro: {indent}

Texture overlay/projection of a maximum of 8 images from the project manager.

 

Examples

Ex.1: Title-of-example

lod report;# Example bla bla
Unknown macro: {pagebreak}
  • No labels