Re: [osg-users] osgQt include files

2018-12-04 Thread Michael W. Hall
: > osgEarth provides it's own set of FindOSG macros that correct the > vanilla CMake ones... > -- > nǝıɥʇɐƜ > > > On Mon, 24 Sep 2018 at 03:49, Michael W. Hall wrote: > > Well I built OSG and did not install from a package.  I made the > > change in Option two.  I c

Re: [osg-users] osgQt include files

2018-10-10 Thread Michael W. Hall
-25 at 18:08 -0500, Michael W. Hall wrote: > Well when I try to configure osgQt here is what I am getting: > > CMake Error at >  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 >  (message): >    Could NOT find OpenSceneGraph (missing: OPENSC

Re: [osg-users] osgQt include files

2018-09-25 Thread Michael W. Hall
Earth provides it's own set of FindOSG macros that correct the > vanilla CMake ones... > -- > nǝıɥʇɐƜ > > > On Mon, 24 Sep 2018 at 03:49, Michael W. Hall wrote: > > Well I built OSG and did not install from a package.  I made the > > change in Option two.  I changed th

Re: [osg-users] osgQt include files

2018-09-23 Thread Michael W. Hall
in the /usr/local/lib64 directory.  Still working on it. Thanks, Michael On Sat, 2018-09-22 at 00:04 -0500, Michael W. Hall wrote: > My osg libraries are in /usr/local/lib64.  I built osgEarth and it > found the osg libs, but the osgQt does not find the libs.  Not sure > what is up with the osgQ

Re: [osg-users] osgQt include files

2018-09-21 Thread Michael W. Hall
3.5/Modules/Findosg_functions.cmake . You need to modify two lines to > replace  > > 'PATH_SUFFIXES lib' > > by  > > 'PATH_SUFFIXES lib lib64' > > > > HTH > -- > nǝıɥʇɐƜ > > > On Wed, 19 Sep 2018 at 03:54, Michael W. Hall wrote: > > Ho

Re: [osg-users] osgQt include files

2018-09-17 Thread Michael W. Hall
Just wondering the if anyone has noticed anything in the log files.  Still have not had any luck. Thanks, Michael On Sat, 2018-09-15 at 01:22 -0500, Michael W. Hall wrote: > Here is the output you requested. > > Thanks, > Michael > > On Fri, 2018-09-14 at 17:18 +0200, Mat

Re: [osg-users] osgQt include files

2018-09-15 Thread Michael W. Hall
Here is the output you requested. Thanks, Michael On Fri, 2018-09-14 at 17:18 +0200, Mathieu MARACHE wrote: > Hi Michael, > > I'd like the output of the command : > > cmake -DOpenSceneGraph_DEBUG=On ./ > > Regards > -- > nǝıɥʇɐƜ > > > On Wed, 12 Sep 2

Re: [osg-users] osgQt include files

2018-09-11 Thread Michael W. Hall
ry to add the > 'OpenSceneGraph_DEBUG' variable when running cmake ? And also include > the parameters you set to your cmake call for osgQt ? > > > cmake -DOpenSceneGraph_DEBUG=True ... > > Regards > -- > nǝıɥʇɐƜ > > > On Sun, 9 Sep 2018 at 08:04, Michael W. Hall wrot

Re: [osg-users] osgQt include files

2018-09-09 Thread Michael W. Hall
re/cmake-3.5/Modules/FindOpenSceneGraph.cmake:234  (FIND_PACKAGE_HANDLE_STANDARD_ARGS)    CMakeLists.txt:130 (FIND_PACKAGE) I have osg 3.7.0 installed.  Any idea why it is not finding it? Thanks, Michael On Sun, 2018-08-12 at 08:09 -0500, Michael W. Hall wrote: > Thanks, > > On Sun, 2018-08-

Re: [osg-users] osgQt include files

2018-08-12 Thread Michael W. Hall
Thanks, On Sun, 2018-08-12 at 08:36 +0300, Konstantin Podsvirov wrote: > Hello Michael! > > 0:13, 12 August 2018 г., "Michael W. Hall" : > This may have been answered.  I got the latest version of > OpenSceneGraph from github.  It is version 3.7.  I built and > instal

[osg-users] osgQt include files

2018-08-11 Thread Michael W. Hall
This may have been answered.  I got the latest version of OpenSceneGraph from github.  It is version 3.7.  I built and installed. When I try to compile my program I am getting the following error: In file included from /home/hallmw/Projects/osgMap/applications/osgmap/osgmap.cpp:12:0:

Re: [osg-users] LIDAR plugin

2017-09-10 Thread Michael W. Hall
I rebuilt with your FindLIBLAS.cmake file.  I had found the LIBLASC library and had already installed it.  When I did a ccmake, the LIBLASC was found.   After building, I ran osgViewer and it loaded the plugin.  Your  FindLIBLAS.cmake file worked on my Ubuntu system.  Thanks for the help and

Re: [osg-users] LIDAR plugin

2017-09-09 Thread Michael W. Hall
Rebuilding with the cmake script you provided.  Will give update when done. On Fri, 2017-09-08 at 09:57 +0200, Voerman, L. wrote: > Hi Michael, > the cmake script demands a las_c library - I created a version of > OpenSceneGraph\CMakeModules\FindLIBLAS.cmake (attached) that skips > this demand. >

Re: [osg-users] LIDAR plugin

2017-09-01 Thread Michael W. Hall
o convert to LAS: https://gis.stackexchange.co > m/questions/188170/converting-lidar-files-from-laz-to-las-format > > On Thu, Aug 31, 2017 at 7:48 PM, Michael W. Hall <hal...@att.net> > wrote: > > I have OSG 3.4.0 installed.  I have some LIDAR Data and when is > > ty

Re: [osg-users] LIDAR plugin

2017-09-01 Thread Michael W. Hall
is.stackexchange.co > m/questions/188170/converting-lidar-files-from-laz-to-las-format > > On Thu, Aug 31, 2017 at 7:48 PM, Michael W. Hall <hal...@att.net> > wrote: > > I have OSG 3.4.0 installed.  I have some LIDAR Data and when is > > type: > > > > os

[osg-users] LIDAR plugin

2017-08-31 Thread Michael W. Hall
I have OSG 3.4.0 installed.  I have some LIDAR Data and when is type: osgviewer   I get a message saying that it cannot find a plugin for the data.  The data has a .laz extension, but it looks like the plugin is looking for .las extension.  I renamed the files with a .las extension and still did

Re: [osg-users] OSG 3.2.1

2014-12-15 Thread Michael W. Hall
the RestHttp plugin? What platform are you compiling on? Robert On 14 Dec 2014 16:36, Michael W. Hall hal...@att.net wrote: I just thought I would upgrade to the lastest version of OSG. I am sure this question has been answered, but I have not found the answer

[osg-users] OSG 3.2.1

2014-12-14 Thread Michael W. Hall
I just thought I would upgrade to the lastest version of OSG. I am sure this question has been answered, but I have not found the answer in my searching. CCMake reported that the ASIO_INCLUDE_DIR - was not found. I installed libboost-all-dev, and set the directory to the location. That seemed to

[osg-users] OT: Qt Statusbar question

2013-04-03 Thread Michael W. Hall
Not really a osg question directly. I am using osgEarth in my application. I have a callback function that updates the statusbar. If I have my callback function parameters set to take a statusbar pointer, it will update the status bar with the lat/long under the mouse. However, I have added

Re: [osg-users] getting errors in creating First OSG program

2013-02-02 Thread Michael W. Hall
subTarget = new MonitoringTarget(i); } } On Sat, Feb 2, 2013 at 4:54 AM, Michael W. Hall hal...@att.net wrote: Sounds like you may have missed an include file in your test.cpp file, or you have included something that it does not know about

Re: [osg-users] getting errors in creating First OSG program

2013-02-02 Thread Michael W. Hall
MonitoringTarget(i); } } On Sat, Feb 2, 2013 at 4:54 AM, Michael W. Hall hal...@att.net wrote: Sounds like you may have missed an include file in your test.cpp file

Re: [osg-users] getting errors in creating First OSG program

2013-02-01 Thread Michael W. Hall
Sounds like you may have missed an include file in your test.cpp file, or you have included something that it does not know about. If your program is short you may want to paste it into a reply and then people could maybe determine the problem. Michael On Fri, 2013-r2-01 at 19:10 +0530, om

[osg-users] CMake errors

2013-01-27 Thread Michael W. Hall
I just updated my system from Ubuntu 11.04 to 12.04. I am trying to rebuild my OSG 3.0.1. I am getting the following when I try to configure: CMake Warning at /usr/share/cmake-2.8/Modules/FindITK.cmake:48 (FIND_PACKAGE): Could not find a configuration file for package ITK. Set ITK_DIR

[osg-users] How to get position information

2012-09-25 Thread Michael W. Hall
Well I have my application displaying maps. I also believe that I have some DTED data loading. Now I would like to have the lat/long and elevation display in the status bar. My question is how do you get the position information as you move the mouse over the map? I was trying to make my own

