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

VehicleBody3D #159

Closed
3 tasks done
Tracked by #117
mihe opened this issue Jan 22, 2023 · 1 comment
Closed
3 tasks done
Tracked by #117

VehicleBody3D #159

mihe opened this issue Jan 22, 2023 · 1 comment
Labels
enhancement New feature or request meta Concerning other issues topic:runtime Concerning runtime behavior (or its source code)

Comments

@mihe
Copy link
Contributor

mihe commented Jan 22, 2023

Description

This issue tracks the progress of implementing the functionality of Godot's VehicleBody3D node type. Below you'll find all user-facing properties, methods and signals, including ones inherited from relevant node types. If you notice any missing from this list, please leave a comment down below.

Note that most of the functionality for VehicleBody3D is implemented on top of the physics server, within Godot itself, and doesn't rely on much bespoke functionality from the physics server, outside of what is already needed for things like RigidBody3D. Most of it should work with little or no effort, assuming the things it relies on does as well.

Status

  • Not supported
  • Not started
  • Partial (not functional)
  • Partial (functional)
  • Done (as much as it can be) 👈
  • Done (completely)

Links

Documentation: VehicleBody3D
Inherits: RigidBody3D, PhysicsBody3D, CollisionObject3D

Legend

  • 🚧 indicates a partial, incomplete or broken implementation.
  • 🛑 indicates that it's blocked or incompatible with Jolt in some way.

Properties

Motion

  • Engine Force (engine_force)
  • Brake (brake)
  • Steering (steering)

Properties (Inherited)

See #93.

Methods (Inherited)

See #93.

Signals (Inherited)

See #93.

@mihe mihe mentioned this issue Jan 22, 2023
25 tasks
@mihe mihe added enhancement New feature or request topic:runtime Concerning runtime behavior (or its source code) meta Concerning other issues labels Jan 22, 2023
@mihe
Copy link
Contributor Author

mihe commented May 18, 2023

This tracking issue has served its purpose and will now be closed. 🫡

Any remaining work has had new issues created for it.

@mihe mihe closed this as completed May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request meta Concerning other issues topic:runtime Concerning runtime behavior (or its source code)
Projects
None yet
Development

No branches or pull requests

1 participant