RE: [Plib-users] External camera/light control?
Brought to you by:
sjbaker
|
From: Norman V. <nh...@ca...> - 2002-07-25 21:15:59
|
Underwood Sean Cody writes:
>
>
><<PLIB also has "LookAt" etc routines.>>
>
>I'll be buggered if I can figure out where they are. . . I'm
>not seeing anything in SSG or SG.
sg.h
extern void sgMakeLookAtMat4 ( sgMat4 dst,
const sgVec3 eye, const sgVec3 center, const sgVec3 up ) ;
|