Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3b3068e1
Commit
3b3068e1
authored
Nov 18, 2009
by
Sebastian Eichelbaum
Browse files
[STYLE] - another € for our beer cash-desk
parent
b0602eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/graphicsEngine/WGEViewer.cpp
src/graphicsEngine/WGEViewer.cpp
+8
-8
No files found.
src/graphicsEngine/WGEViewer.cpp
View file @
3b3068e1
...
...
@@ -52,15 +52,15 @@ WGEViewer::WGEViewer( osg::ref_ptr<WindowData> wdata, int x, int y, int width, i
// initialize OSG render window
m_Viewer
=
osg
::
ref_ptr
<
osgViewer
::
CompositeViewer
>
(
new
osgViewer
::
CompositeViewer
()
);
// ThreadingModel: enum with the following possibilities
:
// ThreadingModel: enum with the following possibilities
//
// SingleThreade
d
// CullDrawThreadPerContext
// ThreadPerContext
// DrawThreadPerContext
// CullThreadPerCameraDrawThreadPerContext
// ThreadPerCamera
// AutomaticSelection
// SingleThreade
t
// CullDrawThreadPerContext
// ThreadPerContext
// DrawThreadPerContext
// CullThreadPerCameraDrawThreadPerContext
// ThreadPerCamera
// AutomaticSelection
m_Viewer
->
setThreadingModel
(
osgViewer
::
Viewer
::
CullThreadPerCameraDrawThreadPerContext
);
m_View
=
osg
::
ref_ptr
<
osgViewer
::
Viewer
>
(
new
osgViewer
::
Viewer
()
);
...
...
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