uv mapping - Automatic UVMapFlat for Three.js -
anybody made automatic flat uv mapping three.js base on (any) geometry ?
function uvflat(object) {object.geometry.facevertexuvs[0] = [?]};
i don't care matrix orientation. need default flat mapping 3ds max, choose uvmapping modificator , it.
i find three.geometryutils.uvmapflat( geometry, matrix ) of mrdoob, it's not finished yet think.
thank !
i have got it, adding loop, scaling , offset three.extrudegeometry.worlduvgenerator.
Comments
Post a Comment