mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-25 17:11:15 +08:00
Improve bedrock first person preview accuracy
This commit is contained in:
parent
bf4ee3287c
commit
1a53848fe6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user