1 2 3 4 5 6 7 8 9 10 11
//! Node rendering. pub(super) mod body; pub(super) mod header; pub(super) mod socket; /// The width of the socket's handle. const SOCKET_WIDTH: f32 = 10.0; /// Space between socket's name and its shape. const SOCKET_NAME_GAP: f32 = 5.0;