]> git.mxchange.org Git - simgear.git/commit
Add curvature to ocean tiles.
authortimoore <timoore>
Sun, 12 Aug 2007 21:03:43 +0000 (21:03 +0000)
committertimoore <timoore>
Sun, 12 Aug 2007 21:03:43 +0000 (21:03 +0000)
commit6c30f6269388c8eb4b850e4817567c06f79c8d80
tree75a0ce662a6da6460e24634a64cd3d712a783f6b
parentab5b0382da8bf6d1d8aa73e6dc8dd13e778073b5
Add curvature to ocean tiles.

An apron around the tile hides cracks with coastal tiles.

The VectorArrayAdapter, which lives in the simgear namespace, is a useful
utility class for treating vectors as 2D arrays.
simgear/misc/texcoord.cxx
simgear/misc/texcoord.hxx
simgear/scene/tgdb/SGOceanTile.cxx
simgear/scene/util/Makefile.am
simgear/scene/util/VectorArrayAdapter.hxx [new file with mode: 0644]