Re: [Plib-users] sgFrustum setting to the same as opengl
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-05-10 04:27:48
|
Oliver Batchelor wrote:
> view.cpp:42: no matching function for call to `sgFrustum::getMat4 ()'
> all the other sg functions work fine so ?
Well, sg.h, line 871 inside the sgFrustum definition:
void getMat4 ( sgMat4 dst ) { sgCopyMat4 ( dst, mat ) ; }
...um - I wonder if that was added sometime recently? What
PLIB version do you have?
--
Steve Baker http://web2.airmail.net/sjbaker1
sjb...@ai... (home) http://www.woodsoup.org/~sbaker
sj...@ht... (work)
|