XML Feeds

.

[jitter] clarify js interface to jit.gl.render?

Joshua Kit Clayton jkc at musork.com
Fri Aug 31 12:52:57 MDT 2007


On Aug 31, 2007, at 11:14 AM, Yon wrote:

> however, i get the error "myrender.matrixcalc is not a function".

matrixcalc is only for MOPs (i.e. objects which process the matrices  
with input and output).


> What would be the correct way to do this?

jit_matrix(name,"points");

Just like the max message version. Basically the methods and  
attributes exposed are the same as the Max wrappers. The only reason  
we need to have matrixcalc method is to account for multiple  
simultaneous input and output matrices which is handled differently  
in the Max wrapper for MOPs. So that is a special case.


> Is there something besides the tutorials I should be referring to  
> for this?

Just the list archives, the examples, and html object reference.

-Joshua



More information about the jitter mailing list