TehLeo

Results 5 issues of TehLeo

[General information about this project on its website.](https://tehleo.github.io/junion/index.html) **Status of JUnion 1.2.2:** JUnion 1.2.2 EA (Early-Access) is now [available here](https://github.com/TehLeo/junion/releases) **List of changes:** - can allocate struct arrays on heap,...

enhancement

To be examined and confirmed: - tested animation "Standard Walk" from mixamo, the animation does not loop smoothly -> there is a jump at the point when the animation should...

The rotation was calculated as: r.multLocal(rz).multLocal(rx).multLocal(ry); Since it seems the order of the rotation matters, and it is specified in the bvh file, this line did not take that in...

In lisp each symbol has a property list. It looks like in mal a completely different design is chosen. What is the reason behind this change and what what are...

Adds basic support for Transform Feedback (TF). As part of discussion on discord - new class BufferObject was added which manages BufferObjects - VertexBuffer now extends BufferObject - jme3.shader.BufferObject was...