Re: [osg-users] Image - terrain, Simple question

2008-06-15 Thread Robert Osfield
Hi Anders, Have a look at osgTerrain::TerrainTile for rendering height fields - you can use osg::Image or osg::HeightField as the source for the layers that it renders. Robert. On Mon, Jun 9, 2008 at 1:24 PM, Anders Backman [EMAIL PROTECTED] wrote: Simple question from someone that hasn't

[osg-users] Image - terrain, Simple question

2008-06-09 Thread Anders Backman
Simple question from someone that hasn't follow the development in detail for a long while What is the simplest way of generating a terrain mesh from a 2D image with heights? Im not looking for paging textures, terrain etc, just image- mesh. There use to be the osgDem app that did this, but

Re: [osg-users] Image - terrain, Simple question

2008-06-09 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
To: OpenSceneGraph Users Subject: [osg-users] Image - terrain, Simple question Simple question from someone that hasn't follow the development in detail for a long while What is the simplest way of generating a terrain mesh from a 2D image with heights? Im not looking for paging textures

Re: [osg-users] Image - terrain, Simple question

2008-06-09 Thread Mike Weiblen
Subject: [osg-users] Image - terrain, Simple question Simple question from someone that hasn't follow the development in detail for a long while What is the simplest way of generating a terrain mesh from a 2D image with heights? Im not looking for paging textures, terrain etc, just