[osg-users] Regarding Lod problem in osg

2017-04-27 Thread Rambabu Repaka
Hi,Iam loading the terrain with buildings,trees,roads etc using lod (level of detail ) in run time using osg. Buildings - Reading from shapefile,textures,xml file ,iam able to placing in the terrain using vpb tool. Roads - same process as buildings loaded. terrain - using imagery(image tiles)

[osg-users] About Shapefiles and .dbf files in osgearth

2017-04-24 Thread Rambabu Repaka
Hi,Iam Changing the .dbf file of bridges but it is not updating in the shape file i.e(.shp file).How to make changes in the shape file(.shp file) according to changes made in the .dbf file in osg. Any Help is Appreciated. ... Thank you! Cheers, Rambabu -- Read this topic

Re: [osg-users] My cow.osg just become different in a hello world pragram

2017-04-24 Thread Rambabu Repaka
Hi,Jiechang instead of cow.osg give the full path of osg model for cow.osg I think problem will solve. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70823#70823

Re: [osg-users] Regarding Culling in osg

2017-04-23 Thread Rambabu Repaka
Hi,Julien Thanks for the reply and Iam having another doubt in CullCallback.cpp which iam mentioning below He is reading from command line what is the exact meaning of --test,test1,test2.. etc means and what i have to give in the command line to execute this code? if

[osg-users] Regarding Culling in osg

2017-04-22 Thread Rambabu Repaka
Hi,Can anyone tell me is there any example code (i.e .cpp file )for Backfaceculling,face culling and frustum culling in osg. Any Help is appreciated. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70803#70803

Re: [osg-users] Regarding Slowing loading of buildings in osg

2017-04-21 Thread Rambabu Repaka
Hi,Thanks for the reply sebestian,Iam loading buildings on the terrain using shapefile for reading coordinates ,textures iam adding based on type of buildings in run time using lod.But my problem is from one place to another place moving on map the buildings are loading slowly how to load the

[osg-users] Regarding Slowing loading of buildings in osg

2017-04-21 Thread Rambabu Repaka
Hi,Iam Using polygons and drapping the buildings texture on that in the terrain using osgearth,Buildings are coming but my problem is loading slowly in the output scene,How to load the buildings immediately after launching the output scene and upon moving from one place to another place

[osg-users] Limitation of Displaying buildings, roads and trees etc to increase frame rate

2017-04-20 Thread Rambabu Repaka
Hi,Actually iam able to displaying the buildings,roads on the terrain using shape files in osgearth,How to display the buildings,roads etc on the desktop screen coordinates only and how can i limit the remaining part where buildings,roads are loading for the purpose of increase of frame rate ?

Re: [osg-users] Related to osg lines

2017-04-18 Thread Rambabu Repaka
Hi, Iam using the following code and drawing the lines in osg and clamping the lines to the terrain for the purpose of road drawing LineSymbol* line = style.getOrCreate(); line->stroke()->color() = Color(Color::Black, 0.5f); line->stroke()->width() = 8.0f;

Re: [osg-users] Related to osg lines

2017-04-18 Thread Rambabu Repaka
Hi,In osgearth project linesymbol is using and drawing the road but i want to add the texture to those lines,Normally how to add texture to the line in osg ? ... Thank you! Cheers, Rambabu -- Read this topic online here:

[osg-users] Related to osg lines

2017-04-18 Thread Rambabu Repaka
Hi,Iam drawing lines using the following code in osg LineSymbol* line = style.getOrCreate(); line->stroke()->color() = Color(Color::Black, 0.5f); line->stroke()->width() = 4.5f; line->tessellationSize() = 5; line->stroke()->widthUnits() = Units::METERS; How to add texture

[osg-users] Related to memcpy

2017-04-16 Thread Rambabu Repaka
Hi, Iam getting the below error in the memcpy(dst,src,count) in osg. Unhandled exception at 0x0f75ee38 (msvcr90d.dll) in Partice.exe: 0xC005: Access violation reading location 0x. How to eliminate this error ? ... Thank you! Cheers, Rambabu -- Read this topic

[osg-users] OsgParticles

2017-04-11 Thread Rambabu Repaka
Hi,Iam using Osgparticleeffects.cpp where smoke particles are generating in the top side how to change the direction of smoke particles ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70733#70733

