Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
fa888c7b
Commit
fa888c7b
authored
Dec 19, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use forward decl to avoid gl includes
parent
135e05b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
libs_required/ACG/Scenegraph/TranslationManipulatorNode.cc
libs_required/ACG/Scenegraph/TranslationManipulatorNode.cc
+2
-0
libs_required/ACG/Scenegraph/TranslationManipulatorNode.hh
libs_required/ACG/Scenegraph/TranslationManipulatorNode.hh
+7
-2
No files found.
libs_required/ACG/Scenegraph/TranslationManipulatorNode.cc
View file @
fa888c7b
...
...
@@ -66,6 +66,8 @@
#include <OpenMesh/Core/Geometry/MathDefs.hh>
#include <ACG/GL/GLPrimitives.hh>
//== NAMESPACES ===============================================================
...
...
libs_required/ACG/Scenegraph/TranslationManipulatorNode.hh
View file @
fa888c7b
...
...
@@ -71,14 +71,19 @@
#include <QEvent>
#include <QMouseEvent>
#include <ACG/GL/GLPrimitives.hh>
//== NAMESPACES ===============================================================
namespace
ACG
{
namespace
SceneGraph
{
class
GLCone
;
class
GLDisk
;
class
GLSphere
;
namespace
SceneGraph
{
//== CLASS DEFINITION =========================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment