You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, dear Blast developers!
Maybe I am missing something and this message should be on Discussions tab. If yes, sorry for interruption.
I want to integrate authoring functionality into Unity and already made a lot - I've transferred your SDK to the CMake, modified it to work on mobile platforms and MacOS and created a working bridge for the low-level API. And now I started implementing the required C++ part for authoring (as an example I am using your deprecated tool from another repository), but found that mentioned in your documentation tool named ConvexMeshBuilder that is required by the NvBlastExtAuthoringProcessFracture function is just an abstract class with no inheritors:
In the NvBlastExtAuthoringProcessFracture function documentation described that this object should be created by non existed function: collisionBuilder Collision builder created by NvBlastExtAuthoringCreateConvexMeshBuilder
As I see this collision builder is used inside mentioned function with no null checks or something more so I can't skip it or something like that I think.
Unfortunately I see there are no tests for this functionality so only one information source I can use is the deprecated usage example that has PhysX dependency that is not here anymore.
Could you please help me with the correct flow around this functionality? Maybe I am doing something wrong and I don't need it?
The text was updated successfully, but these errors were encountered:
Hello, dear Blast developers!
Maybe I am missing something and this message should be on Discussions tab. If yes, sorry for interruption.
I want to integrate authoring functionality into Unity and already made a lot - I've transferred your SDK to the CMake, modified it to work on mobile platforms and MacOS and created a working bridge for the low-level API. And now I started implementing the required C++ part for authoring (as an example I am using your deprecated tool from another repository), but found that mentioned in your documentation tool named ConvexMeshBuilder that is required by the
NvBlastExtAuthoringProcessFracture
function is just an abstract class with no inheritors:In the
NvBlastExtAuthoringProcessFracture
function documentation described that this object should be created by non existed function:collisionBuilder Collision builder created by NvBlastExtAuthoringCreateConvexMeshBuilder
As I see this collision builder is used inside mentioned function with no null checks or something more so I can't skip it or something like that I think.
Unfortunately I see there are no tests for this functionality so only one information source I can use is the deprecated usage example that has PhysX dependency that is not here anymore.
Could you please help me with the correct flow around this functionality? Maybe I am doing something wrong and I don't need it?
The text was updated successfully, but these errors were encountered: