package org.simantics.g3d.scenegraph; import org.simantics.g3d.shape.Mesh; public interface MeshProvider extends GeometryProvider{ Mesh getMesh(); }