[osg-users] OSG and Spark Particle Engine

2014-05-05 Thread Jaime
Hi, I am trying to compile integration Spark Particle Engine from osgRecipes ( https://github.com/xarray/osgRecipes/tree/master/integrations/osgspark ) The related link of Spark in the wiki page ( https://github.com/xarray/osgRecipes/wiki ) is not working: http://spark.developpez.com/ I have

Re: [osg-users] OSG and Spark Particle Engine

2014-05-16 Thread Jaime
Finally I solved it! I linked with last version in Spark SVN (https://svn.code.sf.net/p/sparkengine/code/), using SPARK Engine CORE DLL.lib and SPARK Engine GL DLL.lib. The problem were in: - osgspark.cpp (line 50) ===> //SPK::randomSeed = static_cast( time(NULL) ); I had to comment this