how do i use opengl w/minib3d to set the camera?

BlitzMax Forums/MiniB3D Module/how do i use opengl w/minib3d to set the camera?

Pragun(Posted 2007) [#1]
i'm trying to set a camera with opengl...but with or without the gl commands it produces the same view. is there anything i have to do that's special?


Chris C(Posted 2007) [#2]
off the top of my head, cam.update() followed by your opengl calls should do the trick.


Pragun(Posted 2007) [#3]
says method update() not found?