Vector3f() and addition (+)

Hey,



I’m trying to add 2 Vector3f() but i can’t manage… I use the classic “+” sign. Can it work ? If it can’t, then how can I add 2 Vector3f() ?



Thx !

[java]vec1.add(vec2)[/java]

Klick me!

Oh yeah you’re right… actually i knew it -_-’