Re: [osg-users] Errors after switch to osgEarth

2012-09-17 Thread Michael W. Hall
/ @glennwaldron On Fri, Sep 14, 2012 at 7:30 PM, Michael W. Hall hal...@att.net wrote: I am receiving the following errors after switching to reading files with osgEarth: [osgEarth]* [GDAL driver] Dataset has no spatial reference information: /home

[osg-users] osgEarthild

2012-09-14 Thread Michael W. Hall
I have been trying to modify my CMakeList.txt file to find the osgEarth package. I added the line: FIND_PACKAGE(osgEarth) It tells me the following: CMake Warning at CMakeLists.txt:128 (FIND_PACKAGE): Could not find module FindOsgEarth.cmake or a configuration file for package OsgEarth.

[osg-users] Errors after switch to osgEarth

2012-09-14 Thread Michael W. Hall
I am receiving the following errors after switching to reading files with osgEarth: [osgEarth]* [GDAL driver] Dataset has no spatial reference information: /home/hallmw/Projects/osgMap/Build/bin/Data/land_shallow_topo_east.tif [osgEarth]* Could not initialize TileSource for layer east-tiff ERROR

Re: [osg-users] Maps DTED data

2012-08-24 Thread Michael W. Hall
I downloaded osgEarth and build. It is working. Now I need to dig into it. Thanks, Michael On Tue, 2012-08-21 at 15:31 -0400, Glenn Waldron wrote: Michael, osgEarth is a C++ terrain rendering SDK. It is built on top of OSG. It renders 3D terrains from elevation, imagery, and vector data

Re: [osg-users] Maps DTED data

2012-08-24 Thread Michael W. Hall
My application uses Qt. Currently I have it just reading a .ive file when it starts. This .ive was generated from the BMNG. I would like to keep using this for the app, and apply my maps to it. I would like to have a menu option to allow users to import maps into the application. Importing

Re: [osg-users] Maps DTED data

2012-08-24 Thread Michael W. Hall
The DTED data I have has the .dt2 extension. Can osgEarth load that or do you have to modify it somehow? On Fri, 2012-08-24 at 19:32 -0600, Chris Hanson wrote: On Fri, Aug 24, 2012 at 6:56 PM, Michael W. Hall hal...@att.net wrote: My application uses Qt. Currently I have it just

Re: [osg-users] Build

