jogamp
›
jogl
Search
everywhere
only in this topic
Advanced Search
what happened to FloatUtil.makeOrtho?
Classic
List
Threaded
♦
♦
Locked
5 messages
scott+jogamp@vorthmann.org
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
what happened to FloatUtil.makeOrtho?
I'm upgrading from JOGL 2.4.0 to 2.5.0, and my code won't compile any more. One issue is that FloatUtil.makeOrtho seems to be gone. Is there a replacement?
gouessej
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: what happened to FloatUtil.makeOrtho?
Administrator
Matrix4f com.jogamp.opengl.math.Matrix4f.setToOrtho​(float left, float right, float bottom, float top, float zNear, float zFar)
Julien Gouesse |
Personal blog
|
Website
scott+jogamp@vorthmann.org
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: what happened to FloatUtil.makeOrtho?
thank you
scott+jogamp@vorthmann.org
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: what happened to FloatUtil.makeOrtho?
In reply to
this post
by gouessej
How about FloatUtil.mapWinToRay()?
I tried to dig through release notes, etc. and find out for myself, but failed. Is there some sort of changeset log that I missed?
gouessej
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: what happened to FloatUtil.makeOrtho?
Administrator
It's in the class Matrix4f too.
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page