Jump to content

Vertical speed - speedometer script


ainst Composer
 Share

You are about to reply to a thread that has been inactive for 1876 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

22 minutes ago, ainst Composer said:

Actually not very... What it is doing?

The llGetVel() passes the <X, Y, Z> value to be stored into vector vel. vector vel is just a name that holds the data values. Same as integer a = 1. The vel.z pulls out the z part.

The vector <X, Y, Z> is stored as value X is 0.0, value Y is 0.0, value Z is 0.0.  0.0 just being a value i used. Could be Z value is 34.967894. You are pulling that value by defining which one you want.

Edited by steph Arnott
  • Thanks 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1876 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...