You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of all the available microtiles, only a couple have correctly implemented derivatives w.r.t. the tile parameters. Some don't have it and some show wrong derivatives (compared to derivatives obtained using finite differences).
Here is a list of tiles which have these wrong derivatives:
Chi
EllipsVoid
CubeVoid
InverseCross3D
The text was updated successfully, but these errors were encountered:
The problems with Chi and InverseCross3D didn't have to anything with the degree. The derivatives are only dependent on the control points since they are Bezier patches
Of all the available microtiles, only a couple have correctly implemented derivatives w.r.t. the tile parameters. Some don't have it and some show wrong derivatives (compared to derivatives obtained using finite differences).
Here is a list of tiles which have these wrong derivatives:
The text was updated successfully, but these errors were encountered: