#include "std/support.H"
#include "glew/glew.H"
#include "uv_data.H"
#include "uv_mapping.H"
#include "bmesh.H"
#include "std/config.H"
Include dependency graph for uv_mapping.C:
Go to the source code of this file.
Defines | |
#define | DEBUG_DOT_HEIGHT 200 |
#define | MAPPING_SIZE 100 |
#define | MAPPING_BINS MAPPING_SIZE*MAPPING_SIZE |
#define | DEBUG_SIZE (MAPPING_SIZE + DEBUG_DOT_HEIGHT)*MAPPING_SIZE |
|
Definition at line 19 of file uv_mapping.C. Referenced by UVMapping::compute_debug_image(), UVMapping::debug_dot(), and UVMapping::draw_debug(). |
|
Definition at line 23 of file uv_mapping.C. Referenced by UVMapping::clear_debug_image(), and UVMapping::compute_debug_image(). |
|
Definition at line 21 of file uv_mapping.C. Referenced by UVMapping::compute_debug_image(), UVMapping::compute_mapping(), and UVMapping::UVMapping(). |
|
Definition at line 20 of file uv_mapping.C. Referenced by UVMapping::add_face(), UVMapping::compute_debug_image(), UVMapping::compute_limits(), UVMapping::debug_dot(), UVMapping::draw_debug(), and UVMapping::find_face(). |