dlsl v0.1.1 (2017-01-01T09:58:18Z)
Dub
Repo
Trackball.lookAt
dlsl
trackball
Trackball
look at function with nine floats representing two points and an up vector
void
lookAt
(vec3 eye, vec3 target, vec3 up)
void
lookAt
(float ex, float ey, float ez, float tx, float ty, float tz, float ux, float uy, float uz)
struct
Trackball
nothrow
void
lookAt
(
float
ex
,
float
ey
,
float
ez
,
float
tx
= 0
,
float
ty
= 0
,
float
tz
= 0
,
float
ux
= 0
,
float
uy
= 1
,
float
uz
= 0
)
Meta
Source
See Implementation
dlsl
trackball
Trackball
constructors
this
functions
dirty
dolly
dollyVelocity
focus
height
height_and_focus_from_fovy
lookAt
matrix
orbit
orbitVelocity
reference
viewMatrix
xform
xformVelocity
look at function with nine floats representing two points and an up vector