taesoobear
taesoobear
I love this tablet but it stopped working after upgrading to Ubuntu Budgie. Please see the errors below. I have the linux-headers-5.13.0-22-generic already installed. Thanks much, make -C /lib/modules/5.13.0-22-generic/build M=/home/taesoobear/setup/veikk-linux-driver...
I created a test routine that fails for ccdGJKpenetration but not for ccdMPRpenetration.
I am trying to use libccd for my QP-based physics simulator, because libccd is very clean and compact. Thank you very much for such a nice library. (Previously, I used...
How to reproduce: edit shadowmapFromCodeGameState.cpp and set material to the plane mesh item. item->setDatablockOrMaterialName("red"); Also, add a pbs material. hlms red pbs { diffuse 1 1 1 specular 0 0...
How to reproduce: modify any tutorial example. ` void ShadowMapFromCodeGameState::update( float timeSinceLast ) { TutorialGameState::update( timeSinceLast ); mGraphicsSystem->getRenderWindow() ->getTexture()->writeContentsToFile("a.png",0,0); } ` On linux, this works fine, but on mac, it...