Replace most of Point3d with Vec
This commit is contained in:
parent
dd2c167c8e
commit
eb35233505
19 changed files with 732 additions and 711 deletions
|
|
@ -1202,7 +1202,7 @@ void PSMTXReflect(register Mtx m, const register Vec *p, const register Vec *n)
|
|||
}
|
||||
#endif
|
||||
|
||||
void C_MTXLookAt(Mtx m, const Point3d *camPos, const Vec *camUp, const Point3d *target)
|
||||
void C_MTXLookAt(Mtx m, const Vec *camPos, const Vec *camUp, const Vec *target)
|
||||
{
|
||||
Vec vLook, vRight, vUp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue