Can we scale opposite ends of links? #18

Open
opened 2024-04-11 00:48:04 +00:00 by bombinans · 1 comment
Owner
No description provided.
Author
Owner

Doing this by redrawing the links is too slow for large objects.

Tapering a link isn't an affine transformation so can't be done with Matrix4.

Another hack: render the link as a cone and clip the material to make a frustum whose ends can be scaled? this requires a separate material for every link, which could also be expensive / slow

Doing this by redrawing the links is too slow for large objects. Tapering a link isn't an affine transformation so can't be done with Matrix4. Another hack: render the link as a cone and clip the material to make a frustum whose ends can be scaled? this requires a separate material for every link, which could also be expensive / slow
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bombinans/fourdjs#18
No description provided.