Updated camera start position for a nicer effect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4137 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -137,8 +137,8 @@ void Camera::reset()
|
||||
*/
|
||||
void Camera::setInitialTransform()
|
||||
{
|
||||
m_position = Vec3(0,0,0);
|
||||
m_target = m_kart->getXYZ();
|
||||
m_position = m_target - Vec3(0,50,-25);
|
||||
m_temp_position = m_position;
|
||||
m_temp_target = m_target;
|
||||
} // updateKartPosition
|
||||
|
||||
Reference in New Issue
Block a user