Re: [osg-users] Osg Earth

2017-04-04 Thread Rambabu Repaka
Hi,Sebastian I added that dll but it is asking some other dlls i added those dlls also but again one error i.e ordinal 1338 not located in the dynamic link library for dirapi.dll. ... Thank you! Cheers, Rambabu -- Read this topic online here:

[osg-users] Osg Earth

2017-04-04 Thread Rambabu Repaka
Hi, Iam loading the tiff image in osg earth then i got this ERROR 6: Unable to load PROJ.4 library (proj.dll), creation of OGRCoordinateTransformation failed.How to solve this ? ... Thank you! Cheers, Rambabu -- Read this topic online here:

[osg-users] How to do osg earth in offline

2017-03-30 Thread Rambabu Repaka
Hi,In osgearth he is reading tile images and elevation data from online,how to do in offline? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=70616#70616 ___

[osg-users] releating to osg embedding with QT

2017-02-16 Thread Rambabu Repaka
Hi, I am trying to add geode data as group to composite viewer it is giving using addview is not the member of composite viewer,but its working with the normal osg::viewer (code is in sending attachment).how to add geode data as group to composite viewer. (This doubt is releating to osg

Re: [osg-users] About LatLonHeight to XYZ Conversion

2017-01-31 Thread Rambabu Repaka
Hi,Iam using below code osg::EllipsoidModel elipsModelObj; elipsModelObj.convertLatLongHeightToXYZ(12.9716,77.5946,500,x,y,z); Output x,y,z is different from online convertor x,y,z coordinates ? How to solve this ? ... Thank you! Cheers, Rambabu

[osg-users] About LatLonHeight to XYZ Conversion

2017-01-31 Thread Rambabu Repaka
Hi,Iam using the below code osg::EllipsoidModel elipsModelObj; elipsModelObj.convertLatLongHeightToXYZ(12.9716,77.5946,500,x,y,z); But i checked the x,y,z values ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] [vpb] Buildings

2017-01-10 Thread Rambabu Repaka
Hi,Nick Those tools are used only when we the purchase license otherwise trail version are not available.Can you provide the link for to download trail version of presgis or any other tool to do this ? ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] [vpb] Buildings

2017-01-09 Thread Rambabu Repaka
Hi, Thanks for the reply and i will be work on this. Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69940#69940 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [vpb] Buildings

2017-01-09 Thread Rambabu Repaka
Hi,Sorry Robert and all forum members who helped me a lot to my questions. I will properly ask questions from know onwards.Can anyone tell me about how to place the Buildings,Trees etc on the Terrain.Buildings are in .shp format,Terrain is in .flt format,Positioning of the Buildings is

Re: [osg-users] [vpb] Buildings

2017-01-09 Thread Rambabu Repaka
Hi,Sorry Robert and all forum members who helped me a lot to my questions. I will properly questions from know onwards.Can anyone tell me about how to place the Buildings,Trees etc on the Terrain.Buildings are in .shp format,Terrain is in .flt format,Positioning of the Buildings is adjusted by

Re: [osg-users] [vpb] Buildings

2017-01-08 Thread Rambabu Repaka
Hi,Robert i Provided all the details u asked to place a building in the terrain, help me how to do this ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69934#69934

Re: [osg-users] [vpb] Buildings

2017-01-08 Thread Rambabu Repaka
Hi, Hi,Actually Iam Working on the placing of Buildings,Trees etc on the Terrain.Buildings are in .shp format,Terrain is in .flt format,Positioning of the Buildings is adjusted by the ig data which is in the format of pitch,rolling and Heading.Can anyone help me how to load the buildings/trees

Re: [osg-users] [vpb] Buildings

2017-01-08 Thread Rambabu Repaka
robertosfield wrote: > On 6 January 2017 at 06:03, Bhanu Chandra <> wrote: > > > which is the best tool for loading buildings on terrain? > > > > Pickup truck or lorry would be good for getting the raw materials on > site. Then hire local builder to make your buildings. > > If you have

Re: [osg-users] [vpb] Buildings

2017-01-08 Thread Rambabu Repaka
robertosfield wrote: > On 6 January 2017 at 06:03, Bhanu Chandra <> wrote: > > > which is the best tool for loading buildings on terrain? > > > > Pickup truck or lorry would be good for getting the raw materials on > site. Then hire local builder to make your buildings. > > If you have

