Night Rider

Results 13 comments of Night Rider

Hi @capdevon. > I believe the current UserData class already handles enum properties effectively. Similar to Gson and many other libraries, enums are automatically represented by their string values during...

I will close this PR due to lack of interest....

Hello everyone. It seems that this problem goes beyond simple mouse cursor positioning; It seems that if the flying camera is active this will eventually break the analog inputs. By...

Hi @wnbittle In relation to support for cloning and what is mentioned in this [PR](https://github.com/dyn4j/dyn4j/pull/292); It is possible to clone such an object with some "tricks"... I haven't submitted any...

> One more question for you @JNightRide could you elaborate more on why you want to clone a body? I need to clone the physical bodies for fast resource loading;...

@wnbittle First of all, thanks for everything (for support of cloning). > Would you be able to list all the objects you want copyable? 1. The first are the physical...

>Are you looking for the native clone method to be supported or would supporting a custom copy method work? I don't want to support clone for a number of reasons,...

> I've checked in the changes for [copy support](https://github.com/dyn4j/dyn4j/commit/ef3a0b8a3c0ec504b3b7bbbc0c46a03d5e714dd9) and I'm mostly hppy with it GREAT, THANKS FOR SUPPORTING CLONING! > I'd love it if you'd review it and make...

Hi @wnbittle I was doing some tests in general, all the bodies and arciculations were copied efficiently (it's very good). Except for one small problem (I don't know if it...

I've been using the new version in my projects (with the latest part released), everything works as usual; There is no regression at the engine level. Something curious that I...