2011-12-26 Thread Michael W. Hall
What is the limit? The attachment is only 168KB. On Fri, 2011-12-23 at 17:10 -0700, Chris 'Xenon' Hanson wrote: On 12/23/2011 5:00 PM, Michael W. Hall wrote: Here is my project I had mentioned. It builds the lib and then when it builds the main cpp file I get lots of undefined references

Re: [osg-users] Building

2011-12-16 Thread Michael W. Hall
I will tar it up and send it. On Sun, 2011-12-11 at 21:23 +0100, Marius Kintel wrote: On Dec 10, 2011, at 23:01 PM, Michael W. Hall wrote: I have taken the OSGViewerQT example program and have tried to break it into a nice example for myself. I did something similar and put it here

[osg-users] Building

2011-12-10 Thread Michael W. Hall
I have taken the OSGViewerQT example program and have tried to break it into a nice example for myself. The library portion builds with a few warnings. When it builds the application that kicks off the library, I am getting undefined reference errors in the library. I was wondering if anyone on

Re: [osg-users] QT code

2011-09-02 Thread Michael W. Hall
window to work with the osgViewer classes. The osgviewerQt example illustrates this in action. Robert. On Sat, Aug 13, 2011 at 10:25 PM, Michael W. Hall hal...@att.net wrote: Would someone mind sharing their code for creating a QT application? I have spend numerous hours trying

[osg-users] QT code

2011-08-13 Thread Michael W. Hall
Would someone mind sharing their code for creating a QT application? I have spend numerous hours trying to create a QT window and have a window to render in. I have looked at the example code and it looks very different from the QT books I have. I would like to be able to create the menus using

Re: [osg-users] Osg issue

2011-04-08 Thread Michael W. Hall
I type osgversion. On Thu, 2011-04-07 at 15:56 +0200, Alberto Luaces wrote: Michael Hall writes: I have compiled ash on my laptop. It is running Ubuntu 10.10 X64. OSG compiles and installs. When I run osgversion from my home dir I get an error about an undefined symbol. If I go

Re: [osg-users] runtime error

2011-01-04 Thread Michael W. Hall
Thanks for the reply. Might have confused you. I have a 64 bit machine and a 32 bit machine. I have been building osg on both machines and installing the openscenegraph package on both from package manager. I just removed the osg package with package manager and then got the latest trunk on

Re: [osg-users] osg question

2010-12-31 Thread Michael W. Hall
. The 32 is a laptop and the 64 bit is a desktop. I have not had any trouble with osg in a while. I do not get any compile errors, just the runtime error. On Mon, 2010-12-27 at 14:15 +0100, Alberto Luaces wrote: Michael W. Hall writes: My bad. The error now states: osgversion: symbol

Re: [osg-users] osg question

2010-12-24 Thread Michael W. Hall
Just got latest and build now when I run osgversion, to see if osg is working, I get the same error with libosg.so.70. I am running Ubuntu 10.04 x64. Michael On Fri, 2010-12-24 at 13:41 +0100, Mourad Boufarguine wrote: On Thu, Dec 23, 2010 at 9:44 PM, Michael W. Hall hal...@att.net wrote

Re: [osg-users] osg question

2010-12-24 Thread Michael W. Hall
My bad. The error now states: osgversion: symbol lookup error: /usr/local/lib64/libosg.so.70: undefined symbol: _ZN11OpenThreads5MutexC1ENS0_9MutexTypeE Ideas? On Fri, 2010-12-24 at 13:41 +0100, Mourad Boufarguine wrote: On Thu, Dec 23, 2010 at 9:44 PM, Michael W. Hall hal...@att.net wrote

[osg-users] osg question

2010-12-23 Thread Michael W. Hall
I get the following error when I run osgversion to see if it is working: osgversion: error while loading shared libraries: libosg.so.69: cannot open shared object file: No such file or directory The file does exist in /usr/local/lib64. I am using the latest version from svn. I have had this

[osg-users] website down

