jit.gl.camera|||converting from jit.render message camera|||

strimbob's icon

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

Rob Ramirez's icon
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.

strimbob's icon

perfect thank you!