Search the Community
Showing results for tags 'stability'.
-
Improve stability of UnigineScript'ing with Editor2
Klimczak.Jan posted a topic in Feedback for UNIGINE team
Hi, As I see Editor2 is a very good base to create projects. But there are some issues and problems with UnigineScripting which crashes/freezes Editor2. This make a difficult to prototype/work with Editor2. I think that you should focus to fix some issues, make a lot of tests of UnigineScripting integration with Editor2 and improve it to prevent crashing/freezing Editor2. -
Hi, In Unigine script, I'm tring to create a vehicle with 4 wheels using 4 JointSuspension, but I enconter a problem : I encounter a lot of jittering, the vehicle doesn't stop to bounce on the ground. For information, my vehicle has a mass of 1000 and each wheel (a sphere shape) has a mass of 20, (ratio of mass_vehicle / mass_wheel = 500). I've tested also in your car_00.cpp physics demo, I've noticed that the body of the car has a mass of 64 and the wheels a mass of 33.5 each (ratio of almost 2). When I reduce the mass of the wheels (3.3 for example) for a ratio of almost 20, it begin to bounce. How can I have more stability with JointSuspension ? Philippe