Changed paths:
M libmesh/plugins/collada/MeshdataToCollada.cpp
M libmesh/plugins/nvtt/TextureAtlasFilter.cpp
Log Message:
-----------
Add code in texture atlasing to deal with repeated wrapping textures. Also, add code that converts colors in a model into regions within a texture atlas. This color-to-texture conversion code works correctly, but is currently commented out because it increases pressure on texture RAM.
Changed paths:
M libspace/plugins/mesh/MeshAggregateManager.cpp
M libspace/plugins/mesh/MeshAggregateManager.hpp
Log Message:
-----------
Various performance improvements to AggregateManager. Add some code that is useful for testing. Add a function for counting triangles in a model, and computing spatial correlation (Moran's I) in a scene.