Hi, Reposting this from the nuke-users list as maybe this is more a question for the guys in the dev list.
Using the BlickScript node in Nuke 8.0v6, the following works (A & B are input images), dst() = dot(A(), B()); but this doesn't, dst() = cross(A(), B()); and I got the following error message, Error compiling kernel: Error at line:30 no matching function for call to 'cross' The Blink docs have this, scalar dot(vec a, vec b); //Returns the dot product of vector *a* with vector *b*. vec cross(vec a, vec b); //Returns the cross product of vector *a* with vector *b*. So I'm not sure what is wrong with cross() or whether I'm using it incorrectly. Cheers, Steve
_______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
