[osg-users] How to Convert Lookat to Projection and View Matrices
Glenn Waldron
gwaldron at gmail.com
Tue Sep 22 06:47:20 PDT 2015
You can make the view matrix:
osg::Matrix::lookAt(eye, center, up)
This has nothing to do with the projection matrix though; that doesn't
depend on your look vector.
Glenn Waldron
On Tue, Sep 22, 2015 at 9:24 AM, Erik Hensens <ehensens at hunter.com> wrote:
> Hi everyone!
>
> How can I compute the view matrix and the projection matrix from a set of
> lookat parameters (eye, center, and up)?
>
> I'm asking because I need to compute the MVPW for a given lookat before
> the camera is actually at that lookat.
>
> I'm totally stumped and any help would be greatly appreciated!
>
> Thank you!
>
> Cheers,
> Erik[/list]
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=65173#65173
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20150922/b249519f/attachment-0003.htm>
More information about the osg-users
mailing list