Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Vectors and JKUs
Vectors and JKUs
2001-11-02, 2:04 PM #1
Questions:

Does the VectorSet() function use JKUs, and if so, how big are JKUs?
COUCHMAN IS BACK BABY
2001-11-02, 2:10 PM #2
Yes, to my knowledge, all mesuring in JK is done in JKU. JKUs are quite large, the walkplayer is only about .25 JKU tall.

------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2001-11-02, 2:16 PM #3
Close GBK, but not quite.. 1 JKU = 10 meters, .1 JKU = 1 meter. So in JED, if you have your dot setting on .1, every dot will be 1 meter. You'll notice kyle can barely walk through a .2 JKU doorway, which would be 2 meters, or about 6 feet 6 inches (dang, that's pretty tall!).
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2001-11-02, 2:19 PM #4
That's pretty quick for the Cog Forum. [http://forums.massassi.net/html/smile.gif]
COUCHMAN IS BACK BABY
2001-11-02, 2:51 PM #5
With the collide box, walkplayer is almost .25, more or less. Tall yes, but its true.,..

------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2001-11-02, 2:52 PM #6
1 JKU is SUPPOSE to equel 10 meters, but not quite...

------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2001-11-02, 3:36 PM #7
VectorSet actually has no unit.

It sets a vector from 3 x, y, z elements.
If you use it for verbs that deals with length, like VectorLen(posA, posB) it will return the value with JKU unit, otherwise for instance SetThingPos(thing, pos), the vector "pos" is the x, y, z global position. (may be in JKU though), but look vectors are not in JKU.

------------------
http://millennium.massassi.net/ - Millennium

↑ Up to the top!