Hi, I have just tested osgRiver(from alphapixel.com) and the river is not displyed correctly, the water is on the right corner of the river.3DS but only 1 segment of 9 is displayed (-15 to 0). I had tried to change the code of osgRiver in RiverGraph::MergeRiverFromPoints(vector<RiverControlPoint> points) at : RiverControlPoint next2 = curvePoint (changed to :(points[i-1] * 0.4 + points[i] * 0.6)) ; and now I have 3 segments from 9 that are displayed, I had done some other modifications but it did not resolve the problem.
So my questions are: 1) Why the osgRiver does not be integrated in the osgOcean trunk? 2) Has someone have another version of the RiverGraph.cpp to make differance ? Any other suggestions would be welcome. Thank you! Cheers, Mohammed ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=56516#56516 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

