From 4505fb6585885866ff9a76f76c00ed727d3bb818 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:46:38 +1000 Subject: wip --- bindgen/rust/src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bindgen/rust/src/lib.rs') diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs index c8e56df..cfb999c 100644 --- a/bindgen/rust/src/lib.rs +++ b/bindgen/rust/src/lib.rs @@ -21,14 +21,14 @@ use serde::{Deserialize, Serialize}; /// Wrapper around a string that is the path to a gltf model **relative** to the configured /// `ASSETS` folder -#[derive(Debug, Serialize, Deserialize)] -pub struct ModelPath(String); +#[derive(Debug, Clone, Serialize, Deserialize)] +pub struct ModelPath(pub String); /// #[derive(Debug, Serialize, Deserialize)] pub struct ModelNode { - model_path: ModelPath, - transform: Transform, + pub model_path: ModelPath, + pub transform: Transform, } /// Scene that can be saved and loaded from disk @@ -63,4 +63,4 @@ pub enum Light { Point(ffi::PointLight), Directional(ffi::DirectionalLight), // Spot(ffi::Spotlight) -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2