Fix volume rendering ,render bug.
This commit is contained in:
@@ -21,7 +21,8 @@ int main(int argc, char* argv[])
|
||||
|
||||
QTextCodec* codec = QTextCodec::codecForName("GB2312");
|
||||
QTextCodec::setCodecForLocale(codec);
|
||||
QSurfaceFormat::setDefaultFormat(QVTKOpenGLNativeWidget::defaultFormat());
|
||||
// QSurfaceFormat::setDefaultFormat(QVTKOpenGLNativeWidget::defaultFormat());
|
||||
|
||||
|
||||
QApplication a(argc, argv);
|
||||
a.setWindowIcon(QIcon(":/InfiniteViewer/Icon/logo.png"));
|
||||
|
||||
Reference in New Issue
Block a user