diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | fonts/COPYRIGHT.TXT | 124 | ||||
-rw-r--r-- | fonts/VeraMono.ttf | bin | 0 -> 49224 bytes | |||
-rw-r--r-- | heightmap.png | bin | 0 -> 354784 bytes | |||
-rw-r--r-- | quadtree.cpp | 30 | ||||
-rw-r--r-- | scene.cpp | 8 | ||||
-rw-r--r-- | textures/README | 3 | ||||
-rw-r--r-- | textures/zooboing-366-grass.jpg | bin | 0 -> 679936 bytes | |||
-rw-r--r-- | textures/zooboing-469-sand-modified.jpg | bin | 0 -> 410090 bytes | |||
-rw-r--r-- | textures/zooboing-825-stone-modified.jpg | bin | 0 -> 207502 bytes |
10 files changed, 155 insertions, 14 deletions
@@ -1,7 +1,5 @@ .sconsign.dblite /foo *.o -*.ttf -*.png -*.jpg .*.swp +/textures/unused/ diff --git a/fonts/COPYRIGHT.TXT b/fonts/COPYRIGHT.TXT new file mode 100644 index 0000000..e651be1 --- /dev/null +++ b/fonts/COPYRIGHT.TXT @@ -0,0 +1,124 @@ +Bitstream Vera Fonts Copyright + +The fonts have a generous copyright, allowing derivative works (as +long as "Bitstream" or "Vera" are not in the names), and full +redistribution (so long as they are not *sold* by themselves). They +can be be bundled, redistributed and sold with any software. + +The fonts are distributed under the following copyright: + +Copyright +========= + +Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream +Vera is a trademark of Bitstream, Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the fonts accompanying this license ("Fonts") and associated +documentation files (the "Font Software"), to reproduce and distribute +the Font Software, including without limitation the rights to use, +copy, merge, publish, distribute, and/or sell copies of the Font +Software, and to permit persons to whom the Font Software is furnished +to do so, subject to the following conditions: + +The above copyright and trademark notices and this permission notice +shall be included in all copies of one or more of the Font Software +typefaces. + +The Font Software may be modified, altered, or added to, and in +particular the designs of glyphs or characters in the Fonts may be +modified and additional glyphs or characters may be added to the +Fonts, only if the fonts are renamed to names not containing either +the words "Bitstream" or the word "Vera". + +This License becomes null and void to the extent applicable to Fonts +or Font Software that has been modified and is distributed under the +"Bitstream Vera" names. + +The Font Software may be sold as part of a larger software package but +no copy of one or more of the Font Software typefaces may be sold by +itself. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL +BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, +OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT +SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. + +Except as contained in this notice, the names of Gnome, the Gnome +Foundation, and Bitstream Inc., shall not be used in advertising or +otherwise to promote the sale, use or other dealings in this Font +Software without prior written authorization from the Gnome Foundation +or Bitstream Inc., respectively. For further information, contact: +fonts at gnome dot org. + +Copyright FAQ +============= + + 1. I don't understand the resale restriction... What gives? + + Bitstream is giving away these fonts, but wishes to ensure its + competitors can't just drop the fonts as is into a font sale system + and sell them as is. It seems fair that if Bitstream can't make money + from the Bitstream Vera fonts, their competitors should not be able to + do so either. You can sell the fonts as part of any software package, + however. + + 2. I want to package these fonts separately for distribution and + sale as part of a larger software package or system. Can I do so? + + Yes. A RPM or Debian package is a "larger software package" to begin + with, and you aren't selling them independently by themselves. + See 1. above. + + 3. Are derivative works allowed? + Yes! + + 4. Can I change or add to the font(s)? + Yes, but you must change the name(s) of the font(s). + + 5. Under what terms are derivative works allowed? + + You must change the name(s) of the fonts. This is to ensure the + quality of the fonts, both to protect Bitstream and Gnome. We want to + ensure that if an application has opened a font specifically of these + names, it gets what it expects (though of course, using fontconfig, + substitutions could still could have occurred during font + opening). You must include the Bitstream copyright. Additional + copyrights can be added, as per copyright law. Happy Font Hacking! + + 6. If I have improvements for Bitstream Vera, is it possible they might get + adopted in future versions? + + Yes. The contract between the Gnome Foundation and Bitstream has + provisions for working with Bitstream to ensure quality additions to + the Bitstream Vera font family. Please contact us if you have such + additions. Note, that in general, we will want such additions for the + entire family, not just a single font, and that you'll have to keep + both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add + glyphs to the font, they must be stylistically in keeping with Vera's + design. Vera cannot become a "ransom note" font. Jim Lyles will be + providing a document describing the design elements used in Vera, as a + guide and aid for people interested in contributing to Vera. + + 7. I want to sell a software package that uses these fonts: Can I do so? + + Sure. Bundle the fonts with your software and sell your software + with the fonts. That is the intent of the copyright. + + 8. If applications have built the names "Bitstream Vera" into them, + can I override this somehow to use fonts of my choosing? + + This depends on exact details of the software. Most open source + systems and software (e.g., Gnome, KDE, etc.) are now converting to + use fontconfig (see www.fontconfig.org) to handle font configuration, + selection and substitution; it has provisions for overriding font + names and subsituting alternatives. An example is provided by the + supplied local.conf file, which chooses the family Bitstream Vera for + "sans", "serif" and "monospace". Other software (e.g., the XFree86 + core server) has other mechanisms for font substitution. + diff --git a/fonts/VeraMono.ttf b/fonts/VeraMono.ttf Binary files differnew file mode 100644 index 0000000..139f0b4 --- /dev/null +++ b/fonts/VeraMono.ttf diff --git a/heightmap.png b/heightmap.png Binary files differnew file mode 100644 index 0000000..2333514 --- /dev/null +++ b/heightmap.png diff --git a/quadtree.cpp b/quadtree.cpp index 8bc366c..c60fd27 100644 --- a/quadtree.cpp +++ b/quadtree.cpp @@ -238,18 +238,34 @@ void Quadtree::QuadChunk::make_vbo() { for(unsigned int index = 0; index < node_count; index++) { Quadtree::QuadNode *node = nodes[index]; - float tex_coords[4][3][2] = { - {{.5, .5}, {0, 0}, {0, 1}}, - {{.5, .5}, {0, 1}, {1, 1}}, - {{.5, .5}, {1, 1}, {1, 0}}, - {{.5, .5}, {1, 0}, {0, 0}} + float tex_coords[4][4][3][2] = { + {{{.25, .25}, {0, 0}, {0, .5}}, + {{.25, .25}, {0, .5}, {.5, .5}}, + {{.25, .25}, {.5, .5}, {.5, 0}}, + {{.25, .25}, {.5, 0}, {0, 0}}}, + + {{{.75, .25}, {.5, 0}, {.5, .5}}, + {{.75, .25}, {.5, .5}, {1, .5}}, + {{.75, .25}, {1, .5}, {1, 0}}, + {{.75, .25}, {1, 0}, {.5, 0}}}, + + {{{.25, .75}, {0, .5}, {0, 1}}, + {{.25, .75}, {0, 1}, {.5, 1}}, + {{.25, .75}, {.5, 1}, {.5, .5}}, + {{.25, .75}, {.5, .5}, {0, .5}}}, + + {{{.75, .75}, {.5, .5}, {.5, 1}}, + {{.75, .75}, {.5, 1}, {1, 1}}, + {{.75, .75}, {1, 1}, {1, .5}}, + {{.75, .75}, {1, .5}, {.5, .5}}} }; for(int i = 0; i < 4; i++) { float *v = buffer + vertex_chunk_size*index + 3*3*i; for(int j = 0; j < 3; j++) { float *tc = buffer + vertices_size + normals_size + tex_coord_chunk_size*index + 6*i + 2*j; - tc[0] = tex_coords[i][j][0]*node->width; - tc[1] = tex_coords[i][j][1]*node->height; + int k = (fmodf(node->x, 2) == 0 ? 1 : 0) + (fmodf(node->y, 2) == 0 ? 2 : 0); + tc[0] = tex_coords[k][i][j][0]*node->width; + tc[1] = tex_coords[k][i][j][1]*node->height; } v[0] = node->vertex_array[0]; @@ -37,9 +37,9 @@ Scene::Scene() { glUseProgram(0); /* load textures */ - grass_texture = load_texture("textures/Grass0073_3_S.jpg"); - rock_texture = load_texture("textures/RockJagged0010_2_S.jpg"); - soil_texture = load_texture("textures/SoilSand0168_9_S.jpg"); + grass_texture = load_texture("textures/zooboing-366-grass.jpg"); + rock_texture = load_texture("textures/zooboing-825-stone-modified.jpg"); + soil_texture = load_texture("textures/zooboing-469-sand-modified.jpg"); /* load heightmap */ SDL_Surface *hm = IMG_Load("heightmap.png"); @@ -56,7 +56,7 @@ Scene::Scene() { qt = new Quadtree(w, h, heightmap); /* load font */ - font = new FTTextureFont("font.ttf"); + font = new FTTextureFont("fonts/VeraMono.ttf"); font->FaceSize(10); } diff --git a/textures/README b/textures/README new file mode 100644 index 0000000..545653d --- /dev/null +++ b/textures/README @@ -0,0 +1,3 @@ +All images in this folder prefixed with "zooboing-" are attributed to Patrick Hoesly, +licensed under a Creative Commons Attribution license. +Source: http://www.flickr.com/photos/zooboing/ diff --git a/textures/zooboing-366-grass.jpg b/textures/zooboing-366-grass.jpg Binary files differnew file mode 100644 index 0000000..a91e8eb --- /dev/null +++ b/textures/zooboing-366-grass.jpg diff --git a/textures/zooboing-469-sand-modified.jpg b/textures/zooboing-469-sand-modified.jpg Binary files differnew file mode 100644 index 0000000..9b42841 --- /dev/null +++ b/textures/zooboing-469-sand-modified.jpg diff --git a/textures/zooboing-825-stone-modified.jpg b/textures/zooboing-825-stone-modified.jpg Binary files differnew file mode 100644 index 0000000..b26de95 --- /dev/null +++ b/textures/zooboing-825-stone-modified.jpg |