2010-02-13 Thread Michael W. Hall
Is anyone else having trouble getting to the website? I am getting the following errors: Traceback (most recent call last): File /usr/lib/python2.5/site-packages/trac/web/api.py, line 339, in send_error 'text/html') File /usr/lib/python2.5/site-packages/trac/web/chrome.py, line 684, in

Re: [osg-users] Visual Studio 2005

2009-08-24 Thread Michael W. Hall
I have my environment variables setup. However, linking the example I get numerous unresolved external errors. Not sure what is wrong. No compile errors. Trying to figure if it is my osglibs that are bad or what. Still trying to figure it out. Michael On Sun, 2009-08-16 at 16:52 -0400,

Re: [osg-users] Visual Studio 2005

2009-08-16 Thread Michael W. Hall
+0100, Andrew Burnett-Thompson wrote: It's here: http://www.april1985.com/2008/02/19/osgnetdemo/ under osgDotNetDemo.rar http://www.april1985.com/?dl_id=7 Hope that helps, Andrew On Sat, Aug 15, 2009 at 4:46 AM, Michael W. Hall hal...@att.net wrote: I for the life of me cannot

Re: [osg-users] Visual Studio 2005

2009-08-14 Thread Michael W. Hall
and performant, relatively trouble free. Not a bad way to work with OSG! Hope this helps, Andrew On Wed, Aug 12, 2009 at 2:51 PM, Michael W. Hall hal...@att.net wrote: I am just trying to create a project. What type of project is the best to start with. I chose the C

Re: [osg-users] Visual Studio 2005

2009-08-12 Thread Michael W. Hall
the scene. That is where I am stuck. Have not done any 3D with windows/VS 2005 and was looking for a little help to get going. Michael On Tue, 2009-08-04 at 21:48 -0600, Chris 'Xenon' Hanson wrote: Michael W. Hall wrote: Since I am having issues with my linux box, I am tinkering with OSG

[osg-users] Visual Studio 2005

2009-08-04 Thread Michael W. Hall
Since I am having issues with my linux box, I am tinkering with OSG in Visual Studio 2005. I am not having much luck. I was wondering if anyone can point me to some good example code for VS 2005. I am wanting to do C++/CLR. Thanks for any help. ___

[osg-users] osgDotNet

2009-07-10 Thread Michael W. Hall
Can someone help me out with building this? I have been following the directions, but no luck yet. I created the environment variable as the instructions said, but I get errors saying that it cannot open the osg files. These files are on my system and in the location specified. Any help is

Re: [osg-users] osgDotNet

2009-07-10 Thread Michael W. Hall
Additional information. The error is looking for files in osgIntrospection. I do not see this in my osg install directory. However, I had no errors on the build of OSG or the install and none on VPB. Michael On Fri, 2009-07-10 at 17:05 -0500, Michael W. Hall wrote: Can someone help me out

Re: [osg-users] osgDotNet

2009-07-10 Thread Michael W. Hall
would appreciate any help. Michael On Fri, 2009-07-10 at 17:10 -0500, Michael W. Hall wrote: Additional information. The error is looking for files in osgIntrospection. I do not see this in my osg install directory. However, I had no errors on the build of OSG or the install and none on VPB

Re: [osg-users] VPB

2009-07-06 Thread Michael W. Hall
' Hanson wrote: Michael W. Hall wrote: Just got the latest SVN of OSG to compile on VS2005. I am now trying to get VPB to build. Was wondering if some one could point me to some help. I have tried CMAKE and when I build it I see no executable. I've built it in the last week or so without

Re: [osg-users] Warning message during VPB configure

2009-05-03 Thread Michael W. Hall
Anyway could send me the modifications you made so I can review them. Thanks, Robert. On Sat, May 2, 2009 at 10:17 PM, Michael W. Hall hal...@att.net wrote: Robert, I got the latest VPB from SVN and it built after I made the changes to the files I mentioned below. I am using

Re: [osg-users] Warning message during VPB configure

2009-05-02 Thread Michael W. Hall
see any warning. W.r.t you follow up email, it looks like VPB isn't finding the correct OSG version. Do you have multiple versions of the OSG installed? Which version of the VPB are you using? Robert. On Fri, May 1, 2009 at 8:39 PM, Michael W. Hall hal...@att.net wrote: I get

Re: [osg-users] Warning message during VPB configure

2009-05-01 Thread Michael W. Hall
make: *** [all] Error 2 Any ideas? Michael On Fri, 2009-05-01 at 14:39 -0500, Michael W. Hall wrote: I get the following warning during the generate of ccmake for VPB: CMake Warning (dev) at src/vpb/CMakeLists.txt:38 (ADD_LIBRARY): Policy CMP0003 should be set before this line. Add code

Re: [osg-users] OSG 2.6.1 and VPB

2009-03-21 Thread Michael W. Hall
. On Sat, Mar 7, 2009 at 1:01 AM, Michael W. Hall hal...@att.net wrote: I appreciate the reply. I got OSG 2.6.1 and followed the info you provided to get the version of VPB that was was listed in the table to work with the version of OSG I have installed. It has been a while since I have

Re: [osg-users] OSG 2.6.1 and VPB

2009-03-06 Thread Michael W. Hall
2009/1/25 Michael W. Hall hal...@att.net I have built OSG 2.6.1. Now I am trying to get the VPB to build. I got the latest from SVN, but I see that the chart says VPB r924 is the one to use. Could someone tell me how to get the version of VPB

[osg-users] OSG 2.6.1 and VPB

2009-01-24 Thread Michael W. Hall
I have built OSG 2.6.1. Now I am trying to get the VPB to build. I got the latest from SVN, but I see that the chart says VPB r924 is the one to use. Could someone tell me how to get the version of VPB that will compile against OSG 2.6.1? I am using Fedora Core 10 x86_64. Thanks, Michael

Re: [osg-users] Building VPB on Windows

2008-12-24 Thread Michael W. Hall
://www.gdal.org// /For osg, you may have made an error with your Environment variable.You could add your lib path to the Environment variable path. Regards. On Wed, Dec 24, 2008 at 6:16 AM, Michael W. Hall hal...@att.net mailto:hal...@att.net wrote: Attached you

[osg-users] Building VPB on Windows

2008-12-23 Thread Michael W. Hall
I am trying to build VPB on my Windows machine. I get about 64 errors. I got the 2.6 version of OSG and I got the latest VPB from SVN. This could be my problem. I created all the Environment variables (i.e. OSG_ROOT, OSG_BIN_PATH, etc). When I tried a rebuild, it failed with the same errors.

Re: [osg-users] Building VPB on Windows

2008-12-23 Thread Michael W. Hall
I just ran the configure utility. I am getting errors with CMake configure. Reports that a lot of the variables are set to not found. Windows XP BTW and Visual Studio 2005. Michael On Tue, 2008-12-23 at 15:33 -0600, Michael W. Hall wrote: I am trying to build VPB on my Windows machine. I

Re: [osg-users] Building VPB on Windows

2008-12-23 Thread Michael W. Hall
Attached you will find reported errors. Michael On Wed, 2008-12-24 at 00:58 +, Simon Hammett wrote: Well it's hard to give you any pointers if you don't supply the error messages... 2008/12/23 Michael W. Hall hal...@att.net: I just ran the configure utility. I am getting errors

[osg-users] Compiling OSG on Windows

2008-12-06 Thread Michael W. Hall
I am trying to build OSG on my Windows XP box. I downloaded CMake and I am having trouble getting it to build. I am following the Wiki instructions for building, but still having problems. I have not used CMake on Windows, so I am new to this. There is an error about WxWidgets not found is

Re: [osg-users] Compiling OSG on Windows

2008-12-06 Thread Michael W. Hall
for the reply, Michael On Sat, 2008-12-06 at 19:08 +0100, Janusz wrote: Michael: You need wxwidgets/windows only if you intend to build the osgwxviewer example. If this is your only source of error, ignore it. Janusz Michael W. Hall pisze: I am trying to build OSG on my Windows XP box. I downloaded

Re: [osg-users] Compiling OSG on Windows

2008-12-06 Thread Michael W. Hall
the osgwxviewer example. If this is your only source of error, ignore it. Janusz Michael W. Hall pisze: I am trying to build OSG on my Windows XP box. I downloaded CMake and I am having trouble getting it to build. I am following the Wiki instructions for building, but still having

Re: [osg-users] VPB error

2008-09-06 Thread Michael W. Hall
the symlink. Any ideas? Michael On Fri, 2008-09-05 at 20:59 +0100, Robert Osfield wrote: On Fri, Sep 5, 2008 at 8:26 PM, Michael W. Hall [EMAIL PROTECTED] wrote: I looked at the front page and nothing is mentioned about OSG 2.6. And yet you still wanted to make the assumption that implictly

Re: [osg-users] VPB error

2008-09-05 Thread Michael W. Hall
:00 AM, Michael W. Hall [EMAIL PROTECTED] wrote: Has there been a new release of VPB? I built it, but when I try to run it I get the following: osgdem: error while loading shared libraries: libvpb.so.8: cannot open shared object file: No such file or directory Looks as thought

[osg-users] VPB error

2008-09-03 Thread Michael W. Hall
Has there been a new release of VPB? I built it, but when I try to run it I get the following: osgdem: error while loading shared libraries: libvpb.so.8: cannot open shared object file: No such file or directory Looks as thought something did not install. Just wondering if someone may have

[osg-users] VPB

2008-08-03 Thread Michael W. Hall
I have VPB 0.9.7 and OSG 2.6 RC1. I am getting errors when building VPB. They are as follows: /home/mwhall/Download/VirtualPlanetBuilder/src/vpb/Commandline.cpp: In member function ‘void vpb::Commandline::processImageOrHeightField(vpb::Source::Type, const std::string)’:

Re: [osg-users] BlueMarble example

2008-06-17 Thread Michael W. Hall
error message. David Callu 2008/6/12 Michael W. Hall [EMAIL PROTECTED]: I was using some code from the osgbluemarble.cpp example. I am getting an error stating that ImageOptions is not a member of osgDB. I have been looking in the documentation

[osg-users] BlueMarble example

2008-06-11 Thread Michael W. Hall
I was using some code from the osgbluemarble.cpp example. I am getting an error stating that ImageOptions is not a member of osgDB. I have been looking in the documentation on the website and have not found anything. Can someone tell me what has replaced this or where it is now? Thanks.

[osg-users] Question on how to use the Graphics Context?

