Mighty Marcus
Mighty Marcus
Hi vujadin. Did you try to set emissive color instead of diffuse color? I just wanted to try that, but i got an error under windows when using a skybox....
Strange. I updated hxcpp too. Error still here on windows 10. ``` java if (fallbacks != null && fallbacks.isMoreFallbacks) { defines = fallbacks.reduce(defines); this._prepareEffect(vertexSourceCode, fragmentSourceCode, attributesNames, defines, fallbacks); } else...
> Have you experienced any memory leaks with solid particles ? No.
Looks like it's the same problem you had with skybox performance. When I disableLightning on the background plane material (and using emissiveColor) the problem is gone. Would like to have...
It doesn't work with 3.2.1 and older lime versions too. I am using latest lime and latest openfl with a commit from 28.06. for now, and there it works.
I already opend this issue with the wrong pick. I'm using an older commit for now. From 28.06.2016. There it works . That will be fixed soon I think.
> > BabylonJS has a GUI called cGUI. I'm considering working on a project to get a GUI interface for >>BabylonHx. It would be an asset to the community. Something...
yahoo! :)
Of course I tried that. ;)
I had a workaround using invisible clones "behind" the instances, which gave good performance too. But anyway I was just trying something and don't need it currently. Thanks.