Some progress with Pyraminx.
Minor.
Icons, details.
Progress with MeshJoin app.Fix rotating in some apps.
Progress with of Pyraminx.Bugfix for joining a single Mesh!
Improve setTextureMap.
Make MeshBase.setTextureMap() work.
Minor.Looks like MeshBase.join() actually works.
New MeshJoined.Test app says it's not working - bug in MeshBase.join().
Further corrections.
Further corrections for the first apps.
Port Cat and Dog to the new setStretch-less API.
Port Girl to the new setStretch-less API.
Port Dynamic to the new setStretch-less API.
Port Listener to the new setStretch-less API.
Port Deform to the new setStretch-less API.
Some cleanups in MonaLisa, Bean & Sink.
Convert Projection to not use the depreciated MeshBase.setStretch() API.
Convert Bean to not use the depreciated MeshBase.setStretch() API.
Convert Sink to not use the depreciated MeshBase.setStretch() API.
Correct the Rubik app for the recent changes to the library's Node.
Size of the FBO internal to Nodes is now NO MORE taken from the Mesh's stretch values.Instead, the size is copied from child's FBO size (if there is one) or if the child is a leaf with texture in it (which is sizeless) then we get the default 100x100 ( which means we probably have to explicitly call Node.resizeFBO() )
Remove width & height from InternalSurface and move it to InternalOutputSurface.
Hide the InternalSurface class inside its package.
Minor
Also available in: Atom