Re: [osg-users] [3rdparty] osgAudio Sound Position

2010-10-27 Thread Chris 'Xenon' Hanson
On 10/26/2010 12:13 PM, Chris 'Xenon' Hanson wrote: > On 10/26/2010 11:56 AM, Matt Caron wrote: >> The demos work fine - I have tried the occlusion demo and it seems to be >> working for both sound intensity and doppler shift... > Can you start with that and modify

Re: [osg-users] rendering the large point data

2010-10-28 Thread Chris 'Xenon' Hanson
ily? You don't tell us how you're representing the points currently, so we don't know what improvements to suggest. Also, do you need the point data to be dynamically updateable, or is it unchanging? If so, can you use vertex shaders or not? -- Chris 'Xenon' Hanson, om

Re: [osg-users] rendering the large point data

2010-10-28 Thread Chris 'Xenon' Hanson
drawn if you are moving your viewpoint around and the entire set is not all in view at once. Other level of detail techniques may be needed in order to show fewer points when their absence would not be noticed. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http:/

Re: [osg-users] rendering the large point data

2010-10-28 Thread Chris 'Xenon' Hanson
and possibly frustum querying in the future. You should check into the recent work on LibLAS. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "Th

Re: [osg-users] OSG ActiveX + IFC - looking for developer

2010-10-29 Thread Chris 'Xenon' Hanson
ts of developing a loader. I had spoken to them previously about doing the actual programming for them under paid contract. If this interests you, I can put both of you in touch so you could discuss it. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www

Re: [osg-users] rendering the large point data

2010-10-29 Thread Chris 'Xenon' Hanson
love to read up on this. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perce

Re: [osg-users] OSG ActiveX + IFC - looking for developer

2010-10-30 Thread Chris 'Xenon' Hanson
On 10/30/2010 12:59 AM, Zdravko Clarion wrote: > Chris 'Xenon' Hanson wrote: >> I spoke to the person I'd previously been contacted by, concerning the IFC >> loader. They >> have not moved forward on the project yet, so as far as I know, there is not >&

Re: [osg-users] OSG ActiveX + IFC - looking for developer

2010-11-02 Thread Chris 'Xenon' Hanson
ltiple projects working on different implementations. I don't know if any of the people currently asking about IFC could utilize a closed-source option, but if they could it would save everyone a lot of effort. > Regards, > Mathieu -- Chris 'Xenon' Hanson, omo sanza lettere.

Re: [osg-users] DotScene In OSG

2010-11-03 Thread Chris 'Xenon' Hanson
oxyNode entity which allows for external file references within the scene, which is what i think you're asking for. But more power to you if you want to implement a loader for another existing format. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://

Re: [osg-users] Rendering performance gain on 2 different Systems

2010-11-09 Thread Chris 'Xenon' Hanson
ou removed the software bottleneck, you can now hit the true available capability of your hardware. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting.

Re: [osg-users] Crowds rendering with OSG

2010-11-09 Thread Chris 'Xenon' Hanson
e camera (They use some pre-cached images > taken from different points of view). > So, do anybody know any implementation of any of these techniques that OSG > users could use? Have you looked at the osg Imposters demo/example? > Thank you! -- Chris 'Xenon' Hans

Re: [osg-users] Intel GMA giving me fits with OSG 2.8.2

2010-11-11 Thread Chris 'Xenon' Hanson
rs, while not great, did usually work. I pestered friends at Intel into fixing most of the worst bugs a few years ago. Are you 100% sure you're using a current Intel GMA driver? What exact driver version do you have, and what OS is it under? -- Chris 'Xenon' Hanso

Re: [osg-users] Intel GMA giving me fits with OSG 2.8.2

2010-11-16 Thread Chris 'Xenon' Hanson
ble, it might be possible to get somebody at Intel to look at it. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is

Re: [osg-users] Cannot save osgText::Text when statically linking OSG

