removed old ocaml 3d visualization/map stuff

This commit is contained in:
Felix Ruess
2011-10-15 20:42:29 +02:00
parent 2229f3a888
commit ea16757203
3 changed files with 0 additions and 596 deletions
-45
View File
@@ -1,45 +0,0 @@
OCAMLOPT0 = ocamlopt
OCAMLC = ocamlc $(shell ocamlfind query -r -i-format xml-light)
MLFLAGS = $(shell ocamlfind query -r -i-format lablGL) $(shell ocamlfind query -r -i-format lablgtk2) $(shell ocamlfind query -r -i-format camlimages) -I ../../lib/ocaml
OCAMLOPT = $(OCAMLOPT0) $(OCAMLOPT_OPTIONS)
SRC = mapGL.ml
OBJS= $(SRC:.ml=.cmo)
LINK= $(OCAMLC) $(MLFLAGS)
LIBS_CI = ci_core.cma ci_gif.cma ci_jpeg.cma ci_tiff.cma ci_bmp.cma ci_ppm.cma ci_png.cma \
ci_xpm.cma ci_ps.cma ci_freetype.cma
STDLIBS = unix.cma str.cma xml-light.cma lablgtk.cma lablgnomecanvas.cma lablgl.cma lablgtkgl.cma $(LIBS_CI)
ADD_LIBS = glibivy-ocaml.cma lib-pprz.cma xlib-pprz.cma
CLIBS = -cclib -lpthread
all: mapGL
clean:
\rm -f mapGL *.cm* *.o *.a *~ *.opt *.out *.top *.output *obj *exe \
stars_lexer.ml stars_parser.mli stars_parser.ml .depend
# Executables
mapGL: mapGL.ml
$(OCAMLC) -custom $(MLFLAGS) $(STDLIBS) gtkInit.cmo $(ADD_LIBS) -o $@ $< $(CLIBS)
# Do not edit below this line
.depend:
ocamldep *.mli *.ml *.mly *.mll > .depend
.SUFFIXES: .ml .mli .cmo .cmi .cmx
.ml.cmo:
$(OCAMLC) $(MLFLAGS) -labels -w s -c $<
.mli.cmi:
$(OCAMLC) $(MLFLAGS) -labels -w s -c $<
.ml.cmx:
$(OCAMLOPT) $(MLFLAGS) -labels -w s -c $<
ifneq ($(MAKECMDGOALS),clean)
-include .depend
endif
-20
View File
@@ -1,20 +0,0 @@
add waypoint icons
add aircraft icon
add camera trace on ground
manage aircraft track length (limit to n minutes)
map video frame (photos) on ground surface
transform photos (translate, rotate, zoom)
save photos position and visibility for future reload.
manage photos (like layers in a cad program )
add fact_alti adjust
support several aircrafts, maybe with an identification label (3D radar track ? )
select aircraft, waypoints (would it be possible??)
support viewpoint selection using function keys - viewpoints are defined in the flight plan ?
File diff suppressed because it is too large Load Diff