Jump to content

Search the Community

Showing results for tags 'stability'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. 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.
  2. 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
×
×
  • Create New...