Project

General

Profile

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

examples / src / main / java / org / distorted / examples / singlemesh / SingleMeshRenderer.java @ 71c7624f

# Date Author Comment
71c7624f 06/13/2020 12:33 AM Leszek Koltunski

Progress with MeshFile

96345c94 06/06/2020 09:31 PM Leszek Koltunski

Extend the MeshBase.setTextureMaps API so that we are able to set a single texture map to a single texture component, or a few consecutive at a time, not necessarily starting from component 0.

9cbe58b0 06/06/2020 12:17 AM Leszek Koltunski

Library: make setEffectAssociation a deferred job (because we do copy the uniforms during join!)
SingleMesh App: almost finished.

51e08404 06/05/2020 08:29 PM Leszek Koltunski

Progress with SingleMesh (texture maps)

5acaa863 06/05/2020 12:55 PM Leszek Koltunski

Progres with SingleMesh

758729b5 06/05/2020 12:34 PM Leszek Koltunski

Progres with SingleMesh; bugfix in MeshBase.apply(Matrix)

90940caf 06/04/2020 11:57 PM Leszek Koltunski

Skeleton of the SingleMesh app.