Go to the source code of this file.
Functions | |
void | applyFacesShading (video::SColor &color, const v3f normal) |
scene::IAnimatedMesh * | createCubeMesh (v3f scale) |
void | scaleMesh (scene::IMesh *mesh, v3f scale) |
void | translateMesh (scene::IMesh *mesh, v3f vec) |
void | setMeshBufferColor (scene::IMeshBuffer *buf, const video::SColor color) |
void | setMeshColor (scene::IMesh *mesh, const video::SColor color) |
void | colorizeMeshBuffer (scene::IMeshBuffer *buf, const video::SColor *buffercolor) |
void | setMeshColorByNormalXYZ (scene::IMesh *mesh, const video::SColor &colorX, const video::SColor &colorY, const video::SColor &colorZ) |
void | setMeshColorByNormal (scene::IMesh *mesh, const v3f &normal, const video::SColor &color) |
void | rotateMeshBy6dFacedir (scene::IMesh *mesh, int facedir) |
void | rotateMeshXYby (scene::IMesh *mesh, f64 degrees) |
void | rotateMeshXZby (scene::IMesh *mesh, f64 degrees) |
void | rotateMeshYZby (scene::IMesh *mesh, f64 degrees) |
scene::IMeshBuffer * | cloneMeshBuffer (scene::IMeshBuffer *mesh_buffer) |
scene::SMesh * | cloneMesh (scene::IMesh *src_mesh) |
scene::IMesh * | convertNodeboxesToMesh (const std::vector< aabb3f > &boxes, const f32 *uv_coords=NULL, float expand=0) |
void | recalculateBoundingBox (scene::IMesh *src_mesh) |
bool | checkMeshNormals (scene::IMesh *mesh) |
void | setMaterialFilters (video::SMaterialLayer &tex, bool bilinear, bool trilinear, bool anisotropic) |
void applyFacesShading | ( | video::SColor & | color, |
const v3f | normal ) |
Applies shading to a color based on the surface's normal vector.
References applyShadeFactor().
Referenced by MeshCollector::append(), MapblockMeshGenerator::blendLightColor(), colorizeMeshBuffer(), MapblockMeshGenerator::drawAutoLightedCuboid(), MapblockMeshGenerator::drawQuad(), and MapblockMeshGenerator::drawSolidNode().
bool checkMeshNormals | ( | scene::IMesh * | mesh | ) |
scene::SMesh * cloneMesh | ( | scene::IMesh * | src_mesh | ) |
References cloneMeshBuffer().
Referenced by MapblockMeshGenerator::drawMeshNode(), getExtrudedMesh(), getItemMesh(), WieldMeshSceneNode::setCube(), and WieldMeshSceneNode::setExtruded().
scene::IMeshBuffer * cloneMeshBuffer | ( | scene::IMeshBuffer * | mesh_buffer | ) |
References sanity_check.
Referenced by cloneMesh(), getExtrudedMesh(), postProcessNodeMesh(), and WieldMeshSceneNode::setExtruded().
void colorizeMeshBuffer | ( | scene::IMeshBuffer * | buf, |
const video::SColor * | buffercolor ) |
Overwrites the color of a mesh buffer. The color is darkened based on the normal vector of the vertices.
References applyFacesShading().
Referenced by drawItemStack(), and WieldMeshSceneNode::setColor().
scene::IMesh * convertNodeboxesToMesh | ( | const std::vector< aabb3f > & | boxes, |
const f32 * | uv_coords = NULL, | ||
float | expand = 0 ) |
References BS.
Referenced by Hud::updateSelectionMesh().
scene::IAnimatedMesh * createCubeMesh | ( | v3f | scale | ) |
References scaleMesh().
Referenced by ExtrusionMeshCache::ExtrusionMeshCache(), and GenericCAO::addToScene().
void recalculateBoundingBox | ( | scene::IMesh * | src_mesh | ) |
void rotateMeshBy6dFacedir | ( | scene::IMesh * | mesh, |
int | facedir ) |
References rotateMeshXYby(), rotateMeshXZby(), and rotateMeshYZby().
Referenced by MapblockMeshGenerator::drawMeshNode().
void rotateMeshXYby | ( | scene::IMesh * | mesh, |
f64 | degrees ) |
References rotateMesh().
Referenced by rotateMeshBy6dFacedir().
void rotateMeshXZby | ( | scene::IMesh * | mesh, |
f64 | degrees ) |
References rotateMesh().
Referenced by MapblockMeshGenerator::drawMeshNode(), getItemMesh(), and rotateMeshBy6dFacedir().
void rotateMeshYZby | ( | scene::IMesh * | mesh, |
f64 | degrees ) |
References rotateMesh().
Referenced by getItemMesh(), and rotateMeshBy6dFacedir().
void scaleMesh | ( | scene::IMesh * | mesh, |
v3f | scale ) |
Referenced by createCubeMesh(), createExtrusionMesh(), getExtrudedMesh(), and getItemMesh().
void setMaterialFilters | ( | video::SMaterialLayer & | tex, |
bool | bilinear, | ||
bool | trilinear, | ||
bool | anisotropic ) |
Referenced by ClientMap::renderMap(), WieldMeshSceneNode::setExtruded(), WieldMeshSceneNode::setItem(), and GenericCAO::updateTextures().
void setMeshBufferColor | ( | scene::IMeshBuffer * | buf, |
const video::SColor | color ) |
Sets a constant color for all vertices in the mesh buffer.
Referenced by Sky::draw_stars(), drawItemStack(), WieldMeshSceneNode::setColor(), and setMeshColor().
void setMeshColor | ( | scene::IMesh * | mesh, |
const video::SColor | color ) |
References setMeshBufferColor().
Referenced by GenericCAO::addToScene(), Hud::drawSelectionMesh(), GenericCAO::setNodeLight(), and GenericCAO::updateTextures().
void setMeshColorByNormal | ( | scene::IMesh * | mesh, |
const v3f & | normal, | ||
const video::SColor & | color ) |
References applyToMesh().
Referenced by Hud::drawSelectionMesh().
void setMeshColorByNormalXYZ | ( | scene::IMesh * | mesh, |
const video::SColor & | colorX, | ||
const video::SColor & | colorY, | ||
const video::SColor & | colorZ ) |
void translateMesh | ( | scene::IMesh * | mesh, |
v3f | vec ) |