I agree with Denis. If you need spot on accuracy, you need to write your own. Personally, I’m C++ dumb, and had to make use of rotation controllers,…
I learned quite a bit today. It seems our method to kill threads in dotnet was rubbish. To be honest, I read it wasn’t best practice to use thread.A…
I guess the bit I find strange is that the object and it’s threads apparently CAN be finalized, but only if I run my shutdown function from the listen…
Exactly what I’m trying to sort out Not a simple function tho unfortunately. Multi threaded Collision detection, compatible with an external syst…
Nope. (at least I don’t think so… I need to google what that is)
no all UI elements are created in the main thread…
I’m trying to think of how to do that effectively, and without giving away anything the company would spank me for… There are a few classes in dotnet…
AHA! (not actually an AHA, as it turns out) It appears it is not enough to destroy the dialogs, or even set my global structure to undefined. I nee…
That’s similar to what I originally had (and, yes I’m actually using try() catch(), but omitted for simplification here)… But for some reason, it’s …
very cool! Something several of my users would find really helpful
Met Kevin at ADN before Autodesk U last year… Really nice guy!!! Super helpful and supportive.
aaah OK… I’ll guess I’ve have to move out of the listener, and into visual studio. I was kind of hoping to have more of an idea what I was doing first…