D3DXMatrixLookAtLH

D3DXMatrixLookAtLH

Builds a left-handed, look-at matrix.

D3DXMATRIX * D3DXMatrixLookAtLH(

  D3DXMATRIX *pOut,

  CONST D3DXVECTOR3 *pEye,

  CONST D3DXVECTOR3 *pAt,

  CONST D3DXVECTOR3 *pUp

);

Parameters

pOut

[in, out] Pointer to the D3DXMATRIX structure that is the result of the operation.

pEye

[in] Pointer to the D3DXVECTOR3 that defines the eye point. This value is used in translation.

pAt

[in] Pointer to the D3DXVECTOR3 structure that defines the camera look-at target.

pUp

[in] Pointer to the D3DXVECTOR3 structure that defines the current world's up, usually [0, 1, 0].

pEye确定眼睛的位置,是一个点

pAt和pEye两点确定一条直线,这里是一个向量,决定了眼睛看向哪个方向,这个方向好比我们围绕自身转一圈有360度

pUp和pEye再次确定一个向量,虽然这是看向那边已经由pAt决定了,但我们可以看天上看地上,这里就是确定我们怎么看,因为眼睛只能看一定高度范围的东西,这里确定到底要看哪个高度范围的东西

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值