mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
- removed conflict between glew and QtOpenGL causing #warning problem
- commented cubemap (but the code is still there...) decoration
This commit is contained in:
parent
3c5a96a032
commit
e979a6e52b
@ -30,7 +30,7 @@
|
||||
#include<string>
|
||||
|
||||
#include<QImage>
|
||||
#include<QtOpenGL>
|
||||
#include<QGLWidget>
|
||||
#include <wrap/qt/checkGLError.h>
|
||||
|
||||
using namespace vcg;
|
||||
|
||||
@ -65,7 +65,7 @@ void SampleMeshDecoratePlugin::initGlobalParameterSet(QAction *action, RichParam
|
||||
if(!parset.hasParameter(CubeMapPathParam()))
|
||||
{
|
||||
QString cubemapDirPath = PluginManager::getBaseDirPath() + QString("/textures/cubemaps/uffizi.jpg");
|
||||
parset.addParam(new RichString(CubeMapPathParam(), cubemapDirPath,"",""));
|
||||
//parset.addParam(new RichString(CubeMapPathParam(), cubemapDirPath,"",""));
|
||||
}
|
||||
break;
|
||||
case DP_SHOW_GRID :
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
SampleMeshDecoratePlugin()
|
||||
{
|
||||
typeList
|
||||
<< DP_SHOW_CUBEMAPPED_ENV
|
||||
/*<< DP_SHOW_CUBEMAPPED_ENV*/
|
||||
<< DP_SHOW_GRID;
|
||||
|
||||
FilterIDType tt;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user