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

Feedback #3

Open
FredrikNoren opened this issue Aug 17, 2023 · 0 comments
Open

Feedback #3

FredrikNoren opened this issue Aug 17, 2023 · 0 comments

Comments

@FredrikNoren
Copy link

  1. On chapter 1: Feels weird that the first thing we do is to get rid of client.rs. Would rather make use of it than get rid of it. For instance; put the camera there.
  2. Chapter 2: "To make it automatically moving by setting dynamic() to true. So the cube will move while the plane will be static." dynamic decides if the physics object is static or dynamic; i.e. if it's affected by collisions, velocity etc. or if it's frozen. Could be explained better.
  3. "Reset the cube" I don't see any code here
  4. Chapter 4: Would probably make more sense to send a message from the client to the server, which should be more common than the other way around.
  5. Chapter 5: No code shown
  6. Chapter 8 Animation: Don't think you need the blend_node_id component; just get the animation player and take .root() on it.
  7. Chapter 10 Bind cam: No code shown
  8. Chapter 11: Empty
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

No branches or pull requests

1 participant