Changeset 3283
- Timestamp:
- 08/16/04 15:54:40 (9 years ago)
- Location:
- OpenSceneGraph/trunk
- Files:
-
- 1 added
- 2 modified
-
VisualStudio/osgPlugins/osg/dot_osg.dsp (modified) (1 diff)
-
src/osgPlugins/osg/GNUmakefile (modified) (1 diff)
-
src/osgPlugins/osg/NodeCallback.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/VisualStudio/osgPlugins/osg/dot_osg.dsp
r3181 r3283 233 233 # Begin Source File 234 234 235 SOURCE=..\..\..\src\osgPlugins\osg\NodeCallback.cpp 236 # End Source File 237 # Begin Source File 238 235 239 SOURCE=..\..\..\src\osgPlugins\osg\Object.cpp 236 240 # End Source File -
OpenSceneGraph/trunk/src/osgPlugins/osg/GNUmakefile
r3086 r3283 36 36 MatrixTransform.cpp\ 37 37 Node.cpp\ 38 NodeCallback.cpp\ 38 39 Object.cpp\ 39 40 OccluderNode.cpp\
