|
Eleri Jonze
Registered User
Join date: 22 Jan 2007
Posts: 7
|
08-21-2007 09:24
Im after some help.... I need to get a "camera" of mine to "Point at" a target, while moving through a set of vectors. Problem is "Point_At" has been depreciated. "Look_at" does not seem to work. Does anyone know of any other functions that I could use??
cheers Eleri
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
08-21-2007 10:00
llPointAt was designed to point avatars in an arbitrary direction, and is deprecated.
llLookAt and llRotLookAt are the functions you want to use for that. Also, llSetRot can be used.
|