Repositioned the follow camera

This commit is contained in:
Fredrick Amnehagen 2020-08-29 16:37:48 +02:00
parent 2233015e7b
commit e55db1dd14
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ void JamSpookGame::set()
cameraFactory->createActiveFollowCamera("followKartCamera", cameraFactory->createActiveFollowCamera("followKartCamera",
mCamera, mCamera,
kartEntity, kartEntity,
vec3(0 ,35 ,-25), vec3(0 ,25 ,25),
vec3(0, 5, 0), vec3(0, 5, 0),
bvec3(0, 0, 0)); bvec3(0, 0, 0));