2010-11-19 Thread Chris 'Xenon' Hanson
you, but it probably uses some magic that isn't right for the osgText plugin. I'd look at the macro and see what it's doing, and then go look at the text plugin and see what you have to do manually (without the macro) to get approximately the same result. -- Chris 'Xenon

Re: [osg-users] VPB version for OSG 2.8.2 (0.9.10 not there?)

2010-11-20 Thread Chris 'Xenon' Hanson
". Permissions aren't really the cause, it just is saying the write failed. this could be due to inability to access the .ive writer plugin. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Sc

Re: [osg-users] Dynamic Terrain

2010-11-24 Thread Chris 'Xenon' Hanson
TerrainNode and then add the VPB database to this node? > The workaround would be the tile loading callback, isn't it? I use a pseudoloader to wrap the loading of the VPB database files. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel

Re: [osg-users] Dynamic Terrain

2010-11-24 Thread Chris 'Xenon' Hanson
7;t funded to pursue that alternative. > Till now, for me a VPB database was just an blackbox (.ive file with lots of > subfolders/files) I only had to load via I have an overview of osg VPB terrain structure that I wrote for a client a year or so ago. I'll see if I am ok to p

Re: [osg-users] Beginners Questions , about OSG from long time developer

2010-11-24 Thread Chris 'Xenon' Hanson
t;, yes. OSG gives you as much groundwork (or more) than you'll get anywhere else, but you will need to provide a lot yourself. There is an OSG Editor out there -- why do you feel you need to create one from scratch? Could your requirements be met by modifying some existing too

Re: [osg-users] Need help about Night Vision Effect

2010-11-28 Thread Chris 'Xenon' Hanson
; as? Infrared? Image intensifier? IR requires emissive properties on your models and a shader to utilize them. Image intensifier just requires weak direct and ambient light sources, and a shader to monochromize them and add a lot of noise. http://upload.wikimedia.org/wikipedia/commons/c/c3/Gen1C-2

Re: [osg-users] OSG on iPhone (size?)

2010-12-01 Thread Chris 'Xenon' Hanson
ifference, though it introduces (resolvable) issues with loader plugins and unresolvable license issues with some (GPL) thirdparty libraries that don't like static linking. I don't know if you can static link on iOS, or how you would go about doing it. -- Chris 'Xenon' Hanson,

Re: [osg-users] How do I get the most accurate heightfield reading out of an OsgTerrain paged database

2010-12-03 Thread Chris 'Xenon' Hanson
matically loads the highest LOD. I think this has been a bit of a problem in the past, because loading of these tiles and subtiles can be an expensive operation. Are you prepared to wait while all the tiles are loaded? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.c

Re: [osg-users] Simple moving map using CADRG data

2010-12-08 Thread Chris 'Xenon' Hanson
he older version). http://3dnature.com/global-mapper.html > Thanks in advance, > deniz -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no

Re: [osg-users] OSG state tracking visitor?

2010-12-08 Thread Chris 'Xenon' Hanson
prior existing state onto the MergedState stack, and then merge the current State in. Whenever you pop the State stack, pop the MergedState stack too. > Thanks for any info. >-Paul -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/

Re: [osg-users] New to OSG, few simple questions.

2010-12-13 Thread Chris 'Xenon' Hanson
> 2. How does OSG handle windows? Is it built in or requires 3rd party sw? Hard to tell if you mean Microsoft Windows or just window management in general. Both are included. > 3. Any experience and/or thoughts of using Qt with OSG? Works pretty well, from what I understand. -- Chris &#

[osg-users] DrawElements vertices, normals, texcoords, indices without copying to osg::Array

2011-01-31 Thread Chris 'Xenon' Hanson
oid a second, needless CPU->CPU copy. Thanks in advance. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Per

Re: [osg-users] DrawElements vertices, normals, texcoords, indices without copying to osg::Array

2011-01-31 Thread Chris 'Xenon' Hanson
Appreciate the fast response! -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perception

Re: [osg-users] [vpb] VPB vs osgEarth...

2011-02-04 Thread Chris 'Xenon' Hanson
hly fee. That might be what he's referring to? > Robert. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is

Re: [osg-users] [vpb] VPB vs osgEarth...

2011-02-04 Thread Chris 'Xenon' Hanson
s referring to. > Thanks > Neil -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is onl

[osg-users] Website unreachable

2011-02-04 Thread Chris 'Xenon' Hanson
http://www.openscenegraph.org/projects/osg Unreachable from Colorado right now, though http://www.openscenegraph.org/ responds. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS

Re: [osg-users] Visualization of an image + depth map

2011-02-07 Thread Chris 'Xenon' Hanson
e the blending out and reenable the depth test, > however the sprites don't change size when the camera is moved, is that > changeable? Is this from a Kinect device, or something similar? > Best regards, > Stefan -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@al

Re: [osg-users] Licensing of OSG's built-in application executables

2011-02-18 Thread Chris 'Xenon' Hanson
modified them, you'd need to be able to provide source code. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth.

Re: [osg-users] Replace Drawable With Actual Geomtry (how to)??

2011-02-23 Thread Chris 'Xenon' Hanson
tarting point. I think osgWorks: http://code.google.com/p/osgworks/ might have what you need: "osg::Geometry-based utility functions to render rudimentary shapes such as planes, boxes, spheres, and arrows." If it doesn't, perhaps this would be a good place for you to add it, s

Re: [osg-users] ANN: osgEarth 2.0 released

2011-02-24 Thread Chris 'Xenon' Hanson
On 2/24/2011 10:01 AM, Glenn Waldron wrote: > osgEarth 2.0 is here! Awesome. Can't wait to check it out. Just have to finish my work work than I can do play work. ;) -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digit

Re: [osg-users] Getting height data of a terrain(flt file)

2011-03-01 Thread Chris 'Xenon' Hanson
t pursue this unless you REALLY need to look into the format. Grown men have been known to be reduced to tears trying to understand FLT. > Thanks, > Mukund -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scen

Re: [osg-users] How to Develop/Create a Cylinder Intersector ??

2011-03-03 Thread Chris 'Xenon' Hanson
an approximate cylinder out of planes. > Thanks! > Sincerely, > Sanat. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth.

Re: [osg-users] How to Develop/Create a Cylinder Intersector ??

2011-03-03 Thread Chris 'Xenon' Hanson
;ve heard polytope can be quite slow. I think the KD tree stuff might speed it up, but that's just a guess. > Thanks, > Sanat -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. G

[osg-users] Kinect

2011-03-04 Thread Chris 'Xenon' Hanson
I recently published some info I've learned about Kinect on my web page. http://xenon.arcticus.com/kinect-z-buffer-noise-and-audio-beam-steering-precision I'd like to talk to other OSG people who are using, or plan to use Kinect, and see what you're up to. -- Chris 

[osg-users] NSM file format

2011-03-04 Thread Chris 'Xenon' Hanson
nce them to share it either. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perceptio

Re: [osg-users] osgAudio on Mac OS X

2011-03-07 Thread Chris 'Xenon' Hanson
level examples just test openAL++/openAL, and have zero to do with OSG, so they're a good place to start. If that's not working, do you have other openAL tools you could test with? Perhaps your openAL is not working itself. > Any idea/suggestion? > Cheers. > Alessandro -- Chris

Re: [osg-users] Generating terrain mesh using 3D points

2011-03-10 Thread Chris 'Xenon' Hanson
ools to query it at various locations. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perception

Re: [osg-users] Kinect

2011-03-13 Thread Chris 'Xenon' Hanson
n't really call for anything further. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is

[osg-users] Interest in new releases of 2.8.x?

