Can we scale opposite ends of links? #18

Open
opened 2024-04-11 00:48:04 +00:00 by bombinans · 1 comment
There is no content yet.
Poster
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
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bombinans/fourdjs#18
There is no content yet.