[osg-users] [vpb] Command line option for inputing X/Y Interval in VPB ??

2017-01-24 Thread Vinoth Rajendran
Hi Community, I am generating terrain using VPB from GeoTiff file.. Is there any command line option to adjust X/Y interval for HeightField. I would like to be able to input X/Y interval , so that i get smooth terrain... Is it possible... Thank you! Cheers, Vinoth R

Re: [osg-users] first attempts with PagedLODs

2017-01-24 Thread David Glenn
Hi, I assume that you have looked at the virtual Planet builder? That is how I learned about how Paged LOD's work. If you overlap maps made with VPB, you have to make sure you use the same data and even then your going to have some Z fighting that might look odd.

[osg-users] first attempts with PagedLODs

2017-01-24 Thread Daniel Lazaroff
greetings all, I've started trying out the DatabasePager with a test model of a small city landscape (openflight file) that has been converted into pagedLODs (I'm experimenting with load balancing of VRAM usage). I used the "osgpagedlod.cpp" example to convert and write out the individual

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-24 Thread Robert Osfield
On 24 January 2017 at 16:53, Chris Hanson wrote: > I thought we had checked this a few months ago when I deep-dove into it > trying to solve this very thing. I don't recall that we came across any link to godaddy.com at that point, this only lead I recall we have was the

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-24 Thread Chris Hanson
> > I just checked there is a "supp...@godaddy.com" subscribed but not one > associated with secureserver,net. > I have unsubscribed supp...@godaddy.com. > Yay! I thought we had checked this a few months ago when I deep-dove into it trying to solve this very thing. > The question is who

Re: [osg-users] [build] OSG with OpenGL ES 2.0 and Angle

2017-01-24 Thread Alistair Baxter
There are one or two things that need tweaked manually when building for ANGLE on Windows, generally just commenting of ifdefing stuff out. I needed to set the names of the angle gles libraries linked to by hand in Visual Studio, because I couldn't work out how to do that in the cmake

Re: [osg-users] different result rotating Vec3d for Quat or Matrixd

2017-01-24 Thread Gianni Ambrosio
Trajce Nikolov NICK wrote: > > if you swap the order of the matrix and the vector will you get the same > result? > Yes, same result but ... 1) that's pretty counterintuitive: why should I have to change the order to get the same result? And unfortunately I guess that's not documented. 2) if

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-24 Thread Jan Ciger
On Tue, Jan 24, 2017 at 3:31 PM, Robert Osfield wrote: > The question is who subscribed supp...@godaddy.com? Do godaddy.com > have some robot that goes around adding itself to public mailing > lists? Someone playing games? Some kind of scheme to break things? > It

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-24 Thread Robert Osfield
Hi Sebastian, On 24 January 2017 at 13:53, Sebastian Messerschmidt wrote: > if there is one like: supp...@secureserver.net or supp...@godaddy.com? > > Thanks > " > > Since the member list of the mailing-list is not public, Robert needs to > check if there is some

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-24 Thread Jan Ciger
On Tue, Jan 24, 2017 at 2:53 PM, Sebastian Messerschmidt < sebastian.messerschm...@gmx.de> wrote: > > Since the member list of the mailing-list is not public, Robert needs to > check if there is some account registered matching the description. > > Cheers > Sebastian > > Well, considering for

Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2017-01-24 Thread Sebastian Messerschmidt
Hey, I just used the abuse form and got this answer from the support: " Hi Sebastian, I’m writing you in regards to the abuse report below that you submitted to us. We’ve had a similar issue with another mailing list and it was caused because someone subscribed our ticketing email address

Re: [osg-users] bug: osgText doesn't work on MacOSX GL4.x with VAO

2017-01-24 Thread Sebastian Messerschmidt
Hi Remo Hi Sebastian I'm wondering if you have a running osgText on MacOSX Core Profile. Your shader-code is not compatible with it. I've written a partial working version of this shader. I also found that the Glyph Texture is created with red. But i think something is wrong with the

Re: [osg-users] different result rotating Vec3d for Quat or Matrixd

2017-01-24 Thread Trajce Nikolov NICK
Hi, > osg::Vec3d localEyeOffset2 = rotationMatrix * eyeOffset; if you swap the order of the matrix and the vector will you get the same result? On Tue, Jan 24, 2017 at 11:25 AM, Gianni Ambrosio wrote: > Hi, > may be this is a newbie question but I would like to

[osg-users] different result rotating Vec3d for Quat or Matrixd

2017-01-24 Thread Gianni Ambrosio
Hi, may be this is a newbie question but I would like to understand the reason of this behaviour. I have to calculate the coordinate of a 3D point wrt a different coordinate reference. The new coordinate reference is simply rotated wrt the first one. I tried two different implementations with