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

Simplify the GPUParticles3D editor gizmo to improve readability #91226

Merged

Commits on Apr 26, 2024

  1. Simplify the GPUParticles3D editor gizmo to improve readability

    - Remove handles as users should use the Generate Visibility AABB
      option whenever possible, so manual resizing isn't needed often.
      (For particles that move quickly and have Local Coords disabled,
      Extra Cull Margin can be increased in the GeometryInstance3D
      properties in the inspector.)
    - Remove translucent filled part of the gizmo to be more consistent
      with GeometryInstance3D's recently introduced Custom AABB gizmo.
    - Remove center marker as it can visually obstruct particles.
    
    This paves the way for future emission shape gizmos which will
    feature handles.
    Calinou committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cb05b49 View commit details
    Browse the repository at this point in the history