Improve bedrock first person preview accuracy

This commit is contained in:
JannisX11 2023-07-27 14:19:00 +02:00
parent bf4ee3287c
commit 1a53848fe6

View File

@ -2143,11 +2143,11 @@ BARS.defineActions(function() {
let player_skin_setup = false;
function updateBase(mode) {
if (mode == 'attachable_first') {
Project.model_3d.position.set(-23, 21, 0);
Project.model_3d.position.set(-20, 21, 0);
Project.model_3d.rotation.set(
Math.degToRad(-86.6),
Math.degToRad(42),
Math.degToRad(124),
Math.degToRad(-95),
Math.degToRad(44),
Math.degToRad(115),
'ZYX'
);
Interface.preview.append(center_first_person_button);