Meshscatter shapes

A few questions concerning GLMakie meshscatter: how can I use some other shape instead of spheres? Where can I find what other kinds of shapes are a available?

Can the orientation of these shapes be specified based on quaternions?

Thanks! :smiling_face:

You can use the shapes in GeometryBasics: Primitives · GeometryBasics.jl
Or use MeshIO, to load most existing mesh files:
GitHub - JuliaIO/MeshIO.jl: IO for Meshes

Thanks, can you give a MWE?