Feature #37
Joining Meshes together
Start date:
02/27/2020
Due date:
% Done:
100%
Estimated time:
Description
Join several Meshes together. MashBase.join(MeshBase[] others)
History
Updated by Leszek Koltunski over 4 years ago
This should probably be a new Mesh 'MeshJoined' rather than new methods to MeshBase.
MeshJoined(MeshBase[] meshes)
MeshJoined.setTextureMap(TextureMap[] maps)
Updated by Leszek Koltunski over 4 years ago
- % Done changed from 0 to 80
Commit 22e60fba provides support for this.
Setting at 80% done because still setting texture maps is left to be done.
Updated by Leszek Koltunski over 4 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
Commit de53cf3e adds support for setting arbitrary texture maps to any MeshBase. Closing.