#include <MRCMisc/exports.h>
Go to the source code of this file.
◆ MR_Mesh
◆ MR_MeshAttributesToUpdate
◆ MR_std_function_void_from_MR_EdgeId_MR_EdgeId
◆ MR_meshOnEdgeSplitAttribute()
auto uvCoords = obj_->getUVCoords(); auto texturePerFace = obj_->getTexturePerFace(); MeshAttributesToUpdate meshParams; if ( !uvCoords.empty() ) meshParams.uvCoords = &uvCoords; if ( !texturePerFace.empty() ) meshParams.texturePerFace = &texturePerFace; subs.onEdgeSplit = meshOnEdgeSplitAttribute( *obj_->varMesh(), meshParams ); subdivideMesh( *obj_->varMesh(), subs ); Generated from function MR::meshOnEdgeSplitAttribute. Parameter mesh can not be null. It is a single object. Parameter params can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_function_void_from_MR_EdgeId_MR_EdgeId_Destroy() to free it when you're done using it.
◆ MR_meshOnEdgeSplitFaceAttribute()
Generated from function MR::meshOnEdgeSplitFaceAttribute. Parameter mesh can not be null. It is a single object. Parameter params can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_function_void_from_MR_EdgeId_MR_EdgeId_Destroy() to free it when you're done using it.
◆ MR_meshOnEdgeSplitVertAttribute()
Generated from function MR::meshOnEdgeSplitVertAttribute. Parameter mesh can not be null. It is a single object. Parameter params can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_function_void_from_MR_EdgeId_MR_EdgeId_Destroy() to free it when you're done using it.