2011-03-16 Thread Chris 'Xenon' Hanson
u want backported, you need to plan to either volunteer to do it yourself, or contribute some funding for someone else to do it. Finally, we'll need people committed to testing the branch to see if it's ready for release. Discuss. -- Chris 'Xenon' Hanson, omo sanza le

Re: [osg-users] Interest in new releases of 2.8.x?

2011-03-16 Thread Chris 'Xenon' Hanson
x27;t recall all of them off the top of my head > - Paul Martz is obviously one of them ;-) > If you or others wish to take the reigns on making a 2.8.4 release > then I'd welcome this, and we can't get server admin, Jose Luis > Hidalgo, to add the required permis

[osg-users] Download details: Microsoft Visual Studio 2010 Service Pack 1 (Installer)

2011-03-16 Thread Chris 'Xenon' Hanson
ating good solid binaries from the OSG codebase, or are there still issues that we'll need to see if the SP1 fixes? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Cont

Re: [osg-users] OpenNI(Kinect) and osgAnimation

2011-03-17 Thread Chris 'Xenon' Hanson
On 3/17/2011 4:59 AM, Aitor Ardanza wrote: > I'm going crazy with arrays! I need help! I don't have any suggestions, but I'd love to talk to you about what you're doing with Kinect. I'm trying to keep all OSG Kinect users in touch with each other. -- Chris '

Re: [osg-users] Discussion: metadata & readerwriters output

2011-03-19 Thread Chris 'Xenon' Hanson
ember/035629.html I think a facility like this is extremely useful, and would like to see it move forward. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. &

[osg-users] Drawing lots of dynamic geometry

2011-03-19 Thread Chris 'Xenon' Hanson
rchive.com/osg-users@lists.openscenegraph.org/msg00485.html And I couldn't find GL_DYNAMIC_DRAW_ARB mentioned in the OSG VBO source. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS.

Re: [osg-users] Drawing lots of dynamic geometry

2011-03-20 Thread Chris 'Xenon' Hanson
. In one case, I could use shorts. > Cheers, > Sergey. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. Ther

Re: [osg-users] OpenNI(Kinect) and osgAnimation

2011-03-21 Thread Chris 'Xenon' Hanson
ncorporating your work into a larger library of this sort of Kinect-related code. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Tru

Re: [osg-users] Download details: Microsoft Visual Studio 2010 Service Pack 1 (Installer)

2011-03-22 Thread Chris 'Xenon' Hanson
little feedback on whether anyone wants this or is willing to help get it out. Similarly a 2.8.4 has been proposed, but there doesn't seem to be a lot of community need or support for it, so it hasn't moved forward. > Regard, > Vincent. -- Chris 'Xenon' Hanson,

Re: [osg-users] Download details: Microsoft Visual Studio 2010 Service Pack 1 (Installer)

2011-03-22 Thread Chris 'Xenon' Hanson
developers run patched code. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perception. To

Re: [osg-users] GLSL for non-rendering operation

2011-03-22 Thread Chris 'Xenon' Hanson
em back across the bus could be very slow and expensive. You should be able to do what you're looking for on-GPU. There are some cache and read/write issues when you need to write to a data store and then immediately read it back and use it for drawing. Others can comment on that. -- C

Re: [osg-users] GLSL for non-rendering operation

2011-03-22 Thread Chris 'Xenon' Hanson
I would test this before committing to this solution. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perc

Re: [osg-users] Accessing Geometry user Data in Geometry / Vertex / Fragment Shader

2011-03-22 Thread Chris 'Xenon' Hanson
there a way to access this > data in the > geometry / vertex / fragment shaders. If the data is per-node, look at using Uniforms. If it is per-vertex, use vertex attributes. > Harash Kumar Sharma -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www

Re: [osg-users] GLSL for non-rendering operation

2011-03-22 Thread Chris 'Xenon' Hanson
single pass through with some sort of render to texture, storing the calculated (and possibly normalized) normals in the texture. Then, you'll need to do a second pass to actually render the imagery, fetching the new normals from the texture in the vertex shader and utilizing them as, err, no

Re: [osg-users] GLSL for non-rendering operation

2011-03-23 Thread Chris 'Xenon' Hanson
at would actually suffice. Try it and see. I don't see how you're going to do it myself, but if it works, great! -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting.

Re: [osg-users] Interest in new releases of 2.8.x?

2011-03-26 Thread Chris 'Xenon' Hanson
On 3/16/2011 11:27 AM, Chris 'Xenon' Hanson wrote: > On 3/16/2011 11:21 AM, Robert Osfield wrote: >> I'm all for an 2.8.4 release. > Excellent. Was there anyone else interested in a 2.8.4 release? Is anyone else using 2.8.3 at this point or is everyone on trunk now

Re: [osg-users] Interest in new releases of 2.8.x?

2011-03-26 Thread Chris 'Xenon' Hanson
about 2.8.3.1 or 2.8.4... And I guess others > are probably > in the same position, given the underwhelming response in this thread. Ok, that's good to know. If folks are happy with 2.8.3, good. If not, we should work on addressing the problem. > Sorry... > J-S

Re: [osg-users] OpenNI(Kinect) and osgAnimation

2011-03-28 Thread Chris 'Xenon' Hanson
us advised on your progress. > Cheers, > Torben -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perceptio

Re: [osg-users] Interest in new releases of 2.8.x?

2011-03-28 Thread Chris 'Xenon' Hanson
at number of people would welcome the new release if > someone > would do it. Is there any feature they specifically want in a new release, or are they just wanting the 3.0 stable release? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alpha

Re: [osg-users] Interest in new releases of 2.8.x?

2011-03-28 Thread Chris 'Xenon' Hanson
n 2.8.5 or forever hold your peace. > --"J" -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Tru

Re: [osg-users] Interest in new releases of 2.8.x?

2011-03-28 Thread Chris 'Xenon' Hanson
compatible with Microsoft's > current > compiler and modern C++ standards. Thanks for your work on this. >-Paul -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training.

Re: [osg-users] 2.8.4 RC1 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
On 3/28/2011 2:27 PM, Paul Martz wrote: > I'm just the svn commit monkey. Thanks should go to Chris. :-) I do even less. All I've had to do so far is TALK. >-Paul -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digi

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
have confidence it's done properly and solid and can call it complete. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. Ther

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
On 3/28/2011 4:38 PM, Chris 'Xenon' Hanson wrote: > On 3/28/2011 3:50 PM, Paul Martz wrote: >> I've tagged an RC2, which includes Robert's build fixes for the ffmpeg >> plugin: >> http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
fmpeg here. This was Robert's commit, so maybe he can help you troubleshoot it? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is n

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
, it's just getting it to build properly. > cheers > -- mew -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. Ther

[osg-users] OSG 2.8.4 VS2010 build problem DLL versioning

2011-03-29 Thread Chris 'Xenon' Hanson
b.com/rpavlik/osg/compare/OpenSceneGraph-2.8...fix-vc10 > -- > Ryan Pavlik > HCI Graduate Student > Virtual Reality Applications Center > Iowa State University I've copied him on this message, maybe he knows what's up with it. -- Chris 'Xenon' Hanson, omo sa

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
but I admit I'm not always the first to know. > -- mew -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Pe

[osg-users] OSG 2.8.4 VS2010 build problem DLL versioning

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/29/2011 10:44 AM, Chris 'Xenon' Hanson wrote: > On 3/29/2011 9:21 AM, Vincent Bourdier wrote: >> OSG_MSVC_VERSIONED_DLL is still cheked in Cmake, but the DLL file have no >> version... >> See my CMakeCache in attached file > We've confirmed this

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Chris 'Xenon' Hanson
's get 2.8.4 out the door first. I concur. >-Paul -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is n

