###############################################################################
# #
# Copyright © 1989-1991 by Artificial Horizons®, Inc. All rights reserved. #
# #
# This material constitutes the trade secrets and confidential, #
# proprietary information of Bruce Factor and Curtis Priem, and is #
# under license to Artificial Horizons, Inc. The material is not #
# to be disclosed, reproduced, copied, or used in any manner not #
# permitted under license from Artificial Horizons, Inc. For more #
# information email "ahi-interest@ahi.com". #
# #
###############################################################################
INTRO(3T) AVIATOR TERRAIN LIBRARY FUNCTIONS INTRO(3T)
NAME
intro - introduction to Aviator Terrain Library
DESCRIPTION
Section 3T describes user-level Aviator Terrain Library routines.
Aviator Terrain Library is used for generating and maintaining
custom terrain data files for use with the flight simulator program
Aviator.
Pages of special interest have been categorized as follows:
3T Aviator Terrain Library routines.
FILES
/usr/games/aviator/atl/h/atl.h
/usr/games/aviator/atl/lib/libatl.a
/usr/games/aviator/passwords
/usr/games/aviator/terrain/???_???
/usr/games/aviator/terrain/???_???.c32
ENVIRONMENT
The environment variable AVIATOR_HOME points to the home directory for
aviator, if it is other than /usr/games/aviator. AVIATOR_PASSWORDS
points to the file that contains the password file passwords, if it is
other than /usr/games/aviator/passwords or ${AVIATOR_HOME}/passwords.
passwords contains the password needed to use atl_color(). The
following are examples of how to set AVIATOR_HOME and
AVIATOR_PASSWORDS:
setenv AVIATOR_HOME /home/bigdisk/aviator
setenv AVIATOR_PASSWORDS /home/bigdisk/aviator/passwords
SEE ALSO
cc(1V), intro(1T), ld(1V), passwords(5A)
LIST OF LIBRARY FUNCTIONS
Name Appears on Page Description
atl_color atl_color(3T) create color data
atl_color_delete atl_color_delete(3T) delete color data
atl_color_post atl_color_post(3T) postprocess color data
atl_elevation atl_elevation(3T) create elevation data
atl_elevation_delete atl_elevation_delete(3T) delete elevation data
atl_elevation_post atl_elevation_post(3T) postprocess elevations
atl_rasterfile atl_rasterfile(3T) create Sun rasterfile
atl_shading atl_shading(3T) shade data
WARNINGS
The ATL terrain file formats may change from one release of aviator to
the next so that new features may be incorporated. The terrain file
generated for a given version of ATL will only work with the same
version of aviator binary.
ATL Release 1.8 Last change: 25 December 1991