Blender V4.3
blender::io::obj::MeshFromGeometry Class Reference

#include <obj_import_mesh.hh>

Inherits blender::NonMovable, and blender::NonCopyable.

Public Member Functions

 MeshFromGeometry (Geometry &mesh_geometry, const GlobalVertices &global_vertices)
 
Meshcreate_mesh (const OBJImportParams &import_params)
 
Objectcreate_mesh_object (Main *bmain, Map< std::string, std::unique_ptr< MTLMaterial > > &materials, Map< std::string, Material * > &created_materials, const OBJImportParams &import_params)
 

Detailed Description

Make a Blender Mesh Object from a Geometry of GEOM_MESH type.

Definition at line 26 of file obj_import_mesh.hh.

Constructor & Destructor Documentation

◆ MeshFromGeometry()

blender::io::obj::MeshFromGeometry::MeshFromGeometry ( Geometry & mesh_geometry,
const GlobalVertices & global_vertices )
inline

Definition at line 32 of file obj_import_mesh.hh.

Member Function Documentation

◆ create_mesh()

◆ create_mesh_object()

Object * blender::io::obj::MeshFromGeometry::create_mesh_object ( Main * bmain,
Map< std::string, std::unique_ptr< MTLMaterial > > & materials,
Map< std::string, Material * > & created_materials,
const OBJImportParams & import_params )

The documentation for this class was generated from the following files: