SaladDogTop 100 PosterJoin Date: 2007-12-07 Post Count: 7856 |
It's neither integers, nor radians nor degrees. It's entirely useless if it's just trail and error to get things to rotate exactly. |
|
aboy5643aJoin Date: 2010-11-20 Post Count: 2785 |
Checked the wiki about this???
~Post here if you're Viet Namese, Canadian or Chinese. I'm from these 3 places. - Some confused kid from Language Center ~ |
|
SaladDogTop 100 PosterJoin Date: 2007-12-07 Post Count: 7856 |
Yes. Why would I not? |
|
aboy5643aJoin Date: 2010-11-20 Post Count: 2785 |
Lots of people don't :3 Lemme do some testing on it. I'm not familiar with it though. What results have you seen thus far?
~Post here if you're Viet Namese, Canadian or Chinese. I'm from these 3 places. - Some confused kid from Language Center ~ |
|
|
Well... Probably something like studs/sec, although I'm not sure how that would work with spinning...
Try timing a symmetric 1x1x1 brick with a velocity of 0,1,0, and see how long it takes to spin around.
Might be two pi, or 1 or something. |
|
Aaaboy97Join Date: 2009-04-05 Post Count: 6612 |
BodyAngularVelocity uses RotVelocity. |
|
SaladDogTop 100 PosterJoin Date: 2007-12-07 Post Count: 7856 |
Some number like (0,1.41,0) on the angularvelocity will rotate a 20x20x20 brick floating by a BodyPosition with INF maxForce about 90 degrees.
My assumption it's the square root of 2. |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
"It's neither integers, nor radians nor degrees."
None of those are units that BodyAngularVelocity could possibly use...
How do you know it's not radians/sec or degrees/sec? The weight of the brick might slow it down. |
|
SaladDogTop 100 PosterJoin Date: 2007-12-07 Post Count: 7856 |
the angular velocity of a BodyAngularVelocity can be expressed in digits, aka what integers, radians, and degrees are. |
|
|
Grams, dollars, and watts are also expressed with digits. None of them are valid units of angular velocity. It's probably measured in radians/second. Degrees/second seems too slow a unit to be useful, and revolutions/second seems too fast. If none of these three, the units will likely be completely arbitrary. |
|
|
Maybe it multiplies the brick's pre-existing velocity? |
|
LPGhatguyForum ModeratorJoin Date: 2008-06-27 Post Count: 4725 |
"the angular velocity of a BodyAngularVelocity can be expressed in digits, aka what integers, radians, and degrees are."
An integer is a type of number.
Radians and degrees are units. |
|