chunky-dev / chunky-dev/chunky
Add a control that sets the camera view to mirror that of an in-game player
Open
feature request
GUI
- Dominant language
- Java
- Stars
- 738
- Forks
- 78
- Avg merge
- 10h 5m
- Merged PRs (30d)
- 3
Description
Considering that finding a nice view to render is easier to do in-game rather than in Chunky, it would be nice to have a control that automatically sets the camera position and orientation to mirror that of the player in-game.
```
Chunky Camera X = Minecraft X
Chunky Camera Y = Minecraft Y + 1.62
Chunky Camera Z = Minecraft Z
Chunky Camera Yaw = 90 - Minecraft Yaw
Camera Pitch = Minecraft Pitch - 90
```
Contributor guide
Assessment
This issue has not been assessed yet.