GraphiteThree
GraphiteThree copied to clipboard
Function usage method
Can you tell me how to use Graphite to create such a texture arrangement?
Sure ! An image is worth 1000 words (and an animation is worth 24000 words per second !):
Ok,thank you very much.And I have another question, can the pixel size of the texture arrangement map generated by permutation be specified, or can it be set to be arranged on multiple maps?
- there is no option to generate multiple textures from a single object. But you can separate your object into multiple parts, and generate a texture for each part, then merge the parts together.
- all texture coordinates are between 0 and 1. There is no such a thing as 'pixel size' at this step of the process.
- for now, all textures are supposed to be square. There may be some options in the xatlas library that I'm using for specifying rectangle textures.