Просмотр исходного кода

fix camera rotation direction.

Lucas Stadler лет назад: 12
Родитель
Сommit
1398cc48ae
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      js/pixl/public/trixl.html

+ 2 - 2
js/pixl/public/trixl.html

114
			var front = trixl.camera.front();
114
			var front = trixl.camera.front();
115
			var strafe = trixl.camera.strafe(front);
115
			var strafe = trixl.camera.strafe(front);
116
116
117
			trixl.camera.rotateAround(dx, trixl.camera.up);
118
			trixl.camera.rotateAround(dy, strafe);
117
			trixl.camera.rotateAround(-dx, trixl.camera.up);
118
			trixl.camera.rotateAround(-dy, strafe);
119
		}
119
		}
120
		trixl.camera.rotateAround = function(angle, axis) {
120
		trixl.camera.rotateAround = function(angle, axis) {
121
			var front = trixl.camera.front();
121
			var front = trixl.camera.front();