@Nothke We have this in our code:
extern "C" {
_declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
_declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
}
But honestly not sure it still works ...
@DomWitczak@outerra Thanks (can't DM you). We tried the new AMD drivers with Outerra after learning that OpenGL part was reworked, but we can't even pass through shader compilation (generated shaders, a bit problematic to change). A brief description here https://t.co/hWQzycJjdx
Thanks!
@MtnMapper Tried a quick test import into Outerra (inset into ~40m global elevation data). Works fairly well, except that resampling to geographic projection caused some linear artifacts.
Another shoutout, this time to @outerra; their procedural grass blog post (https://t.co/qdZt2jxHZw) was the inspiration for the Ghost of Tsushima grass system (developed by @ericwoh). 🙏
@LordLethris Uninstaller respawns itself so it can delete the file, that's not a problem. I just tested it and it seems to be uninstalling normally. Maybe the uninstaller just goes slowly through the tons of small files in the buildings package?
Is your Windows search playing up? It's because of Bing.
Let me help you.
Win Key + R
type powershell
hit enter
copy and paste these 3 lines, one at a time and pressing enter after each...
My dislike for OOP, and anything "X-driven development", is that they encourage people to turn off their brains and look for patterns instead (sadly this includes DoD). They are all dogmatic programming. We need atheist programming! Brain powered coding!