[jitter] clarify js interface to jit.gl.render?
Joshua Kit Clayton
jkc at musork.com
Fri Aug 31 12:52:57 MDT 2007
- Previous message: [jitter] clarify js interface to jit.gl.render?
- Next message: [jitter] Real Time DV process with Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [jitter] clarify js interface to jit.gl.render?
- Next message: [jitter] Real Time DV process with Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
