Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
wieldmesh.h File Reference
#include <string>
#include <vector>
#include "irrlichttypes_extrabloated.h"
+ Include dependency graph for wieldmesh.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ItemPartColor
 
struct  ItemMesh
 
class  WieldMeshSceneNode
 

Functions

void getItemMesh (Client *client, const ItemStack &item, ItemMesh *result)
 
scene::SMesh * getExtrudedMesh (ITextureSource *tsrc, const std::string &imagename, const std::string &overlay_name)
 
void postProcessNodeMesh (scene::SMesh *mesh, const ContentFeatures &f, bool use_shaders, bool set_material, const video::E_MATERIAL_TYPE *mattype, std::vector< ItemPartColor > *colors, bool apply_scale=false)
 

Function Documentation

◆ getExtrudedMesh()

scene::SMesh * getExtrudedMesh ( ITextureSource tsrc,
const std::string &  imagename,
const std::string &  overlay_name 
)

References cloneMesh(), cloneMeshBuffer(), ExtrusionMeshCache::create(), g_extrusion_mesh_cache, ITextureSource::getTexture(), ITextureSource::getTextureForMesh(), and scaleMesh().

Referenced by getItemMesh().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getItemMesh()

◆ postProcessNodeMesh()

void postProcessNodeMesh ( scene::SMesh *  mesh,
const ContentFeatures f,
bool  use_shaders,
bool  set_material,
const video::E_MATERIAL_TYPE *  mattype,
std::vector< ItemPartColor > *  colors,
bool  apply_scale = false 
)

Applies overlays, textures and optionally materials to the given mesh and extracts tile colors for colorization.

Parameters
mattypeoverrides the buffer's material type, but can also be NULL to leave the original material.
colorsreturns the colors of the mesh buffers in the mesh.

References TileLayer::animation_frame_count, TileLayer::applyMaterialOptions(), cloneMeshBuffer(), TileLayer::color, TileLayer::flags_texture, TileLayer::frames, TileLayer::has_color, TileSpec::layers, MAX_TILE_LAYERS, FrameSpec::normal_texture, TileLayer::normal_texture, TileLayer::scale, FrameSpec::texture, TileLayer::texture, TileLayer::texture_id, ContentFeatures::tiles, and TileSpec::world_aligned.

Referenced by getItemMesh(), and WieldMeshSceneNode::setCube().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: