What I guess so far:
starting from
For starting index I am sure. But am I right with the first two points?
It is very hard to find usefull informations except to try everything out by yourself.
BTW: It would be nice to know about ProjectionTo and wether just IndividualSides or together with Orientateable affects the number of block pics used.
- front+back+top+bottom+left+right if IndividualSides=6
- 4-steps if animation=true
starting from
- file = math.floor( textureId / 16^2 )
- row = math.floor( textureId / 16 )
- column = textureId-row
For starting index I am sure. But am I right with the first two points?
It is very hard to find usefull informations except to try everything out by yourself.
BTW: It would be nice to know about ProjectionTo and wether just IndividualSides or together with Orientateable affects the number of block pics used.