#include "bt_assert.h"
#include "symmetries.h"
#include "gridtype.h"
#include "types.h"
#include <stdio.h>
#include <string>


Go to the source code of this file.
Classes | |
| class | voxel_c |
| This class handles one voxel space. More... | |
Defines | |
| #define | FF_COLOR_LIGHT 0x01 |
| #define | FF_VARIABLE_MARK 0x02 |
| #define | FF_VARIABLE_FACE 0x04 |
| #define | FF_WIREFRAME 0x08 |
| #define | FF_BEVEL_FACE 0x10 |
| #define | FF_OFFSET_FACE 0x20 |
| #define | FF_PROCESSED_FACE 0x40 |
| #define | FF_INSIDE_FACE 0x80 |
| #define FF_BEVEL_FACE 0x10 |
Referenced by voxel_c::getMeshInternal().
| #define FF_COLOR_LIGHT 0x01 |
Referenced by voxel_c::getMeshInternal(), and makeSphere().
| #define FF_INSIDE_FACE 0x80 |
| #define FF_OFFSET_FACE 0x20 |
Referenced by voxel_c::getMeshInternal().
| #define FF_PROCESSED_FACE 0x40 |
| #define FF_VARIABLE_FACE 0x04 |
Referenced by makeSphere().
| #define FF_VARIABLE_MARK 0x02 |
Referenced by voxel_c::getMeshInternal().
| #define FF_WIREFRAME 0x08 |
Referenced by voxel_c::getMeshInternal(), and makeSphere().
1.5.8