Re: [osg-users] GL_POLYGON could not using osgFX::Bumpmapping?

2011-03-30 Thread Chris 'Xenon' Hanson
nd driver? Why do you want to use GL_POLYGON anyway? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perceptio

Re: [osg-users] [osgPlugins] Ifc to OSG loader

2011-03-31 Thread Chris 'Xenon' Hanson
ation is not complete yet, contributions are welcome :) Great! I know several people were interested in one! Hopefully some community work will go into this. I'll mention it to the clients who approached me to write one, and see if any of them want me to extend it for them. > Cheers, > F

Re: [osg-users] Way off topic: Osborne PC 30th birthday

2011-04-02 Thread Chris 'Xenon' Hanson
? ;) -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perception. To

Re: [osg-users] Site localization equations for RTK GPS

2011-04-02 Thread Chris 'Xenon' Hanson
just for displaying data, not really for processing it in the way you need. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting.

Re: [osg-users] LOD Node

2011-04-03 Thread Chris 'Xenon' Hanson
r of the auto-generated bounding sphere as you theorized. I think you can manually set the position and bounding sphere of the LOD Node. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. T

Re: [osg-users] LOD Node

2011-04-03 Thread Chris 'Xenon' Hanson
this correct? I think so. But, I could be wrong. It should be pretty easy to put some breakpoints inside the LOD code and watch exactly what happens. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Gra

Re: [osg-users] LOD Node

2011-04-03 Thread Chris 'Xenon' Hanson
orms to move the children about relative to each other is a recipe for a mess. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth.

Re: [osg-users] LOD Node

2011-04-03 Thread Chris 'Xenon' Hanson
oups. Each Group should have children for the road, and trees. If that doesn't explain it well enough, I can elaborate, but I must go grocery shopping now. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. S

Re: [osg-users] LOD Node

2011-04-03 Thread Chris 'Xenon' Hanson
. Ignore the road sphere and the tree spheres. What's important is the sum of both. If it's important to you, you could always set the center and radius manually, so that they're always the same. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] CMake - How to configure a library using OSG

2011-04-04 Thread Chris 'Xenon' Hanson
And utilize the CMake infrastructure they already have worked out. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is o

[osg-users] ATI driver quality?

2011-04-05 Thread Chris 'Xenon' Hanson
with AMD/ATI is the poor quality of drivers I've experienced in past years. I run Win7/64 right now. Can anyone weigh in on the recent quality of these drivers? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenG

Re: [osg-users] How to create animated characters with 3dsmax, to use the osgAnimation character animation?

2011-04-05 Thread Chris 'Xenon' Hanson
e have advice? Can fbx do the job? I know people who have done it with FBX from Lightwave into OSG successfully. I can't comment on Max, but I imagine it's similar. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital I

Re: [osg-users] 2.8.4 RC2 tagged

2011-04-05 Thread Chris 'Xenon' Hanson
Ok, I've tested osgmovie and the ffmpeg plugin on Windows and it works as well as it did on 2.8.3. Let's consider that good enough. Now we just need to get the CMake DLL so version number CMake stuff sorted out. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@

Re: [osg-users] ATI driver quality?

2011-04-06 Thread Chris 'Xenon' Hanson
Thanks everybody. It looks like NVidia might be my best choice still. Will keep an eye on the situation. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. C

[osg-users] Building DICOM plugin with DCMTK

2011-04-06 Thread Chris 'Xenon' Hanson
ugin, I'd be happy to avoid the issue altogether. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is

Re: [osg-users] Building DICOM plugin with DCMTK

2011-04-06 Thread Chris 'Xenon' Hanson
just saw DMCTK first. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perceptio

[osg-users] OpenSceneGraph-2.8.4-rc3 now tagged

2011-04-06 Thread Chris 'Xenon' Hanson
test and let us know your results. This won't get out until people step up and test. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There i

