-
Notifications
You must be signed in to change notification settings - Fork 103
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
Documentation of freespace.py #46
Comments
Hey Osmithy, we had trouble with the how the points were mapped also. From messing around with freespace.py it looks like the coordinates for the line "point" ( 0, 0, 0,) Map to the colored axis (red, green, blue) on the visual interface. It's still not completely clear what inputs OPC will recognize for shapes though but from looking at the provided files it looks like "point" and "circle" are used. Hope that helps. |
A layout file is a list of points in 3d space, in
This format is not part of the OPC spec, which is only about sending colors to LEDs. The spatial information from the layout file is used by:
I see that
...but I don't see any example layout files that use lines. I think there were once "circles" or maybe "spheres" which were drawn as extra large spheres in the 3d preview, but I don't see that code here. The purpose of In my fork I have some more JSON layouts to play with and also a script |
The example suggests starting with the freespace layout, which works, but I have no idea how to change the layout because the code in freespace.py has no comments that explain what it does. Any chance you could add a few?
The text was updated successfully, but these errors were encountered: