-
Notifications
You must be signed in to change notification settings - Fork 17
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
Drawable Spans need gui #57
Comments
Very much agreed, but the problem is how do you design a GUI to work with structures as convoluted as compressed geometry data? Knowing what you want to do with the DSpans would probably help. Use cases like "I want to add a new span" or "I want to see the icicle flags for a particular object" provide a better starting point for thinking about how a GUI might be structured. |
I want to modify the material used by a draw interface. So if i want to move an object from one page to another, i dont need to import the entire drawable span to render it |
what im trying to do - Imported a new material, change one draw interface so it uses that material instead of another but renders it in the same exact spot. |
Another thing I did manually, change the vertex colors for an icicle. Being able to see the vertex for an icicle would be useful for this |
Drawable Spans are currently nearly impossible to modify using prpshop.
Could a gui be created for doing this?
The text was updated successfully, but these errors were encountered: