David Young-Chan Kay
David Young-Chan Kay
OK, I ended up switching to ALE for my own personal use. Happy to move this to an external checker if someone else pipes in and wants this merged into...
Do you guys need a hand getting Travis to build OGRE 2.X for Linux? It looks like Travis is already doing so, but the top of the issue indicates it's...
Thanks much for your reply! Your suggestion of using the build scripts highlighted that I wasn't putting `ogredeps/build/ogredeps` in the proper location. :sweat_smile: I had originally been following [these directions][1],...
Thank you for walking me through these scenarios! For reference, here's a [RenderDoc capture][4] of the unadultered code from master (5e624bcc6bfc6b061de241bafb9cf1e6ad1aa92a). I've tried all of your instructions and found the...
I'm glad that we were able to induce an epiphany. :slightly_smiling_face:! I added the memory barrier as instructed, but the issue still hasn't subsided. :slightly_frowning_face: I took two new captures...
I'm also open to going down the path of fixing the compute shader for RadialDensityMask, but would likely need some input on that as well. Thanks.
Good news: I was able to workaround the issue by changing the configuration of the compositor. :slightly_smiling_face: Bad news: I haven't been able to fix the RDM using `glMemoryBarrier`. :slightly_frowning_face:...
Got it! Reading the code now. Will take a shot at this.
Sweet. I have a basic implementation working! Will start cleaning it up. One issue: since Brubeck apps are invoked directly, while Django apps rely on `manage.py runserver`, should I ship...
Ah! I see now that `SingleSelectionModel` is an abstract class, not a class. I'll override it and make my own implementation. Will update once I've tried this.