Skip to content

Compute gravity under a compute shader #57

@simbleau

Description

@simbleau

A big potential speedup is waiting to happen: Calculate the gravity vector under a compute shader. Currently we are using CPU based math for the gravitational effects, which is pretty slow.

The goal: replace this with compute shader logic.. Might require significant refactoring.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions