About Store Forum Documentation Contact



Post Reply 
Vehicle.
Author Message
Dampire Offline
Member

Post: #1
Vehicle.
Why when FPS is lower, then 60 car is twitches.
http://www.youtube.com/watch?v=Vb1Sn9rcjTI
Code:
Physics.create(CSS_NONE, false);
(This post was last modified: 10-06-2010 06:38 PM by Dampire.)
10-06-2010 06:37 PM
Find all posts by this user Quote this message in a reply
joacorock Offline
Member

Post: #2
RE: Vehicle.
I have exactly the same problem =/
10-06-2010 06:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Vehicle.
set camera before or after game world update
10-06-2010 07:47 PM
Find all posts by this user Quote this message in a reply
joacorock Offline
Member

Post: #4
RE: Vehicle.
I updated world before the cam and worked fine !!! =)
10-06-2010 08:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #5
RE: Vehicle.
Thnx, it's worked.
10-07-2010 06:44 AM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #6
RE: Vehicle.
Why wheels don't sliding? I create physics as CSS_MATERIALS, set material type for my material as ice, but nothing has changed. What's wrong?
10-08-2010 05:44 PM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #7
RE: Vehicle.
Previous issue cleared.
Does anyone set up Wheel::Func for normal results? My car is permanently sliding.
I change one parameter
func.stiffnessFactor = 500000;
Move forward - sliding in any directions (left or right).
http://www.youtube.com/watch?v=nojwHjQ0jkI
If anyone worked on this, could you give me func parameters?
(This post was last modified: 10-09-2010 07:07 AM by Dampire.)
10-09-2010 07:04 AM
Find all posts by this user Quote this message in a reply
Post Reply