René's URL Explorer Experiment


Title: Fix: Tracer origin going offscreen by KMatias123 · Pull Request #205 · lambda-client/lambda · GitHub

Open Graph Title: Fix: Tracer origin going offscreen by KMatias123 · Pull Request #205 · lambda-client/lambda

X Title: Fix: Tracer origin going offscreen by KMatias123 · Pull Request #205 · lambda-client/lambda

Description: If you try to sprint with view bobbing on and tracers in the crosshair mode the center where they all "point" will move around due to view bobbing. This is annoying. This commit fixes it in a way that just moves the "start of the tracers" away from the camera so the movement is not as noticeable. In the future it can also be fixed by completely negating the movement from the camera.horizontalPlane. This is the kotlin code for calculating the bobbing if someone wants to calculate the bobbing and implement a better solution. val clientPlayerLikeState: ClientPlayerLikeState = player.state val reverseSpeed = clientPlayerLikeState.getReverseLerpedDistanceMoved(tickDelta) val progress = clientPlayerLikeState.lerpMovement(tickDelta) val verticalBob = abs(cos(reverseSpeed * PI.toFloat() - 0.2f) * progress) * 0.1f val horizontalBob = sin(reverseSpeed * PI.toFloat()) * progress * 0.05f val result = Vec3d(horizontalBob.toDouble(), verticalBob.toDouble(), -1.0) I just put this here cuz I don't want anyone else to have to be without tracers :3

Open Graph Description: If you try to sprint with view bobbing on and tracers in the crosshair mode the center where they all "point" will move around due to view bobbing. This is annoying. This commit fixes it ...

X Description: If you try to sprint with view bobbing on and tracers in the crosshair mode the center where they all "point" will move around due to view bobbing. This is annoying. This commit f...

Opengraph URL: https://github.com/lambda-client/lambda/pull/205

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1a15b13c-9f59-fcef-7333-a0fbc8e13b44
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA4C0:17F0C5:75F5676:9906386:697E5925
html-safe-nonce7e37b93d2233fff87842bf6c8cfa29819c39c04ce41df7f9544512c8fcb883cb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNEMwOjE3RjBDNTo3NUY1Njc2Ojk5MDYzODY6Njk3RTU5MjUiLCJ2aXNpdG9yX2lkIjoiMjAwMTM5OTA5ODkyOTczMTg3OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfa0b87183c5d6c43c5419a0f06eac8188135e03633b7662c6fd2e2362fa858e1
hovercard-subject-tagpull_request:3120743508
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/lambda-client/lambda/pull/205/files
twitter:imagehttps://avatars.githubusercontent.com/u/43719568?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/43719568?s=400&v=4
og:image:altIf you try to sprint with view bobbing on and tracers in the crosshair mode the center where they all "point" will move around due to view bobbing. This is annoying. This commit fixes it ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/lambda-client/lambda git https://github.com/lambda-client/lambda.git
octolytics-dimension-user_id83095891
octolytics-dimension-user_loginlambda-client
octolytics-dimension-repository_id766421525
octolytics-dimension-repository_nwolambda-client/lambda
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id766421525
octolytics-dimension-repository_network_root_nwolambda-client/lambda
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flambda-client%2Flambda%2Fpull%2F205%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flambda-client%2Flambda%2Fpull%2F205%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=lambda-client%2Flambda
Reloadhttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
Reloadhttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
Reloadhttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
lambda-client https://patch-diff.githubusercontent.com/lambda-client
lambdahttps://patch-diff.githubusercontent.com/lambda-client/lambda
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flambda-client%2Flambda
Fork 19 https://patch-diff.githubusercontent.com/login?return_to=%2Flambda-client%2Flambda
Star 97 https://patch-diff.githubusercontent.com/login?return_to=%2Flambda-client%2Flambda
Code https://patch-diff.githubusercontent.com/lambda-client/lambda
Issues 20 https://patch-diff.githubusercontent.com/lambda-client/lambda/issues
Pull requests 9 https://patch-diff.githubusercontent.com/lambda-client/lambda/pulls
Discussions https://patch-diff.githubusercontent.com/lambda-client/lambda/discussions
Actions https://patch-diff.githubusercontent.com/lambda-client/lambda/actions
Projects 0 https://patch-diff.githubusercontent.com/lambda-client/lambda/projects
Wiki https://patch-diff.githubusercontent.com/lambda-client/lambda/wiki
Security 0 https://patch-diff.githubusercontent.com/lambda-client/lambda/security
Insights https://patch-diff.githubusercontent.com/lambda-client/lambda/pulse
Code https://patch-diff.githubusercontent.com/lambda-client/lambda
Issues https://patch-diff.githubusercontent.com/lambda-client/lambda/issues
Pull requests https://patch-diff.githubusercontent.com/lambda-client/lambda/pulls
Discussions https://patch-diff.githubusercontent.com/lambda-client/lambda/discussions
Actions https://patch-diff.githubusercontent.com/lambda-client/lambda/actions
Projects https://patch-diff.githubusercontent.com/lambda-client/lambda/projects
Wiki https://patch-diff.githubusercontent.com/lambda-client/lambda/wiki
Security https://patch-diff.githubusercontent.com/lambda-client/lambda/security
Insights https://patch-diff.githubusercontent.com/lambda-client/lambda/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Flambda-client%2Flambda%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Flambda-client%2Flambda%2Fissues%2Fnew%2Fchoose
KMatias123https://patch-diff.githubusercontent.com/KMatias123
lambda-client:1.21.11https://patch-diff.githubusercontent.com/lambda-client/lambda/tree/1.21.11
KMatias123:1.21.11-tracer-bobfixhttps://patch-diff.githubusercontent.com/KMatias123/lambda-new/tree/1.21.11-tracer-bobfix
Conversation 2 https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205
Commits 1 https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/commits
Checks 2 https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/checks
Files changed https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
Fix: Tracer origin going offscreen https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
7bcdbeb Lazy fix for bobbing causing start of tracers to go offscreen KMatias123 Dec 21, 2025 https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/commits/7bcdbebd80c3efb5ac54056160169e153dbcdcc1
Clear filters https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
src/main/kotlin/com/lambda/module/modules/render/EntityESP.kthttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
View file https://patch-diff.githubusercontent.com/KMatias123/lambda-new/blob/7bcdbebd80c3efb5ac54056160169e153dbcdcc1/src/main/kotlin/com/lambda/module/modules/render/EntityESP.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
https://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files#diff-40b9f6e92a53eb42486afeaaf2358cfaff43c80acce21703429930744c8a59fd
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-client/lambda/pull/205/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.