Dirk Krause

Results 77 comments of Dirk Krause

Hi, you might want to look at this: https://github.com/dirkk0/fps0 Best, Dirk On Mon, May 12, 2014 at 1:09 PM, Gerd Christian Kunze < [email protected]> wrote: > Ok, after two weeks,...

With geometries like this, it might be easier to use a navigation mesh.

My apologies, I should've explained that. A navigation mesh is a special mesh that represents the ground your objects move on (for example the player). Then you restrict the player...

I am not talking about pathfinding either. Maybe this example gets my point across: https://navmesh-test.glitch.me/ (This is A-Frame, but this is also ThreeJS under the hood, and the same principle...

Thanks for bringing this video to my attention. I remember I found this project once, and then forget the link. Then: as I understand it, he parses the glTF files...

I don't know how exactly this guy did, but I can explain what I did in a hopefully similar solution. I create Blender files with a certain naming convention for...

Off topic but awesome demo, congrats.

You use Chrome? Did you try Firefox?

My point is - if nearly any demo drops the framerate, it could be the browser, the OS and even the driver of your graphic card. What gear are you...

A different approach might be the conversion to midi, and a subsequent conversion to wav/mp3. I just tested this and it works: ``` alda export -f test.alda -o test.mid #...