|
Blender V4.5
|
#include <sstream>#include "COLLADABUUtils.h"#include "COLLADASWPrimitves.h"#include "COLLADASWSource.h"#include "COLLADASWVertices.h"#include "GeometryExporter.h"#include "DNA_key_types.h"#include "DNA_meshdata_types.h"#include "BLI_math_vector_types.hh"#include "BLI_string.h"#include "BKE_attribute.hh"#include "BKE_customdata.hh"#include "BKE_key.hh"#include "BKE_lib_id.hh"#include "BKE_material.hh"#include "BKE_mesh.hh"#include "collada_internal.h"#include "collada_utils.h"Go to the source code of this file.
Typedefs | |
| using | float3 |
Functions | |
| static void | prepareToAppendValues (bool is_triangulated, COLLADASW::PrimitivesBase &primitive_list, std::vector< ulong > &vcount_list) |
| static void | finish_and_delete_primitive_List (bool is_triangulated, COLLADASW::PrimitivesBase *primitive_list) |
| static COLLADASW::PrimitivesBase * | create_primitive_list (bool is_triangulated, COLLADASW::StreamWriter *mSW) |
| static bool | collect_vertex_counts_per_poly (Mesh *mesh, int material_index, std::vector< ulong > &vcount_list) |
| bool | operator< (const Normal &a, const Normal &b) |
| using blender::float3 |
Definition at line 619 of file BLI_math_vector_types.hh.
|
static |
Definition at line 293 of file GeometryExporter.cpp.
References Geometry::attributes, blender::bke::Face, faces, i, and blender::bke::AttributeAccessor::lookup_or_default().
Referenced by GeometryExporter::create_mesh_primitive_list().
|
static |
Definition at line 279 of file GeometryExporter.cpp.
Referenced by GeometryExporter::create_mesh_primitive_list().
|
static |
Definition at line 267 of file GeometryExporter.cpp.
Referenced by GeometryExporter::create_mesh_primitive_list().
Definition at line 581 of file GeometryExporter.cpp.
|
static |
Definition at line 252 of file GeometryExporter.cpp.
References prepareToAppendValues().
Referenced by GeometryExporter::create_mesh_primitive_list(), and prepareToAppendValues().