Ignore:
Timestamp:
01/13/10 16:11:18 (2 years ago)
Author:
rkuck
Message:

CameraAttachment? can now contain an Image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/src/avango/osg/CameraAttachment.cpp

    r299 r335  
    2525 
    2626#include <avango/osg/CameraAttachment.h> 
    27 #include <avango/osg/Texture.h> 
    2827#include <osg/Camera> 
    2928#include <avango/Logger.h> 
     
    4544  AV_FC_ADD_FIELD(InternalFormat, GL_RGBA); 
    4645  AV_FC_ADD_FIELD(Texture, Link< ::av::osg::Texture >()); 
     46  AV_FC_ADD_FIELD(Image, Link< ::av::osg::Image >()); 
    4747  AV_FC_ADD_FIELD(Level, 0); 
    4848  AV_FC_ADD_FIELD(Face, 0); 
Note: See TracChangeset for help on using the changeset viewer.