[SCM] osgearth branch, master, updated. debian/1.4.1-1-71-gecb0256
Bas Couwenberg
sebastic at xs4all.nl
Wed Sep 18 11:46:13 UTC 2013
The following commit has been merged in the master branch:
commit 2c8ee4da13b5d2533efcc326bb9590aa104b5d92
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Sep 16 03:09:25 2013 +0200
Add man page for: osgearth_boundarygen.
diff --git a/debian/changelog b/debian/changelog
index e2d2c65..e89cdcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ osgearth (2.4.0+dfsg-4) UNRELEASED; urgency=low
- osgearth_package
- osgearth_tfs
- osgearth_backfill
+ - osgearth_boundarygen
-- Bas Couwenberg <sebastic at xs4all.nl> Fri, 13 Sep 2013 15:14:27 +0200
diff --git a/debian/man/osgearth_boundarygen.1.xml b/debian/man/osgearth_boundarygen.1.xml
new file mode 100644
index 0000000..a010d29
--- /dev/null
+++ b/debian/man/osgearth_boundarygen.1.xml
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='osgearth_boundarygen'>
+
+ <refmeta>
+ <refentrytitle>osgearth_boundarygen</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>osgearth_boundarygen</refname>
+ <refpurpose>generate boundary geometry</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>osgearth_boundarygen</command>
+ <arg choice='plain'><replaceable>model_file</replaceable></arg>
+ <group>
+ <arg choice='opt'><option>--out</option> <replaceable>path</replaceable></arg>
+ <arg choice='opt'><option>--no-geocentric</option></arg>
+ <arg choice='opt'><option>--convex-hull</option></arg>
+ <arg choice='opt'><option>--verbose</option></arg>
+ <arg choice='opt'><option>--view</option></arg>
+ </group>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+ <para>
+ <command>osgearth_boundarygen</command> generates boundary geometry that
+ you can use with an osgEarth <mask> layer in order to stich an
+ external model into the terrain.
+ </para>
+ </refsect1>
+
+ <refsect1 id='options'>
+ <title>OPTIONS</title>
+ <variablelist>
+
+ <varlistentry>
+ <term><replaceable>model_file</replaceable></term>
+ <listitem>
+ <para>Path to the model file</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--out</option> <replaceable>path</replaceable></term>
+ <listitem>
+ <para>output file for boundary geometry (default is boundary.txt)</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--no-geocentric</option></term>
+ <listitem>
+ <para>Skip geocentric reprojection (for flat databases)</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--convex-hull</option></term>
+ <listitem>
+ <para>calculate a convex hull instead of a full boundary</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--verbose</option></term>
+ <listitem>
+ <para>print progress to console</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--view</option></term>
+ <listitem>
+ <para>show result in 3D window</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </refsect1>
+
+</refentry>
diff --git a/debian/osgearth.manpages b/debian/osgearth.manpages
index 69ec038..5e8369c 100644
--- a/debian/osgearth.manpages
+++ b/debian/osgearth.manpages
@@ -4,3 +4,4 @@ debian/man/osgearth_cache.1
debian/man/osgearth_package.1
debian/man/osgearth_tfs.1
debian/man/osgearth_backfill.1
+debian/man/osgearth_boundarygen.1
--
osgEarth terrain rendering toolkit
More information about the Pkg-grass-devel
mailing list