2008-04-04 Thread Michael W. Hall
to a graphic window object to be rendered? I am new to graphics programming so please forgive the newbie type question. Thanks, Michael /*** * Copyright (C) 2007 by Michael W. Hall * * [EMAIL PROTECTED

Re: [osg-users] osgdem issue

2008-02-26 Thread Michael W. Hall
line and you find no space between las_shallow_topo_east.tif and --geocentric. Robert. On Sun, Feb 24, 2008 at 8:35 PM, Michael W. Hall [EMAIL PROTECTED] wrote: I have the following files land_shallow_topo_east.tif and land_shallow_topo_west.tif. I run the following command: osgdem

[osg-users] Using VPB to generate Earth Model

2008-02-09 Thread Michael W. Hall
I have posted about this a few times. I finally stopped my previous process of running osgdem with the world.topo.200406.3x21600x21600.panels.jpg.tar and the land_shallow_topo_west.tif, and land_shallow_topo_east.tif files. It had generated 40 thousand .ive files and was still running. I

Re: [osg-users] using VPB to make an earth model

2008-02-08 Thread Michael W. Hall
Philip, Just wanted to let you know that it appears to be working. I had the two tif files that you have and the following BMNG tar which I extracted: world.topo.200406.3x21600x21600.panels.jpg.tar The osgdem program has been generating *.ive files for 4 days now. I hope it finishes soon.

Re: [osg-users] using VPB to make an earth model

2008-02-05 Thread Michael W. Hall
Sorry to reply to my own message. I just noticed that I misspelled the extension of the files. They should be .tif once I fixed that it stated generating data. I will let you know if it works. Michael On Tue, 2008-02-05 at 17:15 -0600, Michael W. Hall wrote: Hey, Did you find out

[osg-users] SRTM DTED data

2008-01-23 Thread Michael W. Hall
I would like to use the BMNG image file to create a model of earth in my program. I have one of the BMNG jpgs. Can I use osgdem with the jpg file to create a earth model? Do I need DTED data? I am trying to improve my knowledge of maps and learn OpenSceneGraph. Also, how do you know if a

Re: [osg-users] VPB configure error

2008-01-20 Thread Michael W. Hall
defence is not a function of learning tricks but is a function of how quickly and intensely one can arouse one's instinct for survival -Master Tambo Tetsura -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael W. Hall Sent: Saturday

[osg-users] VPB configure error

2008-01-19 Thread Michael W. Hall
I am getting the following error running configure for VirtualPlanetBuilder: -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for

Re: [osg-users] Blue Marble example

2008-01-11 Thread Michael W. Hall
version are you using? Could you back and say what you are trying to do/learn to do, there is likely to be an easier way to tackling the task now. Robert. On Jan 10, 2008 11:09 PM, Michael W. Hall [EMAIL PROTECTED] wrote: I am looking at the Blue Marble example that come with the source. I

[osg-users] Blue Marble example

2008-01-10 Thread Michael W. Hall
I am looking at the Blue Marble example that come with the source. I have a question about the createWorld function. The first line of the function they are getting a readerwriter. They make a call to getReaderWriterForExtension(gdal). What is this extension and how do you know what extensions

Re: [osg-users] osgViewer

2008-01-03 Thread Michael W. Hall
, I successfully created a Viewer in Java, so, probably you are missing something...Have you called to setUpViewerAsEmbedded method?.. .You should have all you need in the viewer examples of the OSG source tree. Rafa. On Jan 1, 2008 11:45 PM, Michael W. Hall [EMAIL PROTECTED] wrote

Re: [osg-users] osgViewer

2008-01-01 Thread Michael W. Hall
, I'm not an expert in QT, but probably you can take a look to osgviewerQT example inside OSG source tree. Rafa. On Dec 27, 2007 4:35 AM, Michael W. Hall [EMAIL PROTECTED] wrote: I have created a KDevelop project using the Application framework template. I have made my

Re: [osg-users] Error when I try to run

2007-11-09 Thread Michael W. Hall
That got it. Thanks, Michael On Fri, 2007-11-09 at 10:06 +0100, Alberto Luaces wrote: El Friday 09 November 2007 04:37:01 Michael W. Hall escribió: I downloaded the OpenSceneGraph Quick Start Guide and read it. I created a KDE app in KDevelop. I basically did the following in the header

[osg-users] Error when I try to run

2007-11-08 Thread Michael W. Hall
I downloaded the OpenSceneGraph Quick Start Guide and read it. I created a KDE app in KDevelop. I basically did the following in the header file: osgViewer::Viewer viewer I linked with libosgViewer.so and libosg.so. The program compiles and when I try to run it I am getting the following

Re: [osg-users] Just getting started

2007-10-19 Thread Michael W. Hall
, Michael W. Hall [EMAIL PROTECTED] wrote: I am new to OSG and I have just started playing with OSG. I have checked out the website and have not had much luck figuring things out. Is there a good reference on-line someone can point me to? Also, I created a KDevelop project and was using