Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
how to create smooth controls, there are similar projects?

I have game work https://renv0.github.io/control-car/ (left mouse button to control). Сar shakes while driving straight ahead. I think the main problem is in this part of the code:

    if(player.angle3 < 0){//left turn
    player.angle2 = player.angle2 - 2;
    }
    if(player.angle3 > 0){//right turn
    player.angle2 = player.angle2 + 2;
    }

the full code, and description for it, is in the index file, in https://renv0.github.io/control-car/ . Perhaps there are already ready-made solutions for a similar problem. I think someone has done something like this before.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!