Re: [osg-users] Creating holes in a PagedLOD

2010-10-07 Thread Robert Osfield
Hi John, VPB itself doesn't support cutting out of holes. You will need to post process the tiles to insert these. If you have built the database with osgTerrain::TerrainTile (this is now the default) you will have to think about writing your own TerrainTechnique for converting the tiles height

Re: [osg-users] Creating holes in a PagedLOD

2010-10-06 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of ra...@hush.ai Sent: Wednesday, October 06, 2010 1:10 PM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Creating holes in a PagedLOD Hello All, I'm using vpb to generate a terrain for a project I'm working on.

[osg-users] Creating holes in a PagedLOD

2010-10-06 Thread range
Hello All, I'm using vpb to generate a terrain for a project I'm working on. And it is fantastic. I do have one question though, I have a need to 'cut' holes in the terrain so models can be placed on/into hillsides, or in a hole in the ground. e.g. a dam in the side of a hill. I've looked