Hi. Could some tell me what I’m doing wrong here please?
var matrix = DzMatrix4(1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1);
Renderer.riTransform(matrix);
I get the error message “TypeError: cannot call riTransform(): argument 1 has unknown type `DzMatrix4&’ (register the type with qScriptRegisterMetaType()) <anonymous>()@:82”.
Edit: Should probably have added I’m messing about with one of the render scripts.


