[osg-users] Serialization differences between ASCII and XML

2017-12-27 Thread Hartwig Wiesmann
Hi, wrote a simple serialiser for the output of a range: Code: namespace { bool checkGeographicRange(osgPlanetCore::GeodeticData const&) { return true; } bool readGeographicRange(osgDB::InputStream& inputStream, osgPlanetCore::GeodeticData&

Re: [osg-users] Normal Mapping using Dynamic Cubemap

2017-12-27 Thread Sebastian Messerschmidt
Hi RĂ´mulo, I already tried to describe the building-blocks for the way: 1. Render to FBO with MRT (see osgmultiplerendertargets example for this). The MRT/FBO-attachments should be your color, normal and depth. You'll need to use a shader that writes the correct information to the correct

[osg-users] [build] Building OpenSceneGraph Windows

2017-12-27 Thread Stefan Waldegger
Hi, this is my first post here and I have already searched in this Forum and on google but I did not get the answer which is handling my problem. So I have read a lot about OSG in the internet and no I want to give it a try. I have downloaded OSG 3.4.1 from the official homepage. Then I

[osg-users] how to get the VertexArray of the Group Node

2017-12-27 Thread Mouming Ning
Hi, I have an osgb data. It has several levels,which are PagedLOD,Group and Geode. Now I want to get the vertex data of the PagedNode and Group Node ,anyone know the solution?? Please ~~ Thank you! Cheers, Mouming -- Read this topic online here: