Glenn Waldron

Results 179 comments of Glenn Waldron

Will the method `GeoLocator::unitToWorld` work for you? If not, and without knowing what you are using the method for, all I can suggest is that you reference the code for...

Wait, are you trying to compile the `engine_mp` plugin? That is no longer supported, and it should be disabled by default in the CMake configuration.

Thank you for your thoughts. We've looked into this a couple times over the years. One issue here is incomplete support in OSG itself. For example, OSG's JPEG and PNG...

@fansmit Unfortunately there's not enough information here for us to offer guidance. You will need to elaborate a lot on the problems you are seeing. That said, the osgEarth team...

Unable to reproduce the crash. Are you running `osgearth_skyview` ?

Which forum thread are you referring to?

It almost looks like the texture state is "bleeding" from one level to the next, as if the child tile is trying to inherit a texture from the parent, but...

`` block not allowed at the top level, must be inside a `` block

Also, some of the image layers are drawn with a positive `` which will cause the FeatureModel layer to render behind them. Prob better to use a FeatureImage and draw...