deathcap / voxel-texture-shader

custom shader for texturing voxels in voxeljs (for three.js-based voxel-engine, no longer needed with voxel-engine-stackgl)
MIT License
8 stars 1 forks source link

Mirror-imaged textures #12

Closed deathcap closed 10 years ago

deathcap commented 10 years ago

no_texture

renders in the world on a block as:

screen shot 2014-05-21 at 6 32 07 pm

(mirrored image)

For comparison it is shown correctly in the inventory (with cube-icon):

screen shot 2014-05-21 at 9 21 12 pm

Have not noticed this problem before since most textures still look decent if inverted, but showing them correctly would be nice for bitmapped text, etc.

deathcap commented 10 years ago

screen shot 2014-05-24 at 9 14 02 pm