-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vine Course Generation features needed #9
Comments
@schwiti6190 can you explain these two? |
The found field border is not straight enough and is not correct, so search for vine node in the border and use A line of a vine vield is separated into multiple line, where each line is separated into multiple small tiles. |
For most of this we already have the building blocks, so should be easy. @schwiti6190 what's missing is the length of the rows. Are all rows of the same length? If yes, the easiest would be to just pass in the coordinates of the first and the last node of the first row, a working width, number of rows and either direction (left or right) in which to add rows to the first row, or just the coordinates of any node in any other row, the generator then can figure out the rest. Maybe coordinates of the first and last point of the first row and first point of the last row? |
@schwiti6190, could we use
|
@pvaiko We could try it out, but i am not sure if the current VineScanner is even working correctly for non rectangle fields. |
These parameters have to be considered for a valid course generation
The text was updated successfully, but these errors were encountered: