js orthographic view

Brecht's icon

Hello,

I have a javascript in which I set the following :

var render = new JitterObject("jit.gl.render","spheres");
render.ortho = 2;

somehow the view keeps it's perspective though...as in ortho 0.
Is there something else which needs to be set in order for this to work?

grtz.
Brecht