Dear Terrains, The build errors reported in My last two posts, have been resolved except the following one. While bulding "wxEnviro-OSG-vc8.sln" I got the...
Prakash Sahu
prakash.sahu@...
Jan 2, 2009 5:43 am
5526
Prakash, ... - ... (__cdecl*)(int,int,unsigned ... Your vtosg library is correct. The link error has to do with the mini library. There must be something ...
Dear Ben, Thanks for the help, but I downloaded the All the libs and src for VC8.0, I have mini-8.86-bin, with libMini-vc8.0.lib in it. The mini-bin-1308...
Prakash Sahu
prakash.sahu@...
Jan 2, 2009 9:57 am
5528
Has anyone seen or read this book: "Visioning And Visualization: People, Pixels, and Plans", by Michael Kwartler. ...
It looks like it is aimed at the softer, high-level 'people' subjects. The following link provides more detail on the book: ...
Damian Dixon
damian.dixon@...
Jan 14, 2009 11:06 am
5530
... On top of that, the related books recommended by Amazon suggest the same 'high-level' perspective... Sandor -- Information and Computing Sciences, Utrecht...
I haven't read it but I've done work for him in the past... He's an architect and urban planner in NYC(www.simcenter.org) and would doubt it would get too...
Hi everyone, I am a newbie wrt to vtp and building it from source and I have a question about OSG_USE_FLOAT_MATRIX. I've succesfully built some applications...
Raymond de Vries
reedev@...
Jan 15, 2009 2:37 pm
5534
... It's not defined in MathOSG.h, it's defined in OSG at the time you use cmake to configure and build OSG. If defined, then all of OSG's matrix objects and...
Hi Ben, It's clear what the rationale for the float matrices is. Thanks for your quick reply. regards Raymond...
Raymond de Vries
reedev@...
Jan 16, 2009 12:45 pm
5536
Ben, Stefan, anyone, I have been thinking about changing the way in which we drive libMini to more closely integrate with the OSG scene graph. I wonder if it...
... I suspect that the overhead of creating and destroying large Drawable objects N times a second is probably not good. Since we can just call OpenGL,...
... As you probably saw in December, that is what i did - the vc8 files are still there for now, but i am not updating them in the future. I have banged my...
... the native xml style of bakefiles is an obstacle when it comes to maintaining the bakefiles of large projects. compared to cmake lists the bakefiles I've...
... Ben, Yes I am also concerned about the overhead. The reason I broached this was that I am really struggling to pin down what exactly is going on in the...
I am now using bakefile system to maintain the OpenEaagles project. It was, no doubt a mountain to learn, and a mountain to setup the project. It was difficult...
... That's a little misleading. Compiling osg with cmake is as easy as "cmake . && make" provided that you already installed all the necessary dependencies....
I agree with Stefan that the xml format in bakefile is not the most pleasing. And I also agree that when using Linux, cmake is easy to install, as with about...
... OSG Drawables can be allocated as an array in a Geode. In that case the overhead is neglectable. ... In principle, having terrain geometry stored in a OSG...
... I would be delighted if someone (perhaps you Doug? :) could produce an example bakefile (or cmake.txt) which can e.g. reproduce the existing file...
A much simpler (compared to wxWidgets) use of Bakefiles can now be found in the latest posted developmental copy of OpenEaagles. It can be found here:...
Hi Douglas, thanks for providing those bakefiles. They are much easier to read than the wx examples, although the xml style still doesn't make it convenient to...
I don't pretend to know everything about bakefiles. But I'll try to answer the questions as best I can. Also note, that I'm only concerned with generating...
... Thanks for the detailed answers. After reading through it, I think the main difference between cmake and bakefiles can be summarized as follows: Bakefiles...
Hi, I am preprocessing some data to use in VTP, using ArcGIS 9.3 I want to use the extent of a raster layer (aerial photo) to select or clip features from...
Using ArcToolbox: Analysis Tools->Extract->Clip "To clip one layer based on another, the user must use 'Clip' found in the 'Extract' portion of 'Analysis...
Joe Kearns
joekearns.com@...
Jan 31, 2009 5:15 pm
5552
Joe, ... Thanks for the answer. BTW I am ready to take this discussion off-list should anyone feel it's off-topic. Maybe I have not formulated my question well...
... [snip] ... Of course, the answer is obvious once you know where to look :) Spatial Analyst ... Conversion tools ... (raster to polyline takes forever to...
I've heard from a few users who report trouble linking vtlib apps on VC9 using the pre-built OSG, see below. (Those that build their own OSG don't have any...