deathcap / ProgrammerArt

:sunrise_over_mountains: free voxel-related art for all
Creative Commons Attribution 4.0 International
71 stars 9 forks source link

Shifted/doubled stitchpacks for texture atlas loading #5

Closed deathcap closed 10 years ago

deathcap commented 10 years ago

Added MC1.4-compatible pack (which I call 'stitchpack' to distinguish from MC1.5 'texturepack') per https://github.com/deathcap/ProgrammerArt/issues/3 - but there's still some difficulty using this so-called stitchpack with voxel.js, specifically:

https://github.com/shama/atlaspack tilepad:true pads with 1/2 of texture repeated on each side

https://github.com/deathcap/voxel-texture/ 4-tap sampling requires 2x2 repeated per tile <-- would be particularly useful with stitchpack.json coords, loading as "prebuilt atlas" ref https://github.com/shama/voxel-texture/issues/14

deathcap commented 10 years ago

Decided not to do this, better to use https://github.com/deathcap/artpacks (and/or https://github.com/deathcap/artpacks/issues/3)