Re: [osg-users] [vpb] Buildings

2017-01-08 Thread Rambabu Repaka
Hi,Actually Iam Working on the placing of Buildings,Trees etc on the Terrain.Buildings are in .shp format,Terrain is in .flt format,Positioning of the Buildings is adjusted by the ig data which is in the format of pitch,rolling and Heading.Can anyone help me how to load the buildings/trees

Re: [osg-users] About VPB

2017-01-05 Thread Rambabu Repaka
Hi,Robert i want to load 3D Buliding Models on the ocean Using any tool ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69887#69887 ___ osg-users mailing list

Re: [osg-users] About VPB

2017-01-05 Thread Rambabu Repaka
Hi,Is there Any Other Tool to Load Buildings in osg ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69881#69881 ___ osg-users mailing list

Re: [osg-users] About VPB

2017-01-05 Thread Rambabu Repaka
Hi,In VPB Commands what is the use of --buildings command ? Using this we can load the buildings ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69869#69869 ___

[osg-users] About VPB

2017-01-05 Thread Rambabu Repaka
Hi,Using Virtual Planet Builder(VPB) How to load builidings in osg ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69859#69859 ___ osg-users mailing list

Re: [osg-users] osgconv.exe textures getting mangled

2017-01-03 Thread Rambabu Repaka
Hi,How to avoid the Fatal nb colors error in texture images. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69851#69851 ___ osg-users mailing list

Re: [osg-users] osgconv.exe textures getting mangled

2017-01-03 Thread Rambabu Repaka
Hi,4 Texture images are loading remaining texture images are not loading to the model what i have to do ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69849#69849

[osg-users] About raining

2017-01-03 Thread Rambabu Repaka
Hi,How to do Wet on the ground when raining in osg ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69839#69839 ___ osg-users mailing list

Re: [osg-users] osgconv.exe textures getting mangled

2017-01-03 Thread Rambabu Repaka
Hi,My Texture image files are in .png and .jpeg format. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69838#69838 ___ osg-users mailing list

Re: [osg-users] osgconv.exe textures getting mangled

2017-01-03 Thread Rambabu Repaka
Hi,Iam using osg 3.5.1 version Textures are not loading to the model it is showing Warning: [ReaderWriterOBJ::convertElementListToGeometry] Some faces from geometry '' were reversed by the plugin.I converted the model into .osgb format but textures are not adding to the model. ... Thank

Re: [osg-users] About Viewer->updateTraversal()

2016-12-27 Thread Rambabu Repaka
Hi,Hi,Iam using osg 3.5.1 version Viewer->updatetraversal() blocking the output means output becomes strucked. How can i eliminate this ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69774#69774

[osg-users] About Viewer->updateTraversal()

2016-12-27 Thread Rambabu Repaka
Hi,Iam using osg 3.5.1 version Viewer->updatetraversal() blocking the output means output becomes strucked. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69773#69773

[osg-users] About Boat Movement

2016-12-19 Thread Rambabu Repaka
Hi,How to make Boat oscilate whenver water hits in osg ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69707#69707 ___ osg-users mailing list

Re: [osg-users] Triton Ocean

2016-12-15 Thread Rambabu Repaka
Hi,Thanks Robert I thought it is not an email id. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69689#69689 ___ osg-users mailing list

Re: [osg-users] Triton Ocean

2016-12-14 Thread Rambabu Repaka
Hi,Chris hanson where we find the headers in the forum. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69686#69686 ___ osg-users mailing list

Re: [osg-users] Triton Ocean

2016-12-13 Thread Rambabu Repaka
Hi,Can u give your email id i can ask in mails ? wave swing means like in ocean shore part waves raising to some what and in ocean middle part ocean waves are normal.I thought swing suits to the wave. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] Triton Ocean

2016-12-13 Thread Rambabu Repaka
Hi,Inside triton osg code is using only thats why i asked if anyone knows tell me ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69674#69674 ___ osg-users

[osg-users] Triton Ocean

2016-12-13 Thread Rambabu Repaka
Hi,How to increase Wave swing in triton ocean. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69672#69672 ___ osg-users mailing list

