fury-gl/fury

Support superquadrics in sdf actor

Open

#320 opened on Oct 1, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (253 forks)auto 404
:beer: Hacktoberfest :beer:good first issuetype:New Feature

Repository metrics

Stars
 (301 stars)
PR merge metrics
 (PR metrics pending)

Description

SDF stands for signed distance functions. Currently, our sdf actor manages sphere, torus, and ellipsoid.

We would like to add the support of the superquadrics. Check fury.actor.sdf for more info.

Contributor guide