c++ - how to get glLookAt's values once rotated -


so if have code

glulookat(0.0, 0.0, 1.0,            0.0, 0.0, 0.0,            0.0, 1.0, 0.0); //set point looking @  glrotatef(-90, 0.0,1.0,0.0); 

how can each value of new gllookat

you need go route of using glgetdoublev gl_modelview , gl_projection matrixes.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -