I need to draw 3d projections and i am using opengl wrapper for JAVA. Problem: - how to set view point in java opengl (for examle i want to my program to draw object on screen like i am looking at that object from (0,0,0) ) - how to set perspective point(point in 3d where look is heading to, for example i want may program to draw object on screen as i am looking from (0, 0, 0) to (1, 1, 3) )
I am familiarized with mathematical problem of this question, so i have calculated all of the coordinates for perspectives. I just need opengl java function or set off functions that can draw this new coordinates in perspective i want.
HELP!! :)))