Re: [osg-users] [build] Can't build documentation

2016-04-16 Thread Goj Ames
Hi,
I'm also not able to build the docs, but with different failure:
osg 3.5.2 sync'd from github a few days ago.  
Doxygen version 1.8.8
The core_Doxyfile has:
EXTENSION_MAPPING  = no_extension=C++
Debian

pwd
  /home/gjames/OpenSceneGraph
echo $OSGHOME 
  /home/gjames/OpenSceneGraph
echo $OpenSceneGraph_SOURCE_DIR 
  /home/gjames/OpenSceneGraph
doxygen doc/Doxyfiles/core_Doxyfile 
Warning: Tag `XML_SCHEMA' at line 195 of file `doc/Doxyfiles/core_Doxyfile' has 
become obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 196 of file `doc/Doxyfiles/core_Doxyfile' has 
become obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: argument `${SEARCHENGINE}' for option SEARCHENGINE is not a valid 
boolean value
Using the default: YES!
Error: tag HTML_FOOTER: footer file 
`${OpenSceneGraph_SOURCE_DIR}/doc/Doxyfiles/custom_Footer.html' does not exist

ls -l ${OpenSceneGraph_SOURCE_DIR}/doc/Doxyfiles/custom_Footer.html
-rw-r--r-- 1 gjames gjames 408 Apr 12 16:28 
/home/gjames/OpenSceneGraph/doc/Doxyfiles/custom_Footer.html

Konstantin - thanks for your link to the pre-built on the web, but I'd like to 
generate my own local docs.

Thanks for any help,
-G

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66839#66839





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] pick a point or line

2016-04-16 Thread Robert Osfield
On 16 April 2016 at 09:26, Bruno Oliveira 
wrote:

> So the best option in this case would be load the entire scene at once?
>

As general note, it's not good etiquette to piggy back off another thread,
it might be fine for you but for anyone else trying to find answers to
similar questions is crap.

If you start a new thread I'll answer there.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] pick a point or line

2016-04-16 Thread Bruno Oliveira
So the best option in this case would be load the entire scene at once?

2016-04-16 9:14 GMT+01:00 Robert Osfield :

> On 16 April 2016 at 08:55, Bruno Oliveira  > wrote:
>
>> Is it possible to perform intersection when using PagedLOD?
>
>
> It will work fine for the already loaded tiles but won't automatically
> load the highest LOD level.
>
> You can use osgSim::LineOfSight to automatically load all the tiles
> required to get to the highest LOD level, but this is dependent on disk
> access so can be slow.
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] pick a point or line

2016-04-16 Thread Robert Osfield
On 16 April 2016 at 08:55, Bruno Oliveira 
wrote:

> Is it possible to perform intersection when using PagedLOD?


It will work fine for the already loaded tiles but won't automatically load
the highest LOD level.

You can use osgSim::LineOfSight to automatically load all the tiles
required to get to the highest LOD level, but this is dependent on disk
access so can be slow.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] pick a point or line

2016-04-16 Thread Bruno Oliveira
Is it possible to perform intersection when using PagedLOD?

> On 06 Apr 2016, at 09:12, Han Zhou  wrote:
> 
> Hi all,
> 
> I'm working on an CAE software in which users need to setup some params on 
> the boundary. I extract point, line, and face elements so that users can pick 
> and choose them, and it will give a feedback, like change color.
> I referenced osgpick example and the OpenSceneGraph 3 cookbook, for surface 
> picking, it is easy. Now the problem is, to pick a point or line, which is 
> the best way to implement it? do I need to implement a Intersector subclass 
> like LineSegmentIntersector?
> 
> Thank you!
> 
> Cheers,
> zhouhan
> 
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=66741#66741
> 
> 
> 
> 
> 
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org