~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to src/core/graphicsEngine/WGETexture.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include <string>
29
29
 
30
 
#include <boost/lexical_cast.hpp>
31
30
#include <boost/shared_ptr.hpp>
32
31
 
33
32
#include <osg/Node>
38
37
#include <osg/Texture3D>
39
38
 
40
39
#include "callbacks/WGEFunctorCallback.h"
41
 
#include "../common/WLimits.h"
42
40
#include "../common/WBoundingBox.h"
43
41
#include "../common/WProperties.h"
44
42
#include "../common/WPropertyHelper.h"
218
216
    virtual WBoundingBox getBoundingBox() const;
219
217
 
220
218
protected:
221
 
 
222
219
    /**
223
220
     * Handles all property updates. Called by m_propCondition.
224
221
     */