VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvPostProcessor
DtPostProcessorDrawable.h
Go to the documentation of this file.
1
2
/******************************************************************************
3
** Copyright (c) 2017 MAK Technologies, Inc.
4
** All rights reserved.
5
******************************************************************************/
6
7
#pragma once
8
13
14
#include <GL/glew.h>
15
16
#include <osg/Drawable>
17
18
// Get proper local export symbol
19
#include <
vrvPostProcessor/vrvPostProcessor.h
>
20
21
namespace
makVrv {
22
class
DT_DLL_VRVPOSTPROCESSOR
DtPostProcessorDrawable
:
public
osg::Drawable
23
{
24
public
:
25
DtPostProcessorDrawable
();
26
27
DtPostProcessorDrawable
(
const
DtPostProcessorDrawable
& orig,
const
osg::CopyOp& op);
28
30
virtual
void
drawTexturedQuad()
const
;
31
33
static
osg::Program * createPostProcessorProgram(
DtDe
& myDe,
const
std::string & name);
34
};
35
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)