JannisX11 / blockbench

Blockbench - A low poly 3D model editor
https://www.blockbench.net
GNU General Public License v3.0
3.06k stars 271 forks source link

Default Camera Position #2287

Open the-pink-hacker opened 2 months ago

the-pink-hacker commented 2 months ago

Detailed description of your suggestion

I've always been slightly annoyed by the default camera position being slight above the center point. It would be nice to have an option to change the center point.

I'm specifically referring the value at js/preview/preview.js:

const DefaultCameraPresets = [
    {
        name: 'menu.preview.angle.initial',
        id: 'initial',
        projection: 'perspective',
        position: [-40, 32, -40],
        target: [0, 8, 0],
        default: true
    },
        ...
]