Home
last modified time | relevance | path

Searched refs:setMeshColor (Results 1 – 22 of 22) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmesh.h52 void setMeshColor(scene::IMesh *mesh, const video::SColor &color);
H A Dcontent_cao.cpp422 setMeshColor(m_node->getMesh(), color); in updateLight()
913 setMeshColor(m_meshnode->getMesh(), video::SColor(255,li,li,li)); in addToScene()
933 setMeshColor(m_animated_meshnode->getMesh(), video::SColor(255,li,li,li)); in addToScene()
1004 setMeshColor(m_meshnode->getMesh(), color); in updateLight()
1006 setMeshColor(m_animated_meshnode->getMesh(), color); in updateLight()
H A Dwieldmesh.cpp389 setMeshColor(m_meshnode->getMesh(), color); in setColor()
H A Ditemdef.cpp418 setMeshColor(node_mesh, c); in createClientCachedDirect()
H A Dmesh.cpp156 void setMeshColor(scene::IMesh *mesh, const video::SColor &color) in setMeshColor() function
H A Dtile.cpp1435 setMeshColor(cube, video::SColor(255, 255, 255, 255)); in generateImagePart()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dmesh.h59 void setMeshColor(scene::IMesh *mesh, const video::SColor &color);
H A Dcontent_cao.cpp772 setMeshColor(m_animated_meshnode->getMesh(), video::SColor(0xFFFFFFFF)); in addToScene()
890 setMeshColor(m_meshnode->getMesh(), color); in setNodeLight()
1457 setMeshColor(mesh, m_prop.colors[0]); in updateTextures()
H A Dmesh.cpp196 void setMeshColor(scene::IMesh *mesh, const video::SColor &color) in setMeshColor() function
H A Dhud.cpp846 setMeshColor(m_selection_mesh, m_selection_mesh_color); in drawSelectionMesh()
/dports/math/qwtplot3d/qwtplot3d-438c855d/src/
H A Dqwt3d_plot.cpp38 setMeshColor(RGBA(0.0, 0.0, 0.0)); in Plot3D()
252 void Plot3D::setMeshColor(RGBA rgba) in setMeshColor() function in Plot3D
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_curve.cpp40 setMeshColor(RGBA(0.0,0.0,0.0)); in Curve()
99 connect(plot_p, SIGNAL(setCurveMeshColor(Qwt3D::RGBA)), SLOT(setMeshColor(Qwt3D::RGBA))); in connects()
466 void Curve::setMeshColor(RGBA rgba) in setMeshColor() function in Curve
/dports/math/qwtplot3d/qwtplot3d-438c855d/examples/mesh2/
H A Dlightingdlg.cpp63 setMeshColor(RGBA(0.6, 0.6, 0.6, 0.3)); in reset()
H A Dmesh2mainwindow.cpp487 dataWidget->setMeshColor(msc); in resetColors()
528 dataWidget->setMeshColor(rgb); in pickMeshColor()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_plot.h131 …void setMeshColor(Qwt3D::RGBA rgba) { emit setCurveMeshColor(rgba); } //!< Set colour for dat… in setMeshColor() function
H A Dqwt3d_curve.h114 void setMeshColor(Qwt3D::RGBA rgba); //!< Sets color for data mesh
/dports/math/qwtplot3d/qwtplot3d-438c855d/include/
H A Dqwt3d_plot.h91 void setMeshColor(Qwt3D::RGBA rgba); //!< Sets color for data mesh
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot3D/
H A DGraph3D.h307 void setMeshColor(const QColor&);
H A DGraph3D.cpp234 setMeshColor(app->d_3D_mesh_color); in initPlot()
1737 void Graph3D::setMeshColor(const QColor& meshColor) in setMeshColor() function in Graph3D
1740 sp->setMeshColor(Qt2GL(meshColor)); in setMeshColor()
3168 setMeshColor(g->meshColor()); in copy()
3334 plot->setMeshColor(QColor(colors[1])); in restore()
H A DPlot3DDialog.cpp1144 d_plot->setMeshColor(btnMesh->color()); in updatePlot()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DGraph3D.cpp1507 sp->setMeshColor(Qt2GL(meshColor)); in setColors()
1540 sp->setMeshColor(Qt2GL(meshCol)); in setColors()
1572 sp->setMeshColor(Qt2GL(meshColor)); in updateColors()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/scripting/
H A Dqti.sip2120 void setMeshColor(const QColor&);