Hey,
I see on the snapshots page that flight gear can be
modified for photo real airport environments. I live
near Easterwood Airport in College Station, Texas. I
have a geo referenced aerial photo (.tif) that I have
used for another application. How do I overlay the
image onto the geography and set the image intensity?
Do I need to modify the scenery files or the program
source code? I guess I would prefer simply changing
the batch file that I currently use in Microsoft XP.
This would load the image at runtime.
My current execution batch file is:
REM @ECHO OFF
set JSBSIM_DEBUG=0
REM Skip ahead to CONT1 if FG_ROOT has a value
IF NOT %FG_ROOT%.==. GOTO CONT1
SET TOP_ROOT=.
SET FG_ROOT=%TOP_ROOT%\DATA
:CONT1
REM Check for the existance of the executable
IF NOT EXIST %TOP_ROOT%\BIN\WIN32\FGFS.EXE GOTO ERROR1
REM Now that FG_ROOT has been set, run the program
ECHO FG_ROOT = %FG_ROOT%
%TOP_ROOT%\BIN\WIN32\FGFS.EXE --aircraft=asw20
--prop:/engines/engine0/running=true --disable-freeze
--disable-splash-screen
--native-fdm=socket,in,30,,5500,udp --fdm=external
--fog-nicest --disable-clouds
GOTO END
:ERROR1
ECHO Cannot find %TOP_ROOT%\BIN\WIN32\FGFS.EXE
GOTO END
:END
Thanks,
Josh
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d