[osg-users] [ANN] OpenSceneGraph 3 Cookbook Published!

2012-04-01 Thread Wang Rui
Hi all, First of all, this is NOT a joke on April Fool's Day. :-) I'm glad to announce the publication of the book OpenSceneGraph 3.0 Cookbook, which is yet another OSG book written by me, with the help of Dr. Qian Xuelei. Thanks to my technique reviewers: Torben Dannhauer, Vincent Bourdier, and

[osg-users] Help: intersectionVisitor in a separate working thread cannot work when it is to visit a view node

2012-04-01 Thread wang shuiying
Hello, In my programme, I have among others a view node and a thread. The geometries under the view node changes every frame. The thread controls the frequency at which an IntersectionVisitor visits the view node. However it turns out it doesn't work. When the intersectionVisitor is ready

Re: [osg-users] [3rdparty] osggis_build getting started

2012-04-01 Thread issam boughanmi
so i will try with osgearth then :) thanks glenn ! -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46711#46711 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [ANN] OpenSceneGraph 3 Cookbook Published!

2012-04-01 Thread Martin Scheffler
I ordered on thursday! B) Martin -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46713#46713 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [ANN] OpenSceneGraph 3 Cookbook Published!

2012-04-01 Thread Jean-Sébastien Guay
Congrats Wang Rui, great work, I look forward to reading it! J-S On 01/04/2012 2:40 AM, Wang Rui wrote: Hi all, First of all, this is NOT a joke on April Fool's Day. :-) I'm glad to announce the publication of the book OpenSceneGraph 3.0 Cookbook, which is yet another OSG book written by

Re: [osg-users] [ANN] OpenSceneGraph 3 Cookbook Published!

2012-04-01 Thread Sebastian Messerschmidt
Hi, preordered it and it did arrive just yesterday. First of all: Great book that covers a lot of stuff frequently asked here on the list. Thank you and keep on with this! cheers Sebastian Hi all, First of all, this is NOT a joke on April Fool's Day. :-) I'm glad to announce the

Re: [osg-users] Help: intersectionVisitor in a separate working thread cannot work when it is to visit a view node

2012-04-01 Thread Robert Osfield
Hi Shuiying, It's not safe to read for a data structure that is written to be another thread. If you scene graph is not changing then it'll be safe to traverse multi-threaded without problem but if it's changing you'll need to serialize the reading from the writing threads in some manner. The

Re: [osg-users] [ANN] OpenSceneGraph 3 Cookbook Published!

2012-04-01 Thread Torben Dannhauer
Hi, Congratulations to your new book! I received my copy 2 days ago! I'm looking forward to play with some of your recipes :) Best regards, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46717#46717

[osg-users] New FrontFace Modes

2012-04-01 Thread Felix Nawothnig
Hey. A while ago we added a few new FrontFace modes to deal with multi-instanced mirrored geometry showing up in our data: - AUTO, which sets the front face to GL_CW when the MVM has negative determinant (mirror transformation)., GL_CCW otherwise. - AUTO_FLIPPED, doing the inverse - FLIP,

[osg-users] Primitive Restart

2012-04-01 Thread Felix Nawothnig
Hey. Now comes a non-trivial one... :-) A while ago I added support for primitive restart to our internal build to stitch triangle strips - this greatly improved performance and VRAM usage for our very heavy CAD data. As primitive restart was included in GL core a while a ago I suppose this

[osg-users] osgAnimation iTaSC (IK) integration

2012-04-01 Thread Felix Nawothnig
Hey. We are planning to add inverse kinematics support to osgAnimation utilizing iTaSC, Blender's new IK solver (including a Blender export path for the IK Constraints) and to avoid duplicated work - is someone else already working in that area? (Either specifically iTaSC or any IK integration in

Re: [osg-users] [solved] All shader examples/code are crashing

2012-04-01 Thread Torben Dannhauer
Hi, I've now access again to my office PC. OSG runs fine on that machine, it seems my build environment ist totally screwed up ( waah I 'love' windows reinstalls...) Sorry for the noise! Cheers, Torben -- Read this topic online here: