jit.gl.camera|||converting from jit.render message camera|||
Hello all
i am trying to move into using jit.gl.camera, but i am have trouble converting from
the jit.gl.render "camera" message to the jit.gl.camera object could anyone help me out?
i what the camera to rotate around the scene just like this
any help would be amazing
Max Patch
Copy patch and select New From Clipboard in Max.
Best
Ben
Max Patch
Copy patch and select New From Clipboard in Max.
the old gl.render "camera" attribute is equivalent to the gl.camera position attribute.
you will probably want to set @locklook 1 and @tripod 1 to emulate the old-style camera.
perfect thank you!