Re: [osg-users] [vpb] Any way to build terrain complex with DEM data and then add different textures after?

2012-02-01 Thread Chris 'Xenon' Hanson
-built terrain models, or can just build the terrain models on the fly with whatever imagery you want. If you want pre-compiled binaries, they're available through my company's support program. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital

Re: [osg-users] Is it possible to get OpenGL calls as output from OSG?

2012-01-30 Thread Chris 'Xenon' Hanson
with OSG, but so that it worked I used only one threaded model. I've done this too, only using a context cloned and shared from the original one provided by the host app. Then you just rasterize OSG's texture within the host app. Regards Sergey -- Chris 'Xenon' Hanson, omo sanza lettere. xe

Re: [osg-users] FOV

2012-01-30 Thread Chris 'Xenon' Hanson
could probably set the clear color to black and just set the Nodemask of your top-level node to 0. -- 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] Help: many cameras are rendering at the same time or one by one?

2012-01-30 Thread Chris 'Xenon' Hanson
! Shuiying -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Request for input

2012-01-27 Thread Chris 'Xenon' Hanson
On 1/27/2012 7:17 AM, Paul Martz wrote: Sd is the size of the drawing commands in bytes gDebugger might be able to help you estimate this too. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS

Re: [osg-users] Play audio files

2012-01-26 Thread Chris 'Xenon' Hanson
openAL to work on my Vista box at the time. -- 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 Perceive is to Exist

Re: [osg-users] FOV

2012-01-22 Thread Chris 'Xenon' Hanson
This will keep all the same view, except alter the change the zoom (field of view). -- 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

Re: [osg-users] Play audio files

2012-01-20 Thread Chris 'Xenon' Hanson
); // Lower gain (volume) bgsound-setLooping(); bgsound-setAmbient(); // Make sound ambient (i.e. not attenuated) bgsound-play(); // Start playing -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL

Re: [osg-users] Play audio files

2012-01-19 Thread Chris 'Xenon' Hanson
for free. You could fairly easily add support for other backends to osgAudio if you wished, but I'm not aware of too many other 3d spatial audio toolkits. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS

Re: [osg-users] OSG 3.0.1 examples not working correctly?

2012-01-19 Thread Chris 'Xenon' Hanson
OSG on your end. You could also try compiling your app against them and see if it works. -- 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] OSG Texture1D and GL_UNSIGNED_SHORT

2012-01-13 Thread Chris 'Xenon' Hanson
'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 Perceive is to Exist. - Xen

Re: [osg-users] Installation Problems.VS10 - unresolved external symbol

2012-01-12 Thread Chris 'Xenon' Hanson
(and all the third-party dependencies) with MBCS support. If you want, I could make you an estimate for having our build farm build it that way. J-S -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS

Re: [osg-users] View Returns wrong value in computeIntersection with shaders on

2012-01-12 Thread Chris 'Xenon' Hanson
On 1/6/2012 9:03 PM, Hong Zhenyang wrote: ANy hints onto what I could have done wronly? Obviously, we should ask -- your vertex shaders aren't modifying the vertices at all, right? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging

Re: [osg-users] Installation Problems.VS10 - unresolved external symbol

2012-01-12 Thread Chris 'Xenon' Hanson
between the builds. -- 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 Perceive is to Exist. - Xen

[osg-users] OSG Texture1D and GL_UNSIGNED_SHORT

2012-01-12 Thread Chris 'Xenon' Hanson
, which seems to have no downside, and it works properly. I don't have a fix, I'm just recording my experience in case someone else runs into the same situation. Just switch to Texture2D with an n*1 texture unless you have a good reason not to. -- Chris 'Xenon' Hanson, omo sanza lettere. xe

Re: [osg-users] OSG website unresponsive

2012-01-09 Thread Chris 'Xenon' Hanson
a lot better non-Linux support. -- 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 Perceive is to Exist. - Xen

Re: [osg-users] OSG website unresponsive

2012-01-09 Thread Chris 'Xenon' Hanson
On 1/9/2012 10:45 AM, Jean-Sébastien Guay wrote: That being said, I don't think there is a wrong choice... CVS? ;) RCS? ;) ;) J-S -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training

Re: [osg-users] Compiling OSG applications on Linux

2012-01-06 Thread Chris 'Xenon' Hanson
-binary-downloads -- 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 Perceive is to Exist. - Xen

Re: [osg-users] OSG website unresponsive

2012-01-05 Thread Chris 'Xenon' Hanson
on DH, but no conclusive evidence of success. -- 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 Perceive is to Exist

Re: [osg-users] Using custom shaders with osgParticle

2012-01-05 Thread Chris 'Xenon' Hanson
and snoop on the state to see if your shader is installed. -- 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 Perceive

Re: [osg-users] OSG FAQ native formats

2012-01-05 Thread Chris 'Xenon' Hanson
. If the FAQ is incorrect, is there somebody I should let know? I think you can edit it yourself, but I forget who manages logins for the Wiki. Perhaps Jose Luis Hidalgo? Cheers. :) Garth -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital

Re: [osg-users] OSG website unresponsive

2012-01-04 Thread Chris 'Xenon' Hanson
with :-) That sound promising. Cheers Norman -- 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 Perceive is to Exist

Re: [osg-users] OSG website unresponsive

2012-01-03 Thread Chris 'Xenon' Hanson
doesn't recommend Dreamhost for this reason. 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 no Truth. There is only Perception. To Perceive

Re: [osg-users] OSG on OpenGL 3: Example code and cookbook

2012-01-02 Thread Chris 'Xenon' Hanson
On 1/2/2012 2:37 AM, Alexandre Amalric wrote: Did you benchmark performance improvements with GL3 enabled ? I'd be surprised if there was much difference. I would guess for a modern GPU, GL2 vs GL3 is purely a matter of semantics. -- Chris 'Xenon' Hanson, omo sanza lettere. xe

[osg-users] Website unresponsive

2012-01-02 Thread Chris 'Xenon' Hanson
From USA. -- 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 Perceive is to Exist. - Xen

[osg-users] Test ping

2011-12-30 Thread Chris 'Xenon' Hanson
One Ping, Only, Vasilly. -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Build

2011-12-26 Thread Chris 'Xenon' Hanson
you a URL you can post. -- 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 Perceive is to Exist. - Xen

[osg-users] PowerVR OpenGL ES on Linux

2011-12-23 Thread Chris 'Xenon' Hanson
at a loss to think of what else might be going wrong. Is anyone else running a similar setup, who might be able to suggest what we're overlooking? I'll follow-up for posterity if we figure it out here. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com

Re: [osg-users] Build

2011-12-23 Thread Chris 'Xenon' Hanson
can't post large attachments to this mailing list. Is there somewhere you can put a copy where only those interested in it can download it? Thanks, Michael -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS

[osg-users] OSG site down

2011-12-15 Thread Chris 'Xenon' Hanson
OperationalError: database is locked -- 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 Perceive is to Exist

Re: [osg-users] Exporting to SVG from OpenSceneGraph.

2011-12-15 Thread Chris 'Xenon' Hanson
. But, I think that's the reverse of what he wanted to do, right? -- 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] Exporting to SVG from OpenSceneGraph.

2011-12-14 Thread Chris 'Xenon' Hanson
to convert from one of its formats to something you can use. -- 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 Perceive

Re: [osg-users] [vpb] Placing an object on a UTM file generated with osgdem

2011-12-12 Thread Chris 'Xenon' Hanson
the orientation ended up like, and then you can see what additional rotations might be needed to get what you expect. I can't recall off the top of my head which object local axis ends up pointed north. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com

Re: [osg-users] best format for paged database

2011-12-08 Thread Chris 'Xenon' Hanson
On 12/8/2011 1:27 AM, PC John wrote: Main requirement: I need to load base level geometry and base resolution textures ASAP, f.ex 1s. I will probably inline base-level texture data into the base-level scene database. Are you trying to do terrain? -- Chris 'Xenon' Hanson, omo sanza

Re: [osg-users] best format for paged database

2011-12-07 Thread Chris 'Xenon' Hanson
. If you're not interested in building it from scratch (it can be difficult the first time), my company, AlphaPixel offers subscriptions to a binaries-download system that builds projects like osgEarth every night, whenever the source has changed. John -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] osgDB::writeImageFile return false in release mode only

2011-12-07 Thread Chris 'Xenon' Hanson
, this function will return false. Anyone got an idea to fix it? Thanks. Turn up the OSG Debug level. You're probably not loading the release-mode DLL for the image saver. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL

Re: [osg-users] Building on OpenGL ES

2011-12-07 Thread Chris 'Xenon' Hanson
On 12/6/2011 8:48 AM, Chris 'Xenon' Hanson wrote: Well, I think OPENGL_INCLUDE_DIR is provided by FIND_PACKAGE(OpenGL), but even when it is found (such as when I'm building with normal full-spec OpenGL) it doesn't show up as a settable parameter in CMake. Is this supposed to be a setting

Re: [osg-users] Building on OpenGL ES

2011-12-07 Thread Chris 'Xenon' Hanson
that are aren't displayed by default, but can be toggled on using 't'. I believe OPENGL_INCLUDE_DIR is one of these advanced options. In my testing here, even toggling on the Advanced filter, OPENGL_INCLUDE_DIR did not appear, on Windows CMake-GUI. Robert. -- Chris 'Xenon' Hanson, omo sanza lettere

Re: [osg-users] osgDB::writeImageFile return false in release mode only

2011-12-07 Thread Chris 'Xenon' Hanson
is with the debug level, or a tool like Process Monitor. I also would like to know how to do to turn up osg debug level. Thanks. http://lmgtfy.com/?q=osg+debug+level -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS

Re: [osg-users] best format for paged database

2011-12-06 Thread Chris 'Xenon' Hanson
requirement. You could store this geometry there too, masked so that it does not render but can be accessed during intersection testing. Thanks in advice, John -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs

Re: [osg-users] Building on OpenGL ES

2011-12-06 Thread Chris 'Xenon' Hanson
OSG_GL1_AVAILABLE). 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 no Truth. There is only Perception. To Perceive is to Exist. - Xen

Re: [osg-users] Running a viewer in a thread other than main thread

2011-12-06 Thread Chris 'Xenon' Hanson
node so that I can use a callback function to control each camera motion? Each camera is already a subclass of Transform: http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00073.html -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] Running a viewer in a thread other than main thread

2011-12-06 Thread Chris 'Xenon' Hanson
(and need) View'ing even without display'ing. Viewer and Camera make setting up pbuffer or FBO rendering very easy. -- 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] Running a viewer in a thread other than main thread

2011-12-06 Thread Chris 'Xenon' Hanson
to? -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Running a viewer in a thread other than main thread

2011-12-05 Thread Chris 'Xenon' Hanson
be found whenever it needs it. The question would be what are you really trying to accomplish with this and is there another way to skin this cat? -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS

[osg-users] Building on OpenGL ES

2011-12-05 Thread Chris 'Xenon' Hanson
for OpenGL ES (2.0)? We'll be building Windows with the PowerVR emulation library, if it matters. -- 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 create a decal on a road segment?

2011-11-25 Thread Chris 'Xenon' Hanson
://glprogramming.com/red/chapter14.html#name12 -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Getting Started - VS2010

2011-11-22 Thread Chris 'Xenon' Hanson
On 11/22/2011 3:52 AM, Markus Kahl wrote: Yes, I use the Express Edition. Then that must be the reason. I wonder why that is. That's what you get for free. I think Express also lacks the optimizer. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] Getting Started - VS2010

2011-11-21 Thread Chris 'Xenon' Hanson
the Express edition? It might not offer x64 capability. -- 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 Perceive

Re: [osg-users] Getting Started - VS2010

2011-11-20 Thread Chris 'Xenon' Hanson
/osg/downloads/free-openscenegraph-binary-downloads -- 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 Perceive

Re: [osg-users] [vpb] Changing a terrains Nodemask

2011-11-19 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 Perceive is to Exist. - Xen

[osg-users] Carmack rewriting Doom 3 source code to dodge legal issues | VG247

2011-11-18 Thread Chris 'Xenon' Hanson
http://www.vg247.com/2011/11/17/carmack-rewriting-doom-3-source-code-to-askew-legal-issues/ I'm not sure if osgShadow might be impacted, or if it uses this technique at all. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL

Re: [osg-users] [vpb] Get lat lon of a vertex within a CoordinateSystemNode

2011-11-18 Thread Chris 'Xenon' Hanson
that with convertXYZToLatLongHeight. -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Performance results? Intel (icc) or GNU gcc?

2011-11-16 Thread Chris 'Xenon' Hanson
with the Intel compiler? If so, can you quantify it? I'm curious too, because a couple years ago a dev team I know dropped the Intel compiler because it was generating slower code than MSVC++. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging

Re: [osg-users] Lighting problem

2011-11-15 Thread Chris 'Xenon' Hanson
. This is normal: http://en.wikipedia.org/wiki/Specular_highlight Has anybody an idea, a) what could be causing this or (more important) b) how to stop it? It happens on shiny smooth curved surfaces lit by a singe point light source. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] Get camera X rotation angle in rads?

2011-11-15 Thread Chris 'Xenon' Hanson
On 11/15/2011 2:36 PM, Paul Griffiths wrote: I now wish to get the z rotation angle of the camera in degrees. http://forum.openscenegraph.org/viewtopic.php?t=9073 -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene

[osg-users] OSG website unresponsive

2011-11-11 Thread Chris 'Xenon' Hanson
From Colorado, USA at this time. -- 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 Perceive is to Exist. - Xen

[osg-users] osgEarth binary builds now available.

2011-11-10 Thread Chris 'Xenon' Hanson
is interested in this, drop me a note. -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Migration of website and version control

2011-10-31 Thread Chris 'Xenon' Hanson
, that's something non-sysadmin types could help with -- copying and reformatting a page and adding it to the new site. It might also be useful to see if there is interest in moving the Forum interface to the same hosting platform. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com

Re: [osg-users] 3D models used in OSG ?

2011-10-28 Thread Chris 'Xenon' Hanson
know both of them ? You might also look at VE-Suite, a project I have done some work for: http://en.wikipedia.org/wiki/Vesuite http://www.vesuite.org/ Among other things, it is built on OSG and VR-Juggler and is used in a CAVE. Thanks again, Maia -- Chris 'Xenon' Hanson, omo sanza

Re: [osg-users] Is the displayProblem of osgtext already fixed?

2011-10-27 Thread Chris 'Xenon' Hanson
anybody give any advice? I believe this was fixed in 3.0.1. You can download my pre-compiled OSG 3.0.1 for all three major platforms here: http://openscenegraph.alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads -- Chris 'Xenon' Hanson, omo sanza lettere. xe

Re: [osg-users] [build] Installation problem with the latest binaries of AlphaPixel

2011-10-24 Thread Chris 'Xenon' Hanson
, VRandria -- 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 Perceive is to Exist. - Xen

Re: [osg-users] How to hide (make invisible) some HUD overlays in some views?

2011-10-17 Thread Chris 'Xenon' Hanson
the other View's cameras? -- 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 Perceive is to Exist. - Xen

Re: [osg-users] Viewer thread safety question

2011-10-12 Thread Chris 'Xenon' Hanson
quirks. I have 3.0.1 binaries built and on my webserver but I don't think I've updated the links. I'll try to get them up there today. -- 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] [vpb] Placing an object on a UTM file generatedwith osgdem

2011-10-12 Thread Chris 'Xenon' Hanson
slowly that unless you move far it's not a big deal. -- 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 Perceive

[osg-users] AlphaPixel OSG 3.0.1 binaries for all platforms

2011-10-12 Thread Chris 'Xenon' Hanson
-downloads Reply privately if you have any problems with them. -- 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 Perceive

Re: [osg-users] help running examples

2011-10-12 Thread Chris 'Xenon' Hanson
://www.openscenegraph.org/projects/osg/wiki/Downloads/SampleDatasets Cheers, James -- 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

Re: [osg-users] Viewer thread safety question

2011-10-11 Thread Chris 'Xenon' Hanson
'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 Perceive is to Exist. - Xen ___ osg

Re: [osg-users] Newbie Texture Question

2011-10-09 Thread Chris 'Xenon' Hanson
to be altered, or perhaps the transform/translate of the texture coordinate matrix. Robbo -- 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] OSG Multi-threading questions

2011-10-06 Thread Chris 'Xenon' Hanson
viewer::frame() right? No. They are dispatched by frame(). Cheers, George -- 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] PagedLODs under an RTT camera - how to use the proper viewpoint?

2011-10-04 Thread Chris 'Xenon' Hanson
to the RTT camera. I'd appreciate some pointers on this one. Thanks. Wouldn't shadowmap cameras face the same issue hand have already solved this? Maybe the technique can be inferred from there. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital

Re: [osg-users] [build] Error: 0xc0150002 Win7 x64, VS2010, osg 2.9.11 current Trunk, wrong dependency in osgDBd.dll Manifest ?

2011-09-29 Thread Chris 'Xenon' Hanson
them. ;) I'm hoping someday to be able to offer GDAL and all its deps and a number of the other FOSS libs in the same fashion, because mixed or outdated libraries are a special kind of hell. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital

Re: [osg-users] GLSL shaders and projective texturing

2011-09-28 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 Perceive is to Exist. - Xen

Re: [osg-users] GLSL shaders and projective texturing

2011-09-27 Thread Chris 'Xenon' Hanson
. Anything would be helpful. This one seemed fairly complete. http://www.jotschi.de/?p=378 Ping me if you need help on the project. -- 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] Please suggest ways to get PagedLOD nodes to pre-load when switching nodes.

2011-09-19 Thread Chris 'Xenon' Hanson
IT will see (which is what you predict the main camera will need to see in a moment). -- 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] Please suggest ways to get PagedLOD nodes to pre-load when switching nodes.

2011-09-19 Thread Chris 'Xenon' Hanson
with it and load the PagedLODs. I suspect you need a full-blown camera, but perhaps you can use something like the prerender example with some hacking to make it not actually render after it culls. I've never done this before, so you'll have to wing it yourself a bit. -- Chris 'Xenon' Hanson, omo

Re: [osg-users] OSG static linking for commercial application

2011-09-15 Thread Chris 'Xenon' Hanson
On 9/15/2011 1:43 AM, Robert Osfield wrote: HI Chris, On Wed, Sep 14, 2011 at 11:02 PM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote: Does there need to be a license amendment/exemption or something for the examples? The examples I've written don't use the OSGPL, rather just a simply

Re: [osg-users] [vpb] Placing an object on a UTM file generated with osgdem

2011-09-15 Thread Chris 'Xenon' Hanson
#36e58965115c04aaff366c984c2eab40 Which actually just normalizes the XYZ passed to it, but best to use the method in case it ever gets more sophisticated. -- 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] example of porting of scenegraph to native client, possible OSG port

2011-09-15 Thread Chris 'Xenon' Hanson
mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- 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] [vpb] Placing an object on a UTM file generated with osgdem

2011-09-14 Thread Chris 'Xenon' Hanson
Looks about right to me. Try it and see if it works for you. -- 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] Placing an object on a UTM file generated with osgdem

2011-09-14 Thread Chris 'Xenon' Hanson
it figure out the elevation automatically... http://eckhart.stderr.org/doc/openscenegraph-doc/openscenegraph/classosgSim_1_1HeightAboveTerrain.html Use that to query the terrain elevation at a given location. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] OSG static linking for commercial application

2011-09-14 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 Perceive is to Exist. - Xen

Re: [osg-users] Google+

2011-09-13 Thread Chris 'Xenon' Hanson
On 9/13/2011 8:26 AM, Jeremy Moles wrote: Who needs an invite? :) I've got 150... And if we use those up, I have more... -- 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] Google+

2011-09-13 Thread Chris 'Xenon' Hanson
On 9/13/2011 10:09 AM, Chris 'Xenon' Hanson wrote: On 9/13/2011 8:26 AM, Jeremy Moles wrote: Who needs an invite? :) I've got 150... And if we use those up, I have more... Actually, it now seems I can give them away indiscriminately: https://plus.google.com/i/5o-OzbjxCZA:s4BNJFPB0h0

Re: [osg-users] [vpb] Placing an object on a UTM file generated with osgdem

2011-09-13 Thread Chris 'Xenon' Hanson
On 9/13/2011 12:44 PM, Ethan Fahy wrote: Now I just need to find a forum post I saw that shows how to place an object on the terrain based on an lat/lot... http://forum.openscenegraph.org/viewtopic.php?t=6734 -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] [vpb] Placing an object on a UTM file generated with osgdem

2011-09-12 Thread Chris 'Xenon' Hanson
be convinced to reproject your UTM for you, it's probably easier to use GIS tools to reproject it yourself up front and then feed that to VPB. If you don't have the ability to do so, I might be able to help you out. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http

Re: [osg-users] [vpb] Placing an object on a UTM file generated with osgdem

2011-09-12 Thread Chris 'Xenon' Hanson
would be the most common term, in my experience. -- 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 Perceive

Re: [osg-users] OSG_EXPORT

2011-09-10 Thread Chris 'Xenon' Hanson
requires different qualifiers be inserted at DLL compile time versus DLL link/usage time. -- 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] Laptop switchable graphics and OSG / OpenGL apps?

2011-09-09 Thread Chris 'Xenon' Hanson
technology to automatically switch between the two based on the app that's currently running. I just received one of these (not my laptop, but my wife's). I can try to poke at it here as well. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com

Re: [osg-users] Laptop switchable graphics and OSG / OpenGL apps?

2011-09-09 Thread Chris 'Xenon' Hanson
On 9/9/2011 1:01 PM, Martins Innus wrote: I'm using 268.30, the most recent as provided by Dell specifically for my laptop. Reason number 1 why I have quit buying Dell. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL

Re: [osg-users] [vpb] Is the VPB 1.0.0 available?

2011-09-08 Thread Chris 'Xenon' Hanson
code that Mattias posted in the correct location in the CMake file itself. I simply inserted it alongside the only other IF(MSVC) statement that I found in the CMake file... I've always used the FWTools version when I build on Windows. Not that it'll probably matter. -- Chris 'Xenon' Hanson

Re: [osg-users] [vpb] Is the VPB 1.0.0 available?

2011-09-08 Thread Chris 'Xenon' Hanson
are OSG itself (and its thirdparty deps) and those from VPB's own thirdparty deps. -- 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] [vpb] Is the VPB 1.0.0 available?

2011-09-08 Thread Chris 'Xenon' Hanson
. If you're having trouble with missing DLLs, you have to say what DLLs those are, or nobody is going to be able to help you. -- 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] [vpb] Is the VPB 1.0.0 available?

2011-09-07 Thread Chris 'Xenon' Hanson
are you using? -- 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 Perceive is to Exist. - Xen

Re: [osg-users] [vpb] Is the VPB 1.0.0 available?

2011-09-07 Thread Chris 'Xenon' Hanson
not use the thirdparty libs from the same source? http://openscenegraph.alphapixel.com/osg/downloads/openscenegraph-third-party-library-downloads -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training

Re: [osg-users] [osgPlugins] Writing plugins, where to start

2011-08-30 Thread Chris 'Xenon' Hanson
and requirements for creating a plugin from scratch? Mostly I just take something like the OBJ plugin and strip out everything OBJ specific and throw in my code. There's some magic objects and macros that perform plugin registration that you need to preserve. Thank you! Paul -- Chris 'Xenon

[osg-users] Wiki pollution

2011-08-25 Thread Chris 'Xenon' Hanson
Spammers seem to have found the wiki: http://www.openscenegraph.org/projects/VirtualPlanetBuilder/wiki/GiftBaskets http://www.openscenegraph.org/projects/VirtualPlanetBuilder/wiki/X-RayRecycling -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com

Re: [osg-users] Wiki pollution

2011-08-25 Thread Chris 'Xenon' Hanson
) cannot seem to get to it at all for the last few days. I can get to it, but the delays are long and many timeouts. J-S -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting

[osg-users] AlphaPixel Mac binaries Execute bit

2011-08-22 Thread Chris 'Xenon' Hanson
'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 Perceive is to Exist. - Xen ___ osg

Re: [osg-users] SIGGRAPH 2011 OpenSceneGraph BOF

2011-08-18 Thread Chris 'Xenon' Hanson
users, so advice is welcomed. -- 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 Perceive is to Exist. - Xen

  1   2   3   4   5   6   7   8   >