Hi Markus,

osgTerrain does set CLAMP_TO_EDGE on all textures it generates, but in
your code you don't even try to use osgTerrain's built in texturing,
rather you go and create your own textures for some reason.

The right way to do what you want is to simple create an ImageLayer
with the osg::Image you have an assign this to the TerrainTile.

Robert.

On Sun, Jul 26, 2009 at 5:12 PM, Markus Husseini<mar...@husseini.de> wrote:
> Ok i fixed it i forgett to define a color layer.
>
> But the border ist also black between the Terraintiles.
>
> Please help !!!!!!!!!!!!
>
> [Image: http://www.husseini.de/markus/Terrain4.jpg ]
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=15453#15453
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to