x


,Could someone explain me how to use forcemode?

I know I can use rigidbody.AddForce(direction : Vector3 , ForceMode.Force), but right now I'm working on a helicopter script, and, for example, the motor of the Augusta Mangusta has a power of 704 kW. So, how can I use this value? Should I use ForceMode.Force?

more ▼

asked Oct 18 '11 at 03:58 PM

anwe gravatar image

anwe
114 31 34 38

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

It really depends on if you want to ignore the rigidbodys mass, You should read up on it and maybe do some experimentation to see what forcemode looks best.

http://unity3d.com/support/documentation/ScriptReference/ForceMode.html

more ▼

answered Oct 18 '11 at 06:18 PM

chemicalvamp gravatar image

chemicalvamp
145 3 3 7

(comments are locked)
10|3000 characters needed characters left

I did a quick search with Google (a great search engine that finds great answers if you use it)

I searched for what I thought you asked: "unity tutorial helicopter physics"

It looks like this: http://www.google.com/search?q=unity+tutorial+helicopter+physics

Second link on the search result page linked to this: http://www.gotow.net/andrew/unity/HelicopterTutorial.pdf

I think you should take a look at that and tell me if that solved your problem :o)

(and no, I am not trying to tease you, merly helping you :o) )

more ▼

answered Oct 18 '11 at 07:34 PM

BerggreenDK gravatar image

BerggreenDK
2.4k 54 62 75

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x5054
x3444
x35
x9

asked: Oct 18 '11 at 03:58 PM

Seen: 884 times

Last Updated: Oct 18 '11 at 07:34 PM