Re: [osg-users] [osgPlugins] bmp load vertically flipped

2009-09-03 Thread Chris 'Xenon' Hanson
record it is not a bug in the image loader. correct? It could be a bug, or it could be a bug in whatever created the BMP. Do we have sample data that we can look at? I know the BMP format pretty well. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense

Re: [osg-users] Vertical retrace detection

2009-09-06 Thread Chris 'Xenon' Hanson
the time DBPager normally uses to load/compile scene data). -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Vertical retrace detection

2009-09-06 Thread Chris 'Xenon' Hanson
that got them to fix the issue: http://3dnature.com/ati.html It also describes what version of their drivers solve the problem. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] PagedLod - How to

2009-09-07 Thread Chris 'Xenon' Hanson
priorityOffset and priorityScale control? The documentation is quite sparse when it comes to this... From memory, these are used to tweak the criteria used to determine when each node is loaded form disk, but I can't recall the details. Best regards Björn -- Chris 'Xenon' Hanson, omo

Re: [osg-users] Excluding a Geode from Small Feature Culling

2009-09-08 Thread Chris 'Xenon' Hanson
are you trying to do? Thank you! Andrew -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] [build] Performant handling of lots of changing objects

2009-09-09 Thread Chris 'Xenon' Hanson
ready to handle by yourself here. Cheers, Michael -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Chris 'Xenon' Hanson
A good tool to rescue you from DLHell is Dependency Walker: http://www.dependencywalker.com/ If you open the EXE you're trying to run, it will often point out what DLLs are not present in the form/version it expects. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-13 Thread Chris 'Xenon' Hanson
be on the other side of the service-pack update from the 3rdparty libraries you are linking with, which is basically a recipe for chaos. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] Huge triangle mesh / Geometry Clipmap

2009-09-16 Thread Chris 'Xenon' Hanson
into the surface. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] OSG CPU Utilization

2009-09-17 Thread Chris 'Xenon' Hanson
reproducible with plain release-mode osgviewer with the cow.osg model? If it is, then it's something that you can send to NVidia with all pieces necessary for reproducing it at their site. Robert. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat

Re: [osg-users] Huge triangle mesh / Geometry Clipmap

2009-09-17 Thread Chris 'Xenon' Hanson
to feed modified height values to the vertex shader. I'd be happy to consult on a project like this if you think it's beyond you. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] OSG CPU Utilization

2009-09-17 Thread Chris 'Xenon' Hanson
. That wouldn't sound like a driver vsync spinlock, though I'm not an expert. Anyone with more knowledge of this care to comment? Regards, Kim. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] Could I update the structure of scene in a node visitor?

2009-09-18 Thread Chris 'Xenon' Hanson
. During the apply/visit, fill the container with pointers to the nodes you wish to remove. After the apply/visit is done, examine the container of Node pointers, and remove them all from the scenegraph then, when there aren't any iterators in progress. -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] Terrain generator compatible with OSG

2009-09-22 Thread Chris 'Xenon' Hanson
-- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users mailing list

Re: [osg-users] Paged LOD for osg terrain

2009-09-23 Thread Chris 'Xenon' Hanson
Brett Thomas Lee wrote: I want to know how the paged LOD in osg works since I want to do texturing on the terrain.Are there any specific papers or implementation details regarding this. That's pretty vague. Can you explain more what you're asking? Cheers, Brett -- Chris 'Xenon

Re: [osg-users] Paged LOD for osg terrain

2009-09-24 Thread Chris 'Xenon' Hanson
are not already met?) we can probably give you a specific or more helpful answer. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive

Re: [osg-users] Terrain generator compatible with OSG

2009-09-28 Thread Chris 'Xenon' Hanson
on the fly. Thank you! Cheers, Felipe -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Terrain generator compatible with OSG

2009-09-29 Thread Chris 'Xenon' Hanson
don't know what is finished and works, and what isn't/doesn't. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

[osg-users] osgconv IVE to OSG create DDS?

2009-09-29 Thread Chris 'Xenon' Hanson
I was just converting a VPB terrain scenegraph from IVE to OSG format, and I notice that it didn't generate new .DDS texture files. Is there an option I'm missing to do this? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now

Re: [osg-users] osg volume features and the future?

2009-09-29 Thread Chris 'Xenon' Hanson
. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users

Re: [osg-users] osgconv IVE to OSG create DDS?

