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
4cb8127e
Commit
4cb8127e
authored
Jun 13, 2012
by
Sebastian Eichelbaum
Browse files
[DOC]
parent
402d4cdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
src/core/graphicsEngine/postprocessing/WGEPostprocessorLineAO.h
...re/graphicsEngine/postprocessing/WGEPostprocessorLineAO.h
+2
-0
src/core/graphicsEngine/postprocessing/WGEPostprocessorMRSSAO.h
...re/graphicsEngine/postprocessing/WGEPostprocessorMRSSAO.h
+2
-0
src/core/graphicsEngine/postprocessing/WGEPostprocessorSSAO.h
...core/graphicsEngine/postprocessing/WGEPostprocessorSSAO.h
+2
-0
No files found.
src/core/graphicsEngine/postprocessing/WGEPostprocessorLineAO.h
View file @
4cb8127e
...
...
@@ -60,6 +60,8 @@ public:
*
* \param offscreen use this offscreen node to add your texture pass'
* \param gbuffer the input textures you should use
*
* \return created postprocessor instance
*/
virtual
WGEPostprocessor
::
SPtr
create
(
osg
::
ref_ptr
<
WGEOffscreenRenderNode
>
offscreen
,
const
PostprocessorInput
&
gbuffer
)
const
;
protected:
...
...
src/core/graphicsEngine/postprocessing/WGEPostprocessorMRSSAO.h
View file @
4cb8127e
...
...
@@ -61,6 +61,8 @@ public:
*
* \param offscreen use this offscreen node to add your texture pass'
* \param gbuffer the input textures you should use
*
* \return created postprocessor instance
*/
virtual
WGEPostprocessor
::
SPtr
create
(
osg
::
ref_ptr
<
WGEOffscreenRenderNode
>
offscreen
,
const
PostprocessorInput
&
gbuffer
)
const
;
protected:
...
...
src/core/graphicsEngine/postprocessing/WGEPostprocessorSSAO.h
View file @
4cb8127e
...
...
@@ -60,6 +60,8 @@ public:
*
* \param offscreen use this offscreen node to add your texture pass'
* \param gbuffer the input textures you should use
*
* \return created postprocessor instance
*/
virtual
WGEPostprocessor
::
SPtr
create
(
osg
::
ref_ptr
<
WGEOffscreenRenderNode
>
offscreen
,
const
PostprocessorInput
&
gbuffer
)
const
;
protected:
...
...
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