mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-16 05:06:11 +00:00
Add surface_vertices
field to Objects
This commit is contained in:
parent
e7c007a4b4
commit
93cc9f6ffb
@ -121,6 +121,9 @@ pub struct Objects {
|
|||||||
/// Store for global vertices
|
/// Store for global vertices
|
||||||
pub global_vertices: Store<GlobalVertex>,
|
pub global_vertices: Store<GlobalVertex>,
|
||||||
|
|
||||||
|
/// Store for surface vertices
|
||||||
|
pub surface_vertices: Store<SurfaceVertex>,
|
||||||
|
|
||||||
/// Store for surfaces
|
/// Store for surfaces
|
||||||
pub surfaces: Surfaces,
|
pub surfaces: Surfaces,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user