Tutorial

This is a basic tutorial covering the essentials of using PolyVox.

Note:
This is a work in progress. For now, the best example is the OpenGL example distributed with PolyVox in the example/OpenGL/ folder.
#include <Block.h>

int main(int argc, char *argv[])
{
    //blah blah
}