Where is the custom property in cu file?
Hello
I am trying to understand this tutorial
In this tutorial i see that
When i look at the .cu file provided with the document i do not see the custom properties
Now, looking at this tutorial, I am getting even more confused. Have you defined the custom property anywhere in the CUDA file, but the tutorial says CUDA custom properties?
I dont know what i should understand from this?
This is what i am trying to do:
I have a custom property1 which i am trying to use with the hertzMindlinAPI-CUDA version.
So, I want to modify this custom property as contacts occur and view it in the GUI during post processing. This custom property will also get added to contactResult.addNormalForce. so tell me this should i do this manuplation of custom property in the cpp file or the cuda file?
Lets say i do it in cpp file. Now my question is should i add the custom property to manuplate the contactResults.normalForce in the Cpp file or in the cuda file?
Please let me know