Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order independent rendering #1340

Draft
wants to merge 4 commits into
base: production
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/qtosgrave/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (Qt5Gui_FOUND AND Qt5Core_FOUND AND Qt5Widgets_FOUND AND Qt5OpenGL_FOUND AND

link_directories(${OPENRAVE_LINK_DIRS})

set(QTOSG_SRCS objecttree.cpp osgcartoon.cpp osgviewerwidget.cpp osgviewerwidget.h osgpick.cpp osgpick.h qtreemodel.cpp qtreemodel.h osgrenderitem.cpp osgrenderitem.h qtreeitem.cpp qtreeitem.h qtosgviewer.cpp qtosgrave.cpp osgskybox.cpp osgskybox.h osglodlabel.cpp osglodlabel.h)
set(QTOSG_SRCS transparencygroup.cpp transparencygroup.h objecttree.cpp osgviewerwidget.cpp osgviewerwidget.h osgpick.cpp osgpick.h qtreemodel.cpp qtreemodel.h osgrenderitem.cpp osgrenderitem.h qtreeitem.cpp qtreeitem.h qtosgviewer.cpp qtosgrave.cpp osgskybox.cpp osgskybox.h osglodlabel.cpp osglodlabel.h)
set(QTOSG_MOCS qtosgviewer.h qtreemodel.h)
set(QTOSG_RCCS qtosgviewer.qrc)

Expand Down
3 changes: 0 additions & 3 deletions plugins/qtosgrave/objecttree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ namespace qtosgrave {
ObjectTree::ObjectTree() {
setFixedSize(100,200);
model = OsgTreeModel::create();
//setModel(model);
//setModel( * model);
//setMode
}

ObjectTree::~ObjectTree() {
Expand Down
190 changes: 0 additions & 190 deletions plugins/qtosgrave/osgcartoon.cpp

This file was deleted.

126 changes: 0 additions & 126 deletions plugins/qtosgrave/osgcartoon.h

This file was deleted.

Loading
Loading