#include "voxel.h"
#include "../tools/xml.h"
#include "../halfedge/polyhedron.h"
#include "../halfedge/vector3.h"
#include "../halfedge/modifiers.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Defines | |
#define | BBHSCACHE_UNINIT -30000 |
the value tha signifies uninitialized values for the hotspot and bounding box cache | |
#define | BBHSCACHE_NOT_DEF -30001 |
the value means that this entry for the bounding box hotspot cache is not defines due to an undefined orientation of the piece |
#define BBHSCACHE_NOT_DEF -30001 |
the value means that this entry for the bounding box hotspot cache is not defines due to an undefined orientation of the piece
Referenced by voxel_c::getBoundingBox(), and voxel_c::getHotspot().
#define BBHSCACHE_UNINIT -30000 |
the value tha signifies uninitialized values for the hotspot and bounding box cache
Referenced by voxel_c::getBoundingBox(), voxel_c::getHotspot(), voxel_c::recalcBoundingBox(), and voxel_c::setHotspot().