-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player is able to see through the block above them.. #11319
Comments
cannot reduce on 5.5.0-dev |
You could check whether #9211 fixes your issue, but due to the bad performance I think starting the node collision checks earlier would fix the problem too, though your view might end up being inside the player's head which does not look nice. |
Yes, especially the first one. The head node would somehow have to be set invisible where needed. The last image is caused by a single raytracing line to the center of the camera, and does not check its edges (for the visible areas). |
aa.. i didnt use the #9211 thing.. that happens all the time, and in the last image i was not near edges, i was standing in the red area: |
This stuff only happen in singleplayer. Edit: I am talking about the camera passing through the block above you and seeing it. The other bugs exist everywhere. |
Minetest version
OS / Hardware
works on every OS..
Summary
a player can see through the block above them...
Steps to reproduce
When a player uses sneak and jump at the sametime under a block they float a bit: (i think this was already reported)
Using 3rd person and aiming the camera to down (pitch: -75° to 89.5°)
Makes a player be able to see through that block above them.. (im standing under the lamp)
I think the reason is the hitbox of a player being shorter than needed and makes the eye offset closer than needed to a block causing it to by pass that block... orr.. maybe that does not have anything to do with the main issue...
The text was updated successfully, but these errors were encountered: