Changeset 335 for trunk/avango-osg/src/avango/osg/CameraAttachment.cpp
- Timestamp:
- 01/13/10 16:11:18 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/src/avango/osg/CameraAttachment.cpp
r299 r335 25 25 26 26 #include <avango/osg/CameraAttachment.h> 27 #include <avango/osg/Texture.h>28 27 #include <osg/Camera> 29 28 #include <avango/Logger.h> … … 45 44 AV_FC_ADD_FIELD(InternalFormat, GL_RGBA); 46 45 AV_FC_ADD_FIELD(Texture, Link< ::av::osg::Texture >()); 46 AV_FC_ADD_FIELD(Image, Link< ::av::osg::Image >()); 47 47 AV_FC_ADD_FIELD(Level, 0); 48 48 AV_FC_ADD_FIELD(Face, 0);
Note: See TracChangeset
for help on using the changeset viewer.
