[osg-users] [build] Linker errors when building with OSG_USE_QT

2016-01-19 Thread Sam Hecht
Hi, I have built OSG with CMake3.4.1 and VS2015 on Windows 10 already, however, I now want to build it to use Qt so I can incorporate it into Qt projects. I check off the OSG_USE_QT variable in CMake (I use the GUI) and generate just fine. However, when I build the solution in VS2015, I get a

[osg-users] Computer Graphics for Simulation Paper Track at SummerSim'16 CFP

2016-01-19 Thread John Richardson
Hello, First call for papers for a Computer Graphics for Simulation Paper Track at SummerSim'16. Part of the SummerSim 2016 Simulation Multiconference. Tentative Deadlines Tutorial Proposals February 8, 2016 Tutorial Acceptance March 7, 2016 Submission of Full Papers

[osg-users] use C# to invoke OSG code

2016-01-19 Thread 来恩
 Hi all,    These days I'm study SWIG which is software development tool for building scripting language interfaces to C and C++ programs. Is there anyone use C# to invoke OSG C++ code with SWIG. If so, could you give me a sample code to illustrate how to do it.    Glen