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

[wip] physics #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[wip] physics #23

wants to merge 4 commits into from

Conversation

meyerzinn
Copy link
Contributor

@meyerzinn meyerzinn commented May 2, 2023

#8

Currently buggy.

Also believe I have a logic error w.r.t. camera position vs player aabb but that's whatever (need to use an Aabb component instead of a collider).

@meyerzinn meyerzinn changed the title [wip] physics [wip] physics (#8) May 2, 2023
@meyerzinn meyerzinn changed the title [wip] physics (#8) [wip] physics for #8 May 2, 2023
@meyerzinn meyerzinn changed the title [wip] physics for #8 [wip] physics May 2, 2023
@meyerzinn
Copy link
Contributor Author

@Game4all if a cube is at (x, y, z) in voxel space, does that mean it starts at $(x, y, z)$ in world space and extends to $(x + 1, y + 1, z + 1)$? Or do we use voxel space as the center in world space?

@Game4all
Copy link
Owner

Game4all commented May 2, 2023

yup it extends from (x, y, z) to (x+1, y+1, z+1)

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.

None yet

2 participants