- Timestamp:
- 11/09/05 11:41:52 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgdelaunay/osgdelaunay.cpp
r4671 r4706 1126 1126 } 1127 1127 1128 osg::Vec3Array *LinearConstraint::getRoadNormals(const osg::Vec3Array *points) const1128 osg::Vec3Array *LinearConstraint::getRoadNormals(const osg::Vec3Array*) const 1129 1129 { 1130 1130 osg::Vec3Array *nrms=new osg::Vec3Array;
