smeighan
Dedicated elf
I have a prototyped a solution for having a horizontal target on Nutcracker.
Before, I implement this I need to know how you have built your horizontal targets.
If you need a horizontal matrix in Nutcracker, please reply to this post and answer the following questions
How many strings and pixels?
Example 16x50
Where is string1, pixel 1 located?
Example bottom left, top left, bottom right, top right
Do you fold your strings into multiple rows?
Example: yes, 2 folds per string.
If the folds dont produce an even division, what do you do with the extra pixels?
Example: 8x50 folded 3 times would make each string into 3 rows (48 pixels) with 2 left over.
Answers: could be, i cutoff the extra pixels, i continue wrapping them causing pixel 1 of the next string to start to move along the target.
with these questions, i think i can get some of you a horizontal matrix target this week.
thanks
Before, I implement this I need to know how you have built your horizontal targets.
If you need a horizontal matrix in Nutcracker, please reply to this post and answer the following questions
How many strings and pixels?
Example 16x50
Where is string1, pixel 1 located?
Example bottom left, top left, bottom right, top right
Do you fold your strings into multiple rows?
Example: yes, 2 folds per string.
If the folds dont produce an even division, what do you do with the extra pixels?
Example: 8x50 folded 3 times would make each string into 3 rows (48 pixels) with 2 left over.
Answers: could be, i cutoff the extra pixels, i continue wrapping them causing pixel 1 of the next string to start to move along the target.
with these questions, i think i can get some of you a horizontal matrix target this week.
thanks