Re: [osg-users] Polytopes limited to 32 planes

2017-09-21 Thread Antoine Rennuit
Hello Robert, and thanks for your clear answer. Now for the suggestion to use a custom technique, are you thinking about using GL_SELCT with glRenderMode() and the glInitNames() / glPushName() functions? If so, do you know any example code implementing this? Kind regards, Antoine. ---

Re: [osg-users] Shadow Shenanigans (Implementing shadows in OpenMW and associated experiments)

2017-09-21 Thread Maurizio Vitale
I'm confused, what is so offensive in AnyOldName3? Stupid, I'd agree, but offensive, I just don't see it. Unless there's some inside story I'm not privy to, I don't follow this list regularly. And isn't the real name the one in the 'from' field? Maurizio On Thu, Sep 21, 2017 at 4:38 AM, Robert Os

Re: [osg-users] [build] OpenSceneGraph static linking for Android

2017-09-21 Thread Kamil Zaripov
Nevermind, I've already fix this problem. Cheers, Kamil -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72031#72031 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscene

[osg-users] [build] Problem compiling OSG 3.4.1 osgDB 64 bit

2017-09-21 Thread Tony O'Rourke
Hi, The osgDB solution has as an input lib C:\OpenSceneGraph\3.4.0\3rdParty\lib\zlib1.lib That didn't work for me. Changing the input libs to C:\OpenSceneGraph\3.4.1\3rdParty\lib\Debug\zlibd.lib C:\OpenSceneGraph\3.4.1\3rdParty\lib\Release\zlib.lib as appropriate does work. Found this problem wh

[osg-users] [build] OpenSceneGraph static linking for Android

2017-09-21 Thread Kamil Zaripov
Hi, I'm trying to compile static OpenSceneGraph for Android. However, when I'm trying to open simple .osg model, osg says that it can't load osgPlugins-3.4.0/osgdb_osg.so. Host OS: macOS 10.12.6 CMake version 3.9.0 OpenSceneGraph version 3.4.0 Android NDK version r14b CMake configuration:

Re: [osg-users] Qt Quick and Android

2017-09-21 Thread Kamil Zaripov
Hi Wojtek, Thanks for replying! However, I’ve checked osgitem.cpp file in https://bitbucket.org/leon_manukyan/qtquick2osgitem/overview project and I didn’t see lines such as: h->viewer->advance(); h->viewer->eventTraversal

Re: [osg-users] Shadow Shenanigans (Implementing shadows in OpenMW and associated experiments)

2017-09-21 Thread Robert Osfield
I'm currently in the process of trying to make shadows work in OpenMW and > am therefore trying to learn about osgShadow and also convince it to do a > bunch of things. > With osgShadow we've tried quite a few different approaches to provide a general purpose shadow implementation, each technique

Re: [osg-users] Polytopes limited to 32 planes

2017-09-21 Thread Robert Osfield
Hi Antoine, On 20 September 2017 at 17:15, Antoine Rennuit wrote: > Hi all, > > There seems to be a maximum of 32 osg::Plane that can be added to a > osg::Polytope for intersection computations. The osg::Plane beyond 32 are > not checked against. > > Is there a reason for this? > I don't recall