Re: [osg-users] sphere of constant pixel size

2011-04-06 Thread Chris 'Xenon' Hanson
am not able to > find it. I can't recall which this is, but maybe osgText? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is

Re: [osg-users] OSG plugin for browsers

2011-04-07 Thread Chris 'Xenon' Hanson
ing to download) The code is available at cvs -d :pserver: anonym...@cvs.cineca.it/cvsroot/unigrids co projects/osg/cineca/web/osg4web_r2 I haven't tried checking it out myself. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital

Re: [osg-users] OpenSceneGraph-2.8.4-rc3 now tagged

2011-04-07 Thread Chris 'Xenon' Hanson
hout-recompiling-apps replacement for 2.8.3 as we had originally hoped. Can anyone with more experience in these matters comment? > Thanks, > Regards, > Vincent. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digit

Re: [osg-users] Strange Transparent effect [image provided]

2011-04-07 Thread Chris 'Xenon' Hanson
On 4/7/2011 11:38 AM, Nan WANG wrote: > I just put the generated osg::Geometry object into transparent with function > and give an alpha value in fragment shader(constant, e.g. 0.5). > sset->setmode(GL_BLEND)... You're not using Alpha Clip are you? -- Chris 'Xenon'

Re: [osg-users] OpenSceneGraph-2.8.4-rc3 now tagged

2011-04-07 Thread Chris 'Xenon' Hanson
not trying to fix it in 2.8.4. Once 2.8.4 is out, if someone wants to try to fix it, that can be in 2.8.5 (along with other fixes people have asked to contribute). > Cheers, > Wang Rui -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel

[osg-users] Barenaked FBO-based-Viewer without window

2011-04-08 Thread Chris 'Xenon' Hanson
I always end up with something onscreen. Either a fullscreen display or if I use setUpViewInWindow I get a window. I don't know how to get a completely non-visible FBO. Any suggestions? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/

Re: [osg-users] GL_POINTS vs GL_LINES: same vertices displayed at different positions on screen

2011-04-08 Thread Chris 'Xenon' Hanson
that make up the line. I can't find the reference to this right now, maybe someone else can give you the cite. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Con

Re: [osg-users] Barenaked FBO-based-Viewer without window

2011-04-08 Thread Chris 'Xenon' Hanson
without pbuffers. > Hope this helps, Thanks for the info. > J-S -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth.

Re: [osg-users] [3rdparty] Cloud node kit

2011-04-09 Thread Chris 'Xenon' Hanson
t of. You can dump a big bin of points or primitives into GLSL code and let your shader modify them to put them where you want. Or, you can use a Geometry Shader that can create primitives from scratch. > Thank you! > Cheers, > Muhammed -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] Barenaked FBO-based-Viewer without window

2011-04-09 Thread Chris 'Xenon' Hanson
> to create one (pbuffer or otherwise) just to be able to use FBOs, you could > create your > FBOs in the existing context. Ok, I think I get it then. So, I'll just use the PBuffer code path I always have, and set osg::Camera::FRAME_BUFFER_OBJECT and that should be the proper app

Re: [osg-users] Barenaked FBO-based-Viewer without window

2011-04-09 Thread Chris 'Xenon' Hanson
on, just a "here there be dragons" kind of gut instinct. Thanks everyone for the input. The PBuffer approach I've already gotten to work seems good enough, and safe, so I'll proceed with that. And I'm much more enlightened than a few days ago. >-Paul -- Chris

Re: [osg-users] How to add some new nodes at runtime

2011-04-09 Thread Chris 'Xenon' Hanson
rs used by the update visitor can break if you add/remove nodes. If you're using the run() method on the viewer, you will need to stop using that and have a loop where you call frame() yourself for each frame, followed by performing the steps necessary to add/remove data. > Thanks > G

<    1   2   3   4   5   6   7   8   >