Advanced Getting Started: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Moving from Fixed Functions = | |||
== pmvMatrix == | == pmvMatrix == | ||
com.jogamp.opengl.util.PMVMatrix | com.jogamp.opengl.util.PMVMatrix | ||
Line 4: | Line 6: | ||
pmvMatrix can make a matrix by using glTranslate/glRotate etc. FFP instructions. | pmvMatrix can make a matrix by using glTranslate/glRotate etc. FFP instructions. | ||
== immModeSink == | == immModeSink == | ||
com.jogamp.opengl.util.ImmModeSink | |||
ImmModeSink can make VBO by using FFP instructions |
Revision as of 22:55, 27 October 2012
Moving from Fixed Functions
pmvMatrix
com.jogamp.opengl.util.PMVMatrix
pmvMatrix can make a matrix by using glTranslate/glRotate etc. FFP instructions.
immModeSink
com.jogamp.opengl.util.ImmModeSink
ImmModeSink can make VBO by using FFP instructions