2009-09-29 Thread Chris 'Xenon' Hanson
that the scripting silliness of this procedure: http://www.openscenegraph.org/projects/VirtualPlanetBuilder/wiki/CompressExisting is no longer needed. J-S -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-09-30 Thread Chris 'Xenon' Hanson
, I'm not sure if they're fully implemented. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-01 Thread Chris 'Xenon' Hanson
Robert Osfield wrote: I should add that I'm not the author of the shapefile support in VPB, so I can't answer in too much about it's implementation. Can you point the finger to who is? Robert. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense

Re: [osg-users] OSG website down?

2009-10-01 Thread Chris 'Xenon' Hanson
He, Yefei wrote: Hi, Folks, Is the OSG website down? I haven't been able to connect to it the whole afternoon. I do not seem to be able to reach it either. Cheers, Yefei -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat

Re: [osg-users] SVN commit bottleneck

2009-10-08 Thread Chris 'Xenon' Hanson
of evidence is clear that this one checking serves on single purpose. Is anyone else willing to accept, screen and integrate SVN changes right now? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http

Re: [osg-users] SVN commit bottleneck

2009-10-09 Thread Chris 'Xenon' Hanson
Chris 'Xenon' Hanson wrote: I don't think I'm qualified to nominate myself for this right now. However, I'm wondering who does have SVN commit access, and if one of these people is willing to accept interim changes? I have several finished changes ready to check in, and I worry about

Re: [osg-users] SVN commit bottleneck

2009-10-10 Thread Chris 'Xenon' Hanson
are aiming to reduce your own work overcommit? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] SVN commit bottleneck

2009-10-12 Thread Chris 'Xenon' Hanson
of the source is far more of an asset that it is a bottleneck. I can understand that. As I mentioned above, perhaps it's worth pursuing refactoring off any duties short of the actual SVN commit. Are there other things you think could be done by the community? Cheers, Robert. -- Chris 'Xenon

Re: [osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Chris 'Xenon' Hanson
at different times. Why do you ask? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Loading mesh without textures

2009-10-15 Thread Chris 'Xenon' Hanson
Martin Scheffler wrote: Thanks guys! I will post a correct visitor here when I have finished it. If it's a one-off conversion, I'd just hack the IVE loader and comment out the part where it loads the texture. use osgconv to convert IVE to IVE, then undo your hack. -- Chris 'Xenon' Hanson

[osg-users] Call for Increased Participation

2009-10-22 Thread Chris 'Xenon' Hanson
on the sides. OSG is a great project (one of the best Open Source projects in my experience) and it could be even better with some more participation. Rant off. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http

Re: [osg-users] SVN commit bottleneck

2009-10-22 Thread Chris 'Xenon' Hanson
-- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users mailing list

Re: [osg-users] Call for Increased Participation

2009-10-22 Thread Chris 'Xenon' Hanson
proposing doesn't seem to require great expertise, just careful following of instructions, so I think some of us could do it. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth

Re: [osg-users] Hey Guys (osgWidget)

2009-10-22 Thread Chris 'Xenon' Hanson
, man. I hope you regain your health. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Call for Increased Participation

2009-10-22 Thread Chris 'Xenon' Hanson
trying to unload Robert's time. I think the normal posse rallying cry is Who is with us? If we can get a few more people who can work on this on a rotating basis, I think we can really help things along without taking away anything Robert wants to keep control of. -- Chris 'Xenon' Hanson, omo

Re: [osg-users] Call for Increased Participation

2009-10-23 Thread Chris 'Xenon' Hanson
. Any volunteer more? :) I agree completely. If we give users somewhere to start, they can grow to more familiarity and capacity in the future. Oh, and being more familiar with OSG helps YOU too! -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat

[osg-users] Testing osgconv recursion for VPB databases

2009-10-23 Thread Chris 'Xenon' Hanson
and how it worked for you. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Testing osgconv recursion for VPB databases

2009-10-23 Thread Chris 'Xenon' Hanson
303 859 9466 -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

[osg-users] Non-core projects, code library

2009-10-25 Thread Chris 'Xenon' Hanson
with the current OSG, and what OSG version that was. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

[osg-users] Cleaning out Community/JobOffers -- osg

2009-10-25 Thread Chris 'Xenon' Hanson
? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users mailing

Re: [osg-users] Cleaning out Community/JobOffers -- osg

2009-10-25 Thread Chris 'Xenon' Hanson
the data from the page history. Thanks Roland! Roland -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Vacancy in Fort Worth, Texas.

