Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for nirt::scene::IMeshManipulator, including all inherited members.
apply(const Functor &func, IMeshBuffer *buffer, bool boundingBoxUpdate=false) const | nirt::scene::IMeshManipulator | inline |
apply(const Functor &func, IMesh *mesh, bool boundingBoxUpdate=false) const | nirt::scene::IMeshManipulator | inline |
apply_(const Functor &func, IMeshBuffer *buffer, bool boundingBoxUpdate, const IVertexManipulator &typeTest) const | nirt::scene::IMeshManipulator | inlineprotected |
createAnimatedMesh(IMesh *mesh, scene::E_ANIMATED_MESH_TYPE type=scene::EAMT_UNKNOWN) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createForsythOptimizedMesh(const IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createMeshCopy(IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createMeshUniquePrimitives(IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createMeshWelded(IMesh *mesh, f32 tolerance=core::ROUNDING_ERROR_f32) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createMeshWith1TCoords(IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createMeshWith2TCoords(IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
createMeshWithTangents(IMesh *mesh, bool recalculateNormals=false, bool smooth=false, bool angleWeighted=false, bool recalculateTangents=true) const =0 | nirt::scene::IMeshManipulator | pure virtual |
drop() const | nirt::IReferenceCounted | inline |
flipSurfaces(IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
getDebugName() const | nirt::IReferenceCounted | inline |
getPolyCount(IMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
getPolyCount(IAnimatedMesh *mesh) const =0 | nirt::scene::IMeshManipulator | pure virtual |
getReferenceCount() const | nirt::IReferenceCounted | inline |
grab() const | nirt::IReferenceCounted | inline |
heightmapOptimizeMesh(IMesh *const mesh, const f32 tolerance=core::ROUNDING_ERROR_f32) const =0 | nirt::scene::IMeshManipulator | pure virtual |
heightmapOptimizeMesh(IMeshBuffer *const mb, const f32 tolerance=core::ROUNDING_ERROR_f32) const =0 | nirt::scene::IMeshManipulator | pure virtual |
IReferenceCounted() | nirt::IReferenceCounted | inline |
makePlanarTextureMapping(IMesh *mesh, f32 resolution=0.001f) const =0 | nirt::scene::IMeshManipulator | pure virtual |
makePlanarTextureMapping(scene::IMeshBuffer *meshbuffer, f32 resolution=0.001f) const =0 | nirt::scene::IMeshManipulator | pure virtual |
makePlanarTextureMapping(scene::IMesh *mesh, f32 resolutionS, f32 resolutionT, u8 axis, const core::vector3df &offset) const =0 | nirt::scene::IMeshManipulator | pure virtual |
makePlanarTextureMapping(scene::IMeshBuffer *buffer, f32 resolutionS, f32 resolutionT, u8 axis, const core::vector3df &offset) const =0 | nirt::scene::IMeshManipulator | pure virtual |
recalculateNormals(IMesh *mesh, bool smooth=false, bool angleWeighted=false) const =0 | nirt::scene::IMeshManipulator | pure virtual |
recalculateNormals(IMeshBuffer *buffer, bool smooth=false, bool angleWeighted=false) const =0 | nirt::scene::IMeshManipulator | pure virtual |
recalculateTangents(IMesh *mesh, bool recalculateNormals=false, bool smooth=false, bool angleWeighted=false) const =0 | nirt::scene::IMeshManipulator | pure virtual |
recalculateTangents(IMeshBuffer *buffer, bool recalculateNormals=false, bool smooth=false, bool angleWeighted=false) const =0 | nirt::scene::IMeshManipulator | pure virtual |
scale(IMesh *mesh, const core::vector3df &factor) const | nirt::scene::IMeshManipulator | inline |
scale(IMeshBuffer *buffer, const core::vector3df &factor) const | nirt::scene::IMeshManipulator | inline |
scaleMesh(IMesh *mesh, const core::vector3df &factor) const | nirt::scene::IMeshManipulator | inline |
scaleTCoords(scene::IMesh *mesh, const core::vector2df &factor, u32 level=1) const | nirt::scene::IMeshManipulator | inline |
scaleTCoords(scene::IMeshBuffer *buffer, const core::vector2df &factor, u32 level=1) const | nirt::scene::IMeshManipulator | inline |
setDebugName(const c8 *newName) | nirt::IReferenceCounted | inlineprotected |
setVertexColorAlpha(IMesh *mesh, s32 alpha) const | nirt::scene::IMeshManipulator | inline |
setVertexColorAlpha(IMeshBuffer *buffer, s32 alpha) const | nirt::scene::IMeshManipulator | inline |
setVertexColors(IMesh *mesh, video::SColor color) const | nirt::scene::IMeshManipulator | inline |
setVertexColors(IMeshBuffer *buffer, video::SColor color) const | nirt::scene::IMeshManipulator | inline |
transform(IMesh *mesh, const core::matrix4 &m, u32 normalsUpdate=0, bool normalizeNormals=false) const | nirt::scene::IMeshManipulator | inline |
transform(IMeshBuffer *buffer, const core::matrix4 &m, u32 normalsUpdate=0, bool normalizeNormals=false) const | nirt::scene::IMeshManipulator | inline |
transformMesh(IMesh *mesh, const core::matrix4 &m) const | nirt::scene::IMeshManipulator | inlinevirtual |
~IReferenceCounted() | nirt::IReferenceCounted | inlinevirtual |