Blender V2.61 - r43446
|
#include <algorithm>
#include <iostream>
#include "COLLADABUPlatform.h"
#include "COLLADAFWMeshPrimitive.h"
#include "COLLADAFWMeshVertexData.h"
#include "COLLADAFWPolygons.h"
#include "BKE_blender.h"
#include "BKE_customdata.h"
#include "BKE_displist.h"
#include "BKE_global.h"
#include "BKE_library.h"
#include "BKE_main.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "BKE_object.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "MEM_guardedalloc.h"
#include "ArmatureImporter.h"
#include "MeshImporter.h"
#include "collada_utils.h"
Go to the source code of this file.
Functions | |
template<class T > | |
static const char * | bc_get_dae_name (T *node) |
static const char * | bc_primTypeToStr (COLLADAFW::MeshPrimitive::PrimitiveType type) |
static const char * | bc_geomTypeToStr (COLLADAFW::Geometry::GeometryType type) |
Definition in file MeshImporter.cpp.
static const char* bc_geomTypeToStr | ( | COLLADAFW::Geometry::GeometryType | type | ) | [static] |
Definition at line 96 of file MeshImporter.cpp.
Referenced by MeshImporter::write_geometry().
static const char* bc_get_dae_name | ( | T * | node | ) | [static] |
Definition at line 65 of file MeshImporter.cpp.
Referenced by MeshImporter::write_geometry().
static const char* bc_primTypeToStr | ( | COLLADAFW::MeshPrimitive::PrimitiveType | type | ) | [static] |
Definition at line 71 of file MeshImporter.cpp.