2009-10-26 Thread Chris 'Xenon' Hanson
I'm reasonably sure this is for New York Air Brake, who I have been working with all summer. They are a decent outfit to work for. Their project is a 3D train driving simulator. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now

Re: [osg-users] Call for Increased Participation

2009-10-26 Thread Chris 'Xenon' Hanson
shooting out in the dark on that. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Call for Increased Participation

2009-10-26 Thread Chris 'Xenon' Hanson
of these: http://www.openscenegraph.org/projects/osg/wiki/Community/Tasks/SpellingBee -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive

Re: [osg-users] Wiki editing permissions?

2009-10-27 Thread Chris 'Xenon' Hanson
for the edit link. Cheers, JL. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Non-core projects, code library

2009-10-27 Thread Chris 'Xenon' Hanson
we're all on the same page here. The question is, what would it take to allow some of these projects to be collected and hosted on the OSG web site. I'm going to inquire with Jose about his opinion. J-S -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com

Re: [osg-users] Opening a GL3 context on MS Windows

2009-10-30 Thread Chris 'Xenon' Hanson
Paul Martz wrote: GL3 requires a new entry point to create a GL3 context. I have pinged an advanced GL expert I know on this question. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com

[osg-users] PagedLOD experts?

2009-11-01 Thread Chris 'Xenon' Hanson
I'm just wondering -- other than myself, are there any others (excluding Robert, obviously) who have delved into the code for PagedLOD and DatabasePager and actually done any coding in there? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat

Re: [osg-users] PagedLOD experts?

2009-11-01 Thread Chris 'Xenon' Hanson
help you more with this, but I've got to help my paying client. Thanks! Sergey -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception

Re: [osg-users] PagedLOD experts?

2009-11-01 Thread Chris 'Xenon' Hanson
Chris 'Xenon' Hanson wrote: I'm just wondering -- other than myself, are there any others (excluding Robert, obviously) who have delved into the code for PagedLOD and DatabasePager and actually done any coding in there? I'll throw out an item that I think should be discussed from my

[osg-users] Refactoring DatabasePager NeedToRemove string flagging technique

2009-11-02 Thread Chris 'Xenon' Hanson
, etc). J-S -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
up your directories for VPBMaster. I haven't done it from scratch in a while, so I don't recall any quirks. Thanks! Jake -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] osgViewer crash loading textures under Windows Vista

2009-11-02 Thread Chris 'Xenon' Hanson
work, report what make/model and driver revision your dealing with. There are some crap drivers out there. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth

Re: [osg-users] Change to Optimizer OptimizationOptions

2009-11-02 Thread Chris 'Xenon' Hanson
, -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users mailing

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
Jacob Armstrong wrote: Well, maybe I can provide more details to see if I can get some direction: I'm using Windows XP. I'm using OpenSceneGraph-1.2 and I've got the following directories: Well, that doesn't tell me much. Wait, OSG 1.2? Really? Why something that old? -- Chris 'Xenon

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
know? Are you trying to compile an OSGDEM/VPB release from a modern VPB code checkout, or what version of the VPB code are you using? Your code ingredients here may be toxically immiscible. Thanks! Jake -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
sounds like your just doing a 2D orthographic map, which tells me you're going about this COMPLETELY the wrong way. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
mop the floor with what you're trying to do. You're using a gigantic hammer (OSG, 3D, openGL, OSGDEM) to solve a 'screw' problem that should really be solved with a screwdriver (2d graphics techniques). -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
co-worker to script OSGDEM. Oh, and storing the data as 2D imagery would also be much more compact and have reduce disk IO. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] VPB and OSG Version

2009-11-02 Thread Chris 'Xenon' Hanson
backward compatible (as long as the older OSG has all the necessary feature support). .ive files ar coded with the file version they are built by, and will not be loaded by any other version of OSG. You can convert between IVE and OSG with osgconv. Cheers, Kim. -- Chris 'Xenon' Hanson, omo

Re: [osg-users] Setting up VPBMaster

2009-11-02 Thread Chris 'Xenon' Hanson
, you're totally off the map so to speak here, so we have no idea if you'll succeed. When you rally hit the wall, drop me a note and I'll code you something that actually does what you want and works. ;) Good luck. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon

Re: [osg-users] Change to Optimizer OptimizationOptions

2009-11-03 Thread Chris 'Xenon' Hanson
long int). Any C++ guru care to comment on that? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] VPB and OSG Version

