~ubuntu-branches/debian/experimental/openscenegraph/experimental

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgWrappers/osgSim/LightPointNode.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Luaces
  • Date: 2010-05-03 21:42:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100503214201-iy060qxb94vsfv87
Tags: 2.8.3-3
* Added README.source. Thanks Manuel Montecelo.
* Removed FindGDAL.cmake file supplied by upstream since it does not
  detect current libgdal1-1.6.0. The script provided by CMake works
  fine.
* Removed openthreads-doc since OpenThreads documentation is shared with
  OpenSceneGraph's, hence this package was empty.
* Now ccache handling is being done automatically by CMake.
* Drop conflict dependencies with previous versions to let them coexist
  with current ones (Closes: #580079 #580081).

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                  __void__accept__osg_NodeVisitor_R1,
69
69
                  "Visitor Pattern : calls the apply method of a NodeVisitor with this node's type. ",
70
70
                  "");
71
 
        I_Method1(void, traverse, IN, osg::NodeVisitor &, x,
 
71
        I_Method1(void, traverse, IN, osg::NodeVisitor &, nv,
72
72
                  Properties::VIRTUAL,
73
73
                  __void__traverse__osg_NodeVisitor_R1,
74
74
                  "Traverse downwards : calls children's accept method with NodeVisitor. ",