-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Clarify expected types in RayCast3D
documentation
#101373
Conversation
RayCast3D
documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made all the recommended changes. Please review.
Will review when you've added all the suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks to me like I have accepted all the suggestions, did I miss any? Please let me know. Thank you.
Looks good! Could you squash the commits? See PR workflow for instructions. If that process seems daunting, feel free to let us know and a maintainer can also squash the commits for you. |
Seems like something went wrong with the previous attempt at squashing commits, so I went ahead and cleaned it up myself. This should be good to merge now. |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Thanks all for your help! I plan to help out with more issues, of increasing difficulty. |
Updating documentation, per #100139 (comment)
rburing
on Dec 7, 2024
Member
Yes, the documentation is wrong (too narrow). In addition to CSG there's also GridMap. Fixes to the documentation are welcome.