-
Hi,
I try to set up your plugin. I got this error when I run the unreal simulation:
Error at startup: Unable to open file F:/vhacd/header.txt.
I haven't found the folder vhacd. I have only found…
-
Trying to run vhacd-util from 2021.1.0-Eos OSX DMG:
```
/Users/xxxxxxxx/Downloads/Console.app/Contents/MacOS/Components.app/Contents/MacOS/vhacd-util ; exit;
xxxxxxxx@zen ~ % /Users/xxxxxxxx/Downlo…
-
BepuPhysics is pretty well implemented however it's still missing a few important features.
- [ ] Layer support
- [ ] Physics Materials
- [ ] Convex Colliders
- [ ] Mesh Colliders
-
Hello there !
I was using the previous version's .exe in my Unity application to create approximate colliders for my input objects and now gone through the v4 docs and switched to it. Now it works …
-
I am decomposing a window of a model of a vehicle I have.
![image](https://github.com/kmammou/v-hacd/assets/39708313/3b1ba111-7b33-48ca-9ca8-01dc7d4ab287)
For some reason, this is resulting in 8 c…
-
I was able to pass some inputs that made `convex_decomposition` panic. I was testing it in 2D, and one of the ways to make it panic was to pass several (3 or more) identical points in a row.
Here's…
-
**Describe the bug**
Unity Editor freezes when generating convex meshes for the included mesh and consumes all available RAM
Mesh:
[cirPattern2.zip](https://github.com/Unity-Technologies/VHACD/…
-
I tried to build the trajopt first using `catkin build trajopt`and it built successfully
then I tried to build the whole workspace using `catkin build` I got the following error
```
Errors
-
Importing module 'gym_38' (/home/nuc/Downloads/IsaacGym_Preview_4_Package/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/nuc/Downloads/IsaacGym_Pre…
-
In src/VHACD_Lib/CMakeLists.txt, The LIB_TYPE variable with should be used for configuring a shared library (DLL) is not used in add_library(vhacd ...
I've attached a fixed CMakeLists.txt
[CMakeLists.…