Skip to content

Commit

Permalink
export NodeWeight types
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jan 2, 2025
1 parent 8f56197 commit a1c9fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/gltf_kun/src/graph/gltf/node.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
use bevy_math::{Quat, Vec3};
use petgraph::graph::NodeIndex;

use crate::graph::{Edge, Extensions, Graph, GraphNodeEdges, GraphNodeWeight, Weight};

use super::{mesh::Mesh, GltfEdge, GltfWeight, Skin};

pub use bevy_math::{Quat, Vec3};

#[derive(Clone, Debug, PartialEq, Eq)]
pub enum NodeEdge {
Child,
Expand Down

0 comments on commit a1c9fcf

Please sign in to comment.