# HG changeset patch # User saiam # Date 1228776679 0 # Node ID a17043af6995370021211af4006ecab67fb6d074 # Parent f94a5c1920973db8b565a47d71746626cfc60ff3 Moved one link from source to documentation. diff -r f94a5c192097 -r a17043af6995 doc/kishna.tex --- a/doc/kishna.tex Mon Dec 08 22:37:27 2008 +0000 +++ b/doc/kishna.tex Mon Dec 08 22:51:19 2008 +0000 @@ -188,6 +188,7 @@ \bibitem{gaffer} Gaffer on games. Game Physics. 2006. http://gafferongames.wordpress.com/game-physics/ (read: 2008-12-08) +\bibitem{fractal} Terrain texture generation. http://www.gameprogrammer.com/fractal.html \end{thebibliography} \end{document} diff -r f94a5c192097 -r a17043af6995 src/Terrain.cc --- a/src/Terrain.cc Mon Dec 08 22:37:27 2008 +0000 +++ b/src/Terrain.cc Mon Dec 08 22:51:19 2008 +0000 @@ -79,9 +79,6 @@ } } -/** - * Algorithm read from http://www.gameprogrammer.com/fractal.html - */ void Terrain::generate_texture (void) { int texturesize = 128; texture = std::vector >(texturesize, std::vector(texturesize));