Re: [osg-users] How to Draw Infinte 3D Grid in osg

2016-12-12 Thread Rambabu Repaka
Hi,Robert i saw the projective texturing and osg::TexGen/TexGenNode files iam unable to draw the grid starting trouble ? Can you explain how to start drawing the 3d grid. ... Thank you! Cheers, Rambabu -- Read this topic online here:

[osg-users] About Infinite Grid

2016-12-10 Thread Rambabu Repaka
Hi, Robert can u help me in drawing the grid i read the topics but iam unable to draw the 3d grid.can you explain in detail about that grid drawing in the osg. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] Detail Texture

2016-12-10 Thread Rambabu Repaka
Hi,Hi,Here we can add texture image by using imageoverlay function i posted the code below it explains all about it. #include osg::ref_ptr root = new osg::Group; ImageOverlay *imageoverlay = NULL; osg::ref_ptr image = osgDB::readImageFile("Indiaimage.jpg"); imageoverlay = new

Re: [osg-users] Detail Texture

2016-12-10 Thread Rambabu Repaka
Hi,Here we can add texture image by using imageoverlay function i posted the code below it explains all about it. #include osg::ref_ptr root = new osg::Group; ImageOverlay *imageoverlay = NULL; osg::ref_ptr image = osgDB::readImageFile("Indiaimage.jpg"); imageoverlay = new

Re: [osg-users] Offscreen rendering with multisampling

2016-12-09 Thread Rambabu Repaka
Hi, Use osg::DisplaySettings::instance()->setNumMultiSamples(4); in the first line of main function then you will get antialised one. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69646#69646

Re: [osg-users] Offscreen rendering with multisampling

2016-12-09 Thread Rambabu Repaka
Kris wrote: > Hello everyone, > > I'm working on a company project that displays navigation maps for ships with > OpenSceneGraph. > The product we develop is a library that generates map images, so a customer > (developer) > can use our library to develop its own navigation system. > > This

Re: [osg-users] How to Draw Infinte 3D Grid in osg

2016-12-08 Thread Rambabu Repaka
Hi,Thanks robert and iam going step by step. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69640#69640 ___ osg-users mailing list

Re: [osg-users] How to Draw Infinte 3D Grid in osg

2016-12-08 Thread Rambabu Repaka
Hi,I Want Projected onto to terrain ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69638#69638 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] How to Draw Infinte 3D Grid in osg

2016-12-08 Thread Rambabu Repaka
Hi,I want 2D planar grid rendering in a 3d scene and infinte means endless like osg ocean endless ocean.l ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69636#69636

Re: [osg-users] Detail Texture

2016-12-08 Thread Rambabu Repaka
Hi,Not Excepting #include error: No file it is showing ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69634#69634 ___ osg-users mailing list

[osg-users] How to Draw Infinte 3D Grid in osg

2016-12-07 Thread Rambabu Repaka
Hi,How to draw a Infinte 3D Grid in osg ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69631#69631 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Detail Texture

2016-12-07 Thread Rambabu Repaka
Hi, DetailTexture* detail = new DetailTexture(); detail->setImage(osgDB::readImageFile("mytexture.jpg")); detail->setIntensity(0.5f); detail->setImageUnit(4); mapNode->getTerrainEngine()->addEffect(detail); what is the header file for detail texture to

[osg-users] How to merge osgocean and osgearth

2016-12-07 Thread Rambabu Repaka
Hi,Iam having separately osgocean output and osgearth outputs how to merge both in 3.4.0 version visual studio 2013. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69626#69626

Re: [osg-users] Flat Earth Files

2016-12-06 Thread Rambabu Repaka
Hi,Sorry spelling mistake I Tried with that files but still globe earth is coming if we perform zooming in then some part flat.I want flat terrain files. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] Flat Earth Files

2016-12-06 Thread Rambabu Repaka
Hi,I Tried with that files but still global earth is coming if we perform zooming in then some part flat.I want flat terrain files. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69622#69622

[osg-users] Flat Earth Files

2016-12-06 Thread Rambabu Repaka
Hi,In osgearth upon builiding globe output for all examples using .earth files .Can anyone have the data files for flat earth. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69616#69616

Re: [osg-users] Upon Clicking the mouse left button the model should appear there

