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

Raycast ignore sensor #45

Merged
merged 3 commits into from
May 24, 2024
Merged

Conversation

LeXXik
Copy link
Member

@LeXXik LeXXik commented May 23, 2024

Fixes: #43

PR adds an ability to ignore sensors during a ray or shape cast, or during point or shape collision test.

app.physics.castRay(from, dir, callback, {
    ignoreSensors: true  // default: false
});

@LeXXik LeXXik added the enhancement New feature or request label May 23, 2024
@LeXXik LeXXik merged commit d3739f8 into Gamebop:master May 24, 2024
2 of 3 checks passed
@LeXXik LeXXik deleted the raycast-ignore-sensor branch May 24, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore sensors during casting
1 participant