Skip to content

[FEATURE] Automatically adding lighting in Plotly scenes #413

@jeertmans

Description

@jeertmans

Terms

  • Checked the existing issues to see if my suggestion has not already been suggested;

Description

With #412, Plotly became a very decent option for rendering large 3D scenes. However, Plotly doesn't add lighting to its scenes by default, which makes it difficult to discern edges.

While we can manually add custom lighting, it would be great to have lighting added to every scene by default.

One possible contribution would be:

  • Finding good defaults for lighting parameters and position.
  • Check if we can apply the same lighting to all meshes in a scene. Currently, we need to pass the lighting when drawing the mesh, so two different meshes could have different lighting (don't know if that's a real issue).

Screenshots

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersnice-to-haveA nice to have feature (or else)visualizationRelated to visualization utilities

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions