====== CameraNoClip ====== ^ CameraNoClip ^^ |{{ hack:c:cameranoclip.webp?500x280 |Using CameraNoClip while standing directly in front of a hill. Notice how the camera clips through the hill instead of snapping to it.}}|| ^Type|[[Hack]]| ^Category|[[Render]]| ^In-game description|"Allows the camera in 3rd person to go through walls."| ^[[keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/CameraNoClipHack.java]]| |:::|[[w7src>net/wurstclient/mixin/CameraMixin.java]]| CameraNoClip is a Minecraft hack that allows the camera in 3rd person mode to move around freely, without snapping to nearby blocks and entities as it normally would. The camera snapping effect can often be unpleasant, especially in crowded areas, as it zooms in and out very far and very quickly. CameraNoClip's main use is to improve user comfort by removing these abrupt zooms altogether. CameraNoClip can also be used to see through blocks at certain angles, though other hacks such as [[Freecam]] would be better suited for that. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 6.10]]|Added CameraNoClip.| |[[update:Wurst 7.0pre1]]|Temporarily removed CameraNoClip.| |[[update:Wurst 7.0pre26]]|Re-added CameraNoClip.| {{tag>client-side}}