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

Improve Welcome Game Collision and Controls #65

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

BRNMan
Copy link
Contributor

@BRNMan BRNMan commented Nov 14, 2024

When I first considered enable3d for my project, I played the welcome game on the website and came away with an unfair impression of the project because the player would phase into a lot of the geometry in the scene, and the controls were not complete.
For example, the player can step underneath this ox at the beginning, which made me wonder if the collision worked:
image

This commit should mitigate some of the collision jank by making the player's bounding box more accurate. It also adds left right and backwards movement so the player can move around like a normal game and increases the jump reset timer.

…welcome game. Also increases jump reset time.
@yandeu
Copy link
Member

yandeu commented Dec 26, 2024

Thanks a lot. Look great!

@yandeu yandeu merged commit 95476a2 into enable3d:master Dec 26, 2024
@yandeu
Copy link
Member

yandeu commented Dec 26, 2024

Actually, a capsule shape is even better. I have change it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants