Re: [osg-users] Qt + non-continuous draw + pagedLOD: Random loss of detail??

2008-08-02 Thread Maciej Krol
Hi all, I have the same problem in our digital content creation tool. IMHO the plausible solution would be to expire the nodes after certain number of frames rather than period of time. This would require changes in the database pager. It shall be possible to select expiration mode - time based

Re: [osg-users] moving models...

2008-08-02 Thread su hu
Shayne, In my application, a global buffer is used to input data to osg thread from other thread. I used the method as same as Todd told you. setMatrix() is used to update the matrix of that MatrixTransform node. ... osg::ref_ptrosg::group root; osg::ref_ptrosg::MatrixTransform MotionMatrix;

Re: [osg-users] Lazy Rendering with pagedLOD databases

2008-08-02 Thread Glenn Waldron
Maciej, That's a good idea. Taking it one step further, the system could allow you to install a custom expiry callback so that you have the option of explicitly controlling the expiration test yourself. Perhaps a functor that DatabasePager can apply to PagedLOD::removeExpiredChildren. Paging

Re: [osg-users] Please test 2.6 branch

2008-08-02 Thread Hartmut Seichter
Tested with MinGW package bundled with Code::Blocks 8.02 - applications work as expected. However, see attachment for some of the warnings emitted by mingw32-gcc (3.4.5) ... H cid:part1.02030207.01040400@technotecture.com Paul Martz wrote: Hi all -- We've had some build testing of the 2.6