Hello Johannes,

On 10/14/2013 07:30 AM, Johannes Brunen wrote:
> Case 1: Simple graph ending in a VisitSubTree-Node which points to a sub
> tree. The sub tree is managed in a container collection which is
> attached to the VisitSubTree node.
>
> Case 2: Additionally to case 1 I add a loaded dino model to the scene
> manager.
>
> Result: Case 2 is rendered fine; I see the dino and the sub tree
> geometry. Case 1 does not show the sub tree geometry.
>
> Can anyone explain that?

just a quick thought: this kind of thing often is related to incorrect 
bounding volumes and the resulting wrong culling. You could try setting 
the volume of the node with VisitSubTree core to infinite as a quick test.

        Cheers,
                Carsten

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to