[osg-users] [osgPlugins] Problems with .ive loading

2016-11-09 Thread Lyubov Akimova
Hi, I have a problem with osg_ived.dll in 3.4.0 version. As I'm trying to launch this code to open .ive file Code: osg::ref_ptr model = osgDB::readNodeFile(modelFileName.toStdString()); I get this error in cmd: > > FindFileInPath() : USING %projectpath%\osgPlugins-3.4.0\osgdb_ived.dll >

Re: [osg-users] Qt version for OSG3.4.0

2016-10-18 Thread Lyubov Akimova
Hi, 4.8.6 working fine too. Thank you! Cheers, Lyubov -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69056#69056 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Off scale in StackedMatrixElement

2016-10-13 Thread Lyubov Akimova
Hi, I have osgAnimation::Animation, which uses StackeMatrixElement as transform. Problem is that I get scale animation instead of rotation, even when I set only rotate and translate for matrix. Are there some ways to off scale animations in StackedMatrixElement transforms? Thank you! Cheers,

[osg-users] Animating transparency

2016-09-16 Thread Lyubov Akimova
Hi, I have drawable in MatrixTransform, how can I make this drawable transparent in osgAnimation::Animation? ... Thank you! Cheers, Lyubov -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=68627#68627

[osg-users] Creating mesh on runtime

2016-09-02 Thread Lyubov Akimova
Hi, I'm totally new to OSG. I have some arrays of verticies and normals. Can you tell me please, which way can I create mesh model on runtime? If it's important, IDE is VS15 community. Thank you! Cheers, Lyubov -- Read this topic online here: