rdb
rdb
sphere-into-box does check the respect_prev_transform flag (by checking if the wrt prev space is different from the wrt space). I think it ought to check which side it has penetrated...
I rewrote the sphere-into-box test from scratch and it seems to be quite reliable now. It should be faster too, in the normal case. In the respect-prev-transform case, it performs...
What happens if you specify a name to the `` tag, like ` name {` ?
Some of the design considerations that have to be worked through are: 1. Can an audio source play multiple sounds at once, or do separate sources need to be created...
> The problem is that I don't see any traceback/logs of the error - it just silently dies. Still, if there is something that I can try to provide more...
I would suggest that you just use the `log_filename` mechanism and disable your custom logging, I wonder if they are interfering. If an exception is happening, you should see it...
I'm unable to reproduce this on Linux using your given ptf file, but I will try on Windows later. Unless you get a crash window ("This application has stopped working")...
I just built the Particle sample program without problem on Windows. Please provide additional information or a test case.
@IlyaFaer you need to add a log_filename key to your build_apps configuration, otherwise you will not be able to see any logs. Add this: ```python "log_filename": "$USER_APPDATA/Forward Only/output.log", ``` Then,...
You *must always* build with log_filename when building a Windows app. Please be explicit what you mean by "without log". There is never a command-line output in a gui_apps application....