Ignore:
Timestamp:
Apr 18, 2012, 10:04:27 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionSet.cpp

    r344 r345  
    4040        ADD_INT_SERIALIZER( DistortionMeshColumns, 1 ); //int _distortionMeshColumns;
    4141
    42         // Missing serializer macro for PrimitiveMeshType
    43         //osg::PrimitiveSet::Mode _MeshType
     42    ADD_GLENUM_SERIALIZER( MeshType, GLenum, GL_QUAD_STRIP );  //osg::PrimitiveSet::Mode _MeshType
    4443       
    45         ADD_IMAGE_SERIALIZER( IntensityMap, osg::Image, NULL );  // _image      //osg::ref_ptr<osg::Image> _intensityMap;
     44        ADD_IMAGE_SERIALIZER( IntensityMap, osg::Image, NULL );  //osg::ref_ptr<osg::Image> _intensityMap;
    4645
    4746        ADD_UINT_SERIALIZER( TexUnitScene, 0 ); //unsigned int _texUnitScene;
Note: See TracChangeset for help on using the changeset viewer.