Skip to content

Commit 9927fc8

Browse files
committed
move symlink to examples directory; re-add Graphics class to python
1 parent 31ebfaa commit 9927fc8

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

crates/processing_pyo3/assets

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../assets

crates/processing_pyo3/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fn processing(m: &Bound<'_, PyModule>) -> PyResult<()> {
4747
m.add_class::<Material>()?;
4848
m.add_class::<Gltf>()?;
4949
m.add_class::<Shader>()?;
50+
m.add_class::<Geometry>()?;
5051
m.add_function(wrap_pyfunction!(gltf::load_gltf, m)?)?;
5152
m.add_function(wrap_pyfunction!(size, m)?)?;
5253
m.add_function(wrap_pyfunction!(run, m)?)?;

0 commit comments

Comments
 (0)