I noticed Davo got the vector object in. Has anybody experimented with it yet?
If so care to share a little about its use?
I haven't looked .95 yet, but I'm very glad to see this.
I would love to know how to use it as well.
I wanna know too!
Here's an example based off of David's discussion about vectors.
http://dl.dropbox.com/u/5426011/examples2/VectorExample.cap
made in 0.99.95
Whoa, that's a lot to take in. Thanks!
One question, I take it we can now use brackets to use an array in a pv?
I take it we can now use brackets to use an array in a pv?
yes it got fix in 0.99.95. the vector object is the main reason it got fix.
so it's a getter/setter for vector private variables, right?
Develop games in your browser. Powerful, performant & highly capable.
[quote:2u9nlykn]so it's a getter/setter for vector private variables, right?
It mainly provides the ability to do math operations on vectors. You can set/get vectors in PVs without it.