2009-11-03 Thread Chris 'Xenon' Hanson
the opposite which isn't true. I don't remember. Are IVEs forward-compatible or not? I had some reason to think they were not. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] Setting up VPBMaster

2009-11-03 Thread Chris 'Xenon' Hanson
of what gets done. it might be able to resume a partially completed job. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist

Re: [osg-users] Change to Optimizer OptimizationOptions

2009-11-03 Thread Chris 'Xenon' Hanson
(similr to the vftbl) into every class as well, that points to the common per-class ID/metadata? I guess quibbling about an extra pointer is very old-skool 80s coder of me. You can have my VIC-20 when I'm done porting OpenGL ES 1.0 to it! ;) -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] Change to Optimizer OptimizationOptions

2009-11-04 Thread Chris 'Xenon' Hanson
is perhaps more obvious and clear what's going on than doing it by hand with a bitwise operator. (I just can't resist stirring the pot... ;) -Paul -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http

Re: [osg-users] Setting up VPBMaster

2009-11-04 Thread Chris 'Xenon' Hanson
. Thanks for the lucid explanation. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Change to Optimizer OptimizationOptions

2009-11-04 Thread Chris 'Xenon' Hanson
Robert Osfield wrote: From this day forth everyone should wear kilts and toss the caber, and work towards world peace and harmony ;-) As long as I don't have to shave my legs. Robert. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat

Re: [osg-users] Declaring and using Vec3d and other.

2009-11-07 Thread Chris 'Xenon' Hanson
be fine. If it's not working, provide more info an a very simple, compilable example. And what platform/compiler you're working on. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] OSG v2.8.0

2009-11-09 Thread Chris 'Xenon' Hanson
'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users mailing list osg

Re: [osg-users] OSG v2.8.0

2009-11-09 Thread Chris 'Xenon' Hanson
documentation. You'll need GDAL to build VPB, so go get it. OGR isn't critical so many people skip it. GDAL probably should be listed on that Wiki page. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http

[osg-users] osgAL users

2009-11-12 Thread Chris 'Xenon' Hanson
I'm looking to hear from current osgAL users who have incorporated osgAL into projects they still actively compile and use. I'm hoping to have a testbed for some changes I'm expecting to make to osgAL. Thanks! -- Chris 'Xenon' Hanson, omo sanza lettere Xenon

Re: [osg-users] HeightField Performance

2009-11-13 Thread Chris 'Xenon' Hanson
and decimation of detail. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] HeightField Performance

2009-11-14 Thread Chris 'Xenon' Hanson
suggest your solution better than answering individual questions. Thank you! Cheers, Teodor -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception

Re: [osg-users] Please Help with Setup

2009-11-14 Thread Chris 'Xenon' Hanson
. Thanks, Jake -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Please Help with Setup

2009-11-15 Thread Chris 'Xenon' Hanson
I'll be able to phone you if you're still available after today. Well, get in touch when you're ready to discuss it. Thanks, Jake -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos

Re: [osg-users] OSG Talent Available? (internship planning)

2009-11-17 Thread Chris 'Xenon' Hanson
. Thank you! Eric Coppock Colorado, USA -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] OpenGL ES-2.0, OpenGL ES-1.1 and OpenGL 3.x support now ready for testing :-)

2009-11-17 Thread Chris 'Xenon' Hanson
Congrats Robert. It's a shame champagne can't be sent my e-mail. You'd probably prefer The Macallan anyway. ;) -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth

Re: [osg-users] Can't createGraphicsContext if I statically link OSG to my app

2009-11-18 Thread Chris 'Xenon' Hanson
-- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users

[osg-users] OSG wiki site not responding from Colorado

2009-11-19 Thread Chris 'Xenon' Hanson
http://www.openscenegraph.org/ Responds, but http://www.openscenegraph.org/projects/osg seems to be timing out right now. Several friends of mine confirm it's unreachable for them too. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense

[osg-users] ReaderWriterModifyTerrain.cpp

2009-11-19 Thread Chris 'Xenon' Hanson
. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen ___ osg-users mailing

[osg-users] PagedLOD/ProxyNode pseudoloader suffix techniques

2009-11-20 Thread Chris 'Xenon' Hanson
need any fancy changes to the context in order to work. Cheers, Robert. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive

Re: [osg-users] [vpb] Building terrain from the set of points (northing, easting, elevation)

2009-11-20 Thread Chris 'Xenon' Hanson
, and then feed that to VPB to build it into terrain. Don't mess with hand-rolling heightfields as you mentioned in your previous message. VPB knows best what it is doing for representing terrain. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat

Re: [osg-users] Loading files and ignore texture images

2009-11-21 Thread Chris 'Xenon' Hanson
that there is a texture and its path and filename to load it in my code. I think you could install a Read File Callback and just ignore/fail the loading of the texture images. Cheers, Maik -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing

Re: [osg-users] Height fields implementation

2009-11-23 Thread Chris 'Xenon' Hanson
HeightField isn't a good choice. It just isn't. Cheers, Janna -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Running VPBMaster

2009-11-23 Thread Chris 'Xenon' Hanson
issues. OSGDEM can be easier to debug since it's just one local process and not a distributed build. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only

Re: [osg-users] Height fields implementation

2009-11-23 Thread Chris 'Xenon' Hanson
a screen-pixel, if you adjust the LOD Scale to request that) at the most optimal framerate. VPB terrains typically run at a rock solid 60fps in OSG. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com

Re: [osg-users] Height fields implementation

2009-11-23 Thread Chris 'Xenon' Hanson
/HeightFieldLayer? I am trying to access a HeightField and then setHeight() but I am not sure if this is the correct way and if I need to update my scene somehow. I think you can modify the HeightField and then just dirty() it. Cheers, Janna -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] Height fields implementation

2009-11-24 Thread Chris 'Xenon' Hanson
vertex-shader. Cheers, Janna -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] PagedLOD/ProxyNode design discussion

2009-11-25 Thread Chris 'Xenon' Hanson
in this, but I'm not sure how easy it would be to come up with the PagingNode base class - it can't just subclass from osg::Group. I've seen the same situation -- the DatabasePager is really strictly tied to ProxyNode and PagedLOD. Multiple inheritance also opens a can of worms. -- Chris 'Xenon

Re: [osg-users] PagedLOD/ProxyNode design discussion

2009-11-25 Thread Chris 'Xenon' Hanson
this is practical. Do you have any comments or suggestions on this method before I code it? It should allow osgconv and osgviewer to be completely naive and oblivious to the presence of a pseudoloader using this technique, which is my goal. -- Chris 'Xenon' Hanson, omo sanza lettere

[osg-users] Some overview of OSG and VPB databases

2009-11-25 Thread Chris 'Xenon' Hanson
) would need to be unloaded/reloaded. Corrections, suggestions or comments very welcomed. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception

Re: [osg-users] Some overview of OSG and VPB databases

2009-11-25 Thread Chris 'Xenon' Hanson
Roland Smeenk wrote: Hi Chris, I would like to see these pieces of knowledge added to the Wiki. That may be possible at some point. thanks, Roland -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http

Re: [osg-users] Need advice for performance tweaks

2009-11-29 Thread Chris 'Xenon' Hanson
at the statistics (S key) feature of osgViewer and see how it does it. Thanks, -Shayne -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive

[osg-users] Node::Description into a generalized property mechanism?

2009-11-29 Thread Chris 'Xenon' Hanson
that binary value as text, either as decimal, hex, or base64. Is there already a good way to do this, or is this a technique that others would find useful in core OSG? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available

Re: [osg-users] Node::Description into a generalized property mechanism?

2009-11-29 Thread Chris 'Xenon' Hanson
library code that I might share with others, I try to avoid taking exclusive use of some asset that others might be used in their application code. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com

Re: [osg-users] VPB binaries execution question - procedure entry point H5Dopen not found in hdf5dll.dll

2009-11-30 Thread Chris 'Xenon' Hanson
data? Best regards, Fabricio Silva -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] PageLod makes me crazy !

2009-11-30 Thread Chris 'Xenon' Hanson
seems to indicate that the model is loaded and rendered. Could it be that the two pieces of data are very large or far apart, and are messing up the clipping distance or centering of the viewer? Does it work if just one model or the other is loaded? -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] PageLod makes me crazy !

2009-11-30 Thread Chris 'Xenon' Hanson
, or what tool created this huge IVE? Are you 100% sure the IVE model file isn't just corrupt or junk? -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ There is no Truth. There is only

Re: [osg-users] Node::Description into a generalized property mechanism?

2009-11-30 Thread Chris 'Xenon' Hanson
container. I don't know how this would be done, but I imagine we could keep the existing Description API unchanged for code that uses it, without breaking anything. -Paul -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now

  1   2   3   4   5   6   7   8   >