[osg-users] how to realize motion blur effect simply when osg_GL3_available?

2012-07-15 Thread Lilinx
screen camera to render this Quad 3. Add a motion blur shader to the screen camera. I think it is too complicated. Is there a simple mothod for this? -- Lilinx ___ osg-users mailing list osg-users@lists.openscenegraph.org http

Re: [osg-users] Bug in graphicsContext->releaseContext() when OSG_COMPIlE_CONTEXTS=YES

2012-07-12 Thread Lilinx
Everything is OK! -- Lilinx <> ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] Has anyone write osg::AudioSink for openal?

2011-01-28 Thread Lilinx
hi,all same as tile!! Lilinx lil...@21cn.com   2011-01-29 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users

[osg-users] Cubmap with osg 2.9.9

2010-10-17 Thread Lilinx
Hi , I test osg2.9.9 with osg example osgcubemap, the cubemap is not valid. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-

[osg-users] a bug when use osgUtil::Tessellator::retessellatePolygons with newer osg_glu

2010-10-13 Thread Lilinx
hi, a bug when use osgUtil::Tessellator::retessellatePolygons with newer osg_glu. Lilinx lil...@21cn.com   2010-10-26 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org

Re: [osg-users] use static lib osgdb_osg_s.lib, can't write out osg file

2008-12-08 Thread Lilinx
hi all, when we use static lib osgdb_osg_s.lib, may be some global vars in other cpp files, e.g, RegisterDotOsgWrapperProxy g_CameraProxy in Camera.cpp are not exported? or we can't depend on global var initializtion before the main function when we use static lib?

Re: [osg-users] use static lib osgdb_osg_s.lib, can't write out osg file

2008-12-08 Thread Lilinx
hi,Robert Osfield! I add some debug info in ReaderWriterOSG.cpp: osg::notify(osg::NOTICE)<<"lilinx test something"<Hi Lilinx, > >There certainly looks like an issue with auto registration via proxy >objects, both .osg and .flt plugins use it. > >Robe

Re: [osg-users] use static lib osgdb_osg_s.lib, can't write out osg file

2008-12-08 Thread Lilinx
hi ,Robert Osfield yes, write to ive succeds. read osg was also failed. I also test the flt plugin using a flt file lost texture files, the output info is: Unknown record, opcode=1 size=324 Unknown record, opcode=32 size=4228 Unknown record, opcode=113 size=84 Unknown record

[osg-users] use static lib osgdb_osg_s.lib, can't write out osg file

2008-12-08 Thread Lilinx
hi, all I write a simple app to write out osg file using static library as follows( write to ive is right ): I use windows, vs 2003, osg 2.6. The static lib name : osgdb_osg_s.lib, osgdb_ive_s.lib ... #include ... #pragma comment (lib, ...)

[osg-users] How can I render to two textures by turns?

2008-09-28 Thread Lilinx
hi, how can I do this ? 1; render to texture A; 2: textureA render to textureB; 3. textureB render back to textureA ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cg

[osg-users] no IME surport for fullscreen application using osgViewer::Viewer

2008-07-04 Thread Lilinx
x27;t handled. lilinx ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] a little change of ive plugin for osgtext inout

2008-06-29 Thread Lilinx
ON to VERSION_028(line 41) 4. in ReadWrite.h, add line 146,147 5. add file FadeText.h, FadeText.cpp, Text3D.h, Text3D.cpp.     Lilinx [EMAIL PROTECTED]   2008-06-30 ive.rar Description: Binary data ___ osg-users mailing list osg-

[osg-users] cannot save osgtext::Text backdrop setting in the ive file

2008-06-27 Thread Lilinx
Hi, We cannot save osgtext::Text backdrop setting in the ive file. Is it a bug? ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] which algorithm using in class EdgeCollapse in osgUtil/simplifier.cpp ?

2008-02-21 Thread Lilinx
___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] may be some bug in dds plugin

2007-09-24 Thread Lilinx
hi,Robert Osfield I test the svn version of osg. The 64*64 dds image writing problem was not modified. The attach is the image write by osgDB::writeImageFile and compressed by winrar. lilinx 2009 09 24 C__003.rar

[osg-users] may be some bug in dds plugin

2007-09-24 Thread Lilinx
x.dds" any more. The other size is ok. This dds file can open by photoshop with nivida plugin for Photoshop. if we edit it in photoshop and save to a new one(eg, yyy.dds). we can view this use "osgviewer --image yyy.dds".

[osg-users] can I use multi thread for readNodeFile?

2007-09-24 Thread Lilinx
_mutex; }; Lilinx 2007 09 24     ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] download file with .net plugin

2007-09-11 Thread Lilinx
hi, all The platform: windows xp, vc 71 I want download file with .net plugin,and write to the disk before osgDB::readfile. So I add some code : if( reader != 0L ) { //***