Project

General

Profile

Download (32.7 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / predeform / PredeformEffect.java @ d7829514

# Date Author Comment
d7829514 05/26/2020 12:53 PM Leszek Koltunski

1) Cube: convert it to the latest library. Main difference: objects are rendered better, individual cubits have rounded corners.
2) Examples: some adjustments to MeshJoin & Predeform
3) Library: fix a bug in main_vertex_shader's 'degree' function, which didn't work proprely in case of a vertex which was exactly at the center (i.e. vector PS was zero)

9df01f21 05/17/2020 11:46 PM Leszek Koltunski

Progress with Predeform: UI for the list of Vertex effects to preapply.