- Apr 13, 2000
- 2,353
- 0
- 0
I've tried defiing the function as
float[3] getnormal(float[3] v)
or
float[] getnormal(float[3] v)
but neither of these works.
Seb
float[3] getnormal(float[3] v)
or
float[] getnormal(float[3] v)
but neither of these works.
Seb