From b3f3483e9e794517f9459c098713b03830d7bf72 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 18 Nov 2012 00:38:37 +0100 Subject: [PATCH] Fixing a couple of typos. --- documentation/ModifyingTerrain.rst | 3 ++- documentation/Prerequisites.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/ModifyingTerrain.rst b/documentation/ModifyingTerrain.rst index 7bc06a15..8be6e0cb 100644 --- a/documentation/ModifyingTerrain.rst +++ b/documentation/ModifyingTerrain.rst @@ -1,3 +1,4 @@ ================= Modifying Terrain -================= \ No newline at end of file +================= +This document has yet to be written. \ No newline at end of file diff --git a/documentation/Prerequisites.rst b/documentation/Prerequisites.rst index cddb1d0b..d1a15298 100644 --- a/documentation/Prerequisites.rst +++ b/documentation/Prerequisites.rst @@ -1,11 +1,11 @@ ************* Prerequisites ************* -The PolyVox library is aimed at experinced games and graphics programmers who wish to incorporate voxel environments into their applications. It is not a drop in solution, but instead provides a set of building blocks which you can use to construct a complete system. Most of the functionality could be considered quite low-level. For example, it provides mesh extractors to generate a surface from volume data but requires the application developer to handle all tasks related to scene management and rendering of such data. +The PolyVox library is aimed at experienced games and graphics programmers who wish to incorporate voxel environments into their applications. It is not a drop in solution, but instead provides a set of building blocks which you can use to construct a complete system. Most of the functionality could be considered quite low-level. For example, it provides mesh extractors to generate a surface from volume data but requires the application developer to handle all tasks related to scene management and rendering of such data. As a result you will need a decent amount of graphics programming experience to effectively make use of the library. The purpose of this document is to highlight some of the core areas with which you will need to be familier. In some cases we also provide links to places where you can find more information about the subject in question. -You should also be aware that voxel terrain is still an open research area and has not yet seen widespread adoption in games and simulations. There are many questions to which we do not currently know the best answer and so you may have to do some research and experimentation yourself when trying to opbtain your desired result. Please do let us know if you come up with a trick or technique which you think could benefit other users. +You should also be aware that voxel terrain is still an open research area and has not yet seen widespread adoption in games and simulations. There are many questions to which we do not currently know the best answer and so you may have to do some research and experimentation yourself when trying to obtain your desired result. Please do let us know if you come up with a trick or technique which you think could benefit other users. Programming ===========