mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
- really meaningful change....from clip to cull
This commit is contained in:
parent
16f381ee86
commit
83dc150dd7
@ -563,13 +563,13 @@ bool MLRenderingNoShadingAction::isRenderingDataEnabled( const MLRenderingData&
|
||||
MLRenderingFaceCullAction::MLRenderingFaceCullAction( QObject* parent)
|
||||
:MLRenderingAction(parent)
|
||||
{
|
||||
setText(QString("Clip"));
|
||||
setText(QString("Cull"));
|
||||
}
|
||||
|
||||
MLRenderingFaceCullAction::MLRenderingFaceCullAction( int meshid,QObject* parent)
|
||||
:MLRenderingAction(meshid,parent)
|
||||
{
|
||||
setText(QString("Clip"));
|
||||
setText(QString("Cull"));
|
||||
}
|
||||
|
||||
void MLRenderingFaceCullAction::createSisterAction(MLRenderingAction *& sisteract, QObject * par)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user