Skip to content
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

Fix doc examples #330

Merged
merged 2 commits into from
Feb 18, 2024
Merged

Fix doc examples #330

merged 2 commits into from
Feb 18, 2024

Conversation

Jondolf
Copy link
Owner

@Jondolf Jondolf commented Feb 18, 2024

Objective

Fixes #245.

The docs have a few errors and outdated method names.

Solution

  • Use TransformBundle instead of Transform in Collider docs to make positioning actually work
  • Fix cast_ray_predicate docs calling the wrong method and using non-existent variables
  • Fix compute_aabb -> aabb

@Jondolf Jondolf added the C-Docs Improvements or additions to documentation label Feb 18, 2024
@Jondolf Jondolf merged commit 36e0d82 into main Feb 18, 2024
4 checks passed
@Jondolf Jondolf deleted the fix-docs branch February 18, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collider example from documentation not working as expected
1 participant