Tomas Mariancik

Results 29 issues of Tomas Mariancik

Hello! Currently the bot seems to ignore any changes to the GitHub projects (creating columns, adding/editing/moving cards) even though I configure them in the webhooks. Would it be possible to...

Hello! I've recently got the Steamworks version of the library integrated with my project thanks to your additions (like the flat interface for C#)! It's mostly working great, it's a...

enhancement

Hello! First great job on this library! It's very clean and extensive. I wanted to ask if there's any plans to add direct support for a number of digital components...

Hello! First, congrats on the 4.0.0 version release, it's looking (well sounding) awesome! (also love the reason for the new version number). We have been using Steam Audio with Unity...

Need Retest

Hello! Would it be possible to implement support for Mesh colliders to be dual-sided for both ray and collision testing? The Surprises part in the Q&A mentions that Sweep tests...

Hello! Now that I finished the swap from BEPUv1, I wanted to share some of the modifications I've done to BEPUv2 to better suit the needs of my project, in...

Hello! I got another request/question! :D I've noticed that the ConvexHull collider doesn't currently have ability to change its Scale, the way Mesh does. In my use-case a single mesh...

Hello! I've ran into a seeking issue with this .ogg file: [SGM_example.zip](https://github.com/NVorbis/NVorbis/files/7285897/SGM_example.zip) Seek to position `678951` ```vorbRead.SamplePosition = 678951;``` If you then call `ReadSamples`, it will throw an IndexOutOfRange exception...

When testing the R2 with this worker sample, I ran into some applications (e.g. VLC) failing to read the data and failing immediately, due to corrupted network stream errors. This...

Hello! I'm back with another weird mesh and convex hulls! ^^; I ran into this mesh, which is a "fractal like" shape, that's entirely planar: [flat_mesh.zip](https://github.com/bepu/bepuphysics2/files/14562832/flat_mesh.zip) Trying to compute a...