[osg-users] How to save a specific tile info in a terrain scene?

2012-05-13 Thread Cao Wenjie
Hi, I have a terrain scene load from a terrain.osg file, I can see data like hightField and imageLayer in the terrain.osg file. So, when I use osgDB::readNodeFile to load the terrain, osg will auto generate the TerrainTile - Tile - Geode - Geometry scene graph for me base on those data,

Re: [osg-users] Load images from resources file (rc)

2012-05-13 Thread Héctor Martínez
Hi, thank you for your reply. Sorry I didn’t see the answer the other day. While I was waiting for an answer, I solved it by loading the resource with Qt and converting the image to OSG. Anyway, it is interesting the solution you provide, so I may try to implement it at some point.