2016-12-05 Thread Rambabu Repaka
Hi,Model is moving upon clicking mouse button but problem is it is not appearing at clicking place,Constantly it is translating.How can i do to display the model at exact clicking place. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] Upon Clicking the mouse left button the model should appear there

2016-12-05 Thread Rambabu Repaka
Hi,Model is Loading but requirement is where the mouse button clicks it should display there. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69599#69599 ___

[osg-users] Upon Clicking the mouse left button the model should appear there

2016-12-04 Thread Rambabu Repaka
Hi, float CenLat = 12.0, CenLon = 77.0; float MinLat, MaxLat,MinLon,MaxLon; float Width = 1280, Height = 1024; float DifLat, DifLon,scale; float x,y,PrevX,PrevY; class ModelController : public osgGA::GUIEventHandler { public: ModelController(osg::MatrixTransform* node) : _model(node) {}

[osg-users] x and y coordinates

2016-12-02 Thread Rambabu Repaka
Hi,In opengl we can get event->x() and event->y() mouse events are there.For osg how to get these events. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69577#69577

[osg-users] MouseEvents

2016-11-28 Thread Rambabu Repaka
Hi,How to do mouse zoom in and zoom out events using keyboard buttons in osg. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69515#69515 ___ osg-users mailing list

[osg-users] OsgOcean

2016-11-28 Thread Rambabu Repaka
Hi,In osgocean ocean output part is limited to particular size how to get the full screen ocean part,Where i have to change the code. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69513#69513

Re: [osg-users] [solved] Using KDtree breaks rendering

2016-11-26 Thread Rambabu Repaka
Hi,If anyone have the source code for plain terrain creation share the link ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69506#69506 ___ osg-users mailing list

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-25 Thread Rambabu Repaka
Hi,In main function camera coordinates are osg::Vec3initialCameraPosition(0.0, 0.0, 20.0); How i can change the camera view continuously along with the model movement. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-24 Thread Rambabu Repaka
Hi,What is the equivalent function for std::max in osg 3.4.0 deltaMax = std::max(deltaMax, delta); showing error not a member of std. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69489#69489

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-24 Thread Rambabu Repaka
Hi, dynamic_cast (*_oceanSurface->getCullCallback()) (_oceanSurface.get(), ); still showing error .How can i do ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69486#69486

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-24 Thread Rambabu Repaka
Hi,In osg 3.2.3 (*_oceanSurface->getCullCallback())(_oceanSurface.get(), ); is working but in osg 3.4.0 error is showing Error 2 error C2064: term does not evaluate to a function taking 2 argumentsD:\osgocean-master1\osgocean-master\src\osgOcean\OceanScene.cpp 884 1

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-23 Thread Rambabu Repaka
Hi,i am not getting silverling sky in osgearth,can anyone explain with examples ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69482#69482 ___ osg-users mailing

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-23 Thread Rambabu Repaka
Hi,separate osg sky source code is available or we have to extract from osgearth ? ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69481#69481 ___ osg-users mailing

Re: [osg-users] [osgOcean] Dose anybody has other learing resources about osgOcean?

2016-11-21 Thread Rambabu Repaka
Hi,Can anyone have the source code of latest version of osg ocean (except osg ocean 1.0). ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69467#69467 ___ osg-users

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-21 Thread Rambabu Repaka
Hi,Can anyone provide the link for download of jpeg and png plugins for osg 3.5.1 version. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69466#69466 ___ osg-users

Re: [osg-users] [osgPlugins] Exporting OpenFlight from OSG and DDS textures

2016-11-18 Thread Rambabu Repaka
Hi,How to convert the .osg files like cessna.osg to .flt files. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69445#69445 ___ osg-users mailing list

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-18 Thread Rambabu Repaka
Hi,Not like that i just asking if anyone used it previous. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69443#69443 ___ osg-users mailing list

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-17 Thread Rambabu Repaka
Hi,Can anyone provide the link for the download of t72-tank_des textures. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69437#69437 ___ osg-users mailing list

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-17 Thread Rambabu Repaka
Hi,Iam not asking about model rotation.Iam asking about how to rotate the nodes in a model.Like in cessna left and right fans rotation. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69426#69426

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-17 Thread Rambabu Repaka
Hi,Where i can get osgtank model for download.If anyone having a model share the link down. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69419#69419 ___

Re: [osg-users] Rotation of a node starts clockwise and ends counter-clockwise.

2016-11-17 Thread Rambabu Repaka
Hi,Can anyone tell how to do the nodes rotation for the osg model like cessna. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69418#69418 ___ osg-users mailing

Re: [osg-users] ECEF Oriented Compass Implementation

2016-11-16 Thread Rambabu Repaka
Hi,I got the answer for my question.In the compass node creation sample code two errors are there. First one: replace Compass(); with compass(void) { } second one: Replace virtual ~Compass() with Compass::~Compass(void) { } ... Thank you! Cheers, Rambabu -- Read this

Re: [osg-users] ECEF Oriented Compass Implementation

2016-11-16 Thread Rambabu Repaka
Hi,In Osg3_Cookbook.pdf implementing a compass node example page number 74.Problem in compass class linking. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69392#69392

Re: [osg-users] ECEF Oriented Compass Implementation

2016-11-16 Thread Rambabu Repaka
Hi, class Compass : public osg::Camera { public: Compass(); Compass( const Compass& copy, osg::CopyOp copyop=osg::CopyOp::SHALLOW_COPY ); META_Node( osg, Compass ); void setPlate( osg::MatrixTransform* plate ) {_plateTransform = plate; } void

Re: [osg-users] ECEF Oriented Compass Implementation

2016-11-16 Thread Rambabu Repaka
Hi,Iam working with compass creation Linker errors are coming asking the compass library file.How can i solve this can anyone tell. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69385#69385

Re: [osg-users] World to local coordinates

2016-11-15 Thread Rambabu Repaka
Hi,Robert don't be too angry on me.Iam new to osg little bit of confusion about all classes and functions.One doubt how to know screen coordinates of osg. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] World to local coordinates

2016-11-15 Thread Rambabu Repaka
Hi,I got the answer thanks for helping me and iam a beginner in osg learning slowly and sorry disturbing all for asking simple questions. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69373#69373

Re: [osg-users] World to local coordinates

2016-11-15 Thread Rambabu Repaka
Hi,In osgsimulation source code if we comment the rotation of cessna model line the cessna is not viewing,What is the problem can anyone tell. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69368#69368

Re: [osg-users] World to local coordinates

2016-11-15 Thread Rambabu Repaka
Hi,Iam facing problem in implementing the logic for viewing the osg model using latitude,longitude and height readings.Can anyone tell me how to do it. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69365#69365

Re: [osg-users] World to local coordinates

2016-11-12 Thread Rambabu Repaka
Hi,Sorry for asking number and i will ask doubts in this forum only. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69343#69343 ___ osg-users mailing list

Re: [osg-users] convertLatLongHeightToXYZ

2016-11-12 Thread Rambabu Repaka
Hi,Can anyone post a code where function converts latitude,longitude,height to x,y,z and returns the x,y,z coordinates in osg. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69339#69339

Re: [osg-users] World to local coordinates

2016-11-11 Thread Rambabu Repaka
Hi,Thanks for your help and robert can u give your number where in whatsapp i can ask more doubts about osg. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69337#69337

Re: [osg-users] World to local coordinates

2016-11-11 Thread Rambabu Repaka
Hi, Thanks robert and Iam working on the EllipsoidModel. One Doubt Is it possible to view the osg model like cessan.osg using latitude and longitude readings at exact position. ... Thank you! Cheers, Rambabu -- Read this topic online here:

Re: [osg-users] osgText setColor problem

2016-11-11 Thread Rambabu Repaka
Hi,Iam new to osg can anyone help me in setting a color to the 2d text. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69316#69316 ___ osg-users mailing list

Re: [osg-users] World to local coordinates

2016-11-11 Thread Rambabu Repaka
Hi, I saw the osg/CoordinateSystemNode but iam unable to to locate the model according to latitude and longitude readings.Please share code if anybody knows. ... Thank you! Cheers, Rambabu :) :) :) -- Read this topic online here:

Re: [osg-users] World to local coordinates

2016-11-10 Thread Rambabu Repaka
Hi,Iam new to osg can anyone share the code for using latitude and longitude readings to view a model. ... Thank you! Cheers, Rambabu -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69303#69303