kcrif
kcrif
While trying to update from version 5.2.5 to version 5.3.1 using the manifest mode from vcpkg Visual Studio (17.8.1) the build results in the following error ``` 4>CMake Error at...
#include #include should be #include "geometry/PxCustomGeometry.h" #include "geometry/PxGjkQuery.h" while using vcpkg with VS 17.10.1 results in include\physx\extensions\PxCustomGeometryExt.h(35,10): error C1083: Datei (Include) kann nicht geöffnet werden: "geometry/PxCustomGeometry.h": No such file or...
As mentioned in #3444 the performance of `FindUniqueID()` is very poor, especially with a large number of meshes. Within the function `glTF2Exporter::ExportMeshes()` there are multiple calls to the function `ExportData()`...