-
Notifications
You must be signed in to change notification settings - Fork 547
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
Vertical Pins? #152
Comments
This kind of pin is present in blueprint example: imgui-node-editor/examples/blueprints-example/blueprints-example.cpp Lines 1101 to 1108 in 687a72f
Basically you can specify ed::PinPivotRect , node editor will start drawing link from this area. Link is drawn between closest points between source and target. So if you specify whole area on the bottom of "Particle Instance" node, link will connect to the right side.Does this help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to check the example for this, but it's hard to understand where the vertical pins styling comes into play. Here is a picture of my current state, and my only 2 things I need help with, is making the link direction come from the bottom instead acting like it's coming out of the right side, also, I need help with making it so the pin/link point can be anywhere on the white quad (saw that this can be done in one of the gifs on the readme).
The text was updated successfully, but these errors were encountered: