# Meshscatter shapes

**URL:** https://discourse.julialang.org/t/meshscatter-shapes/134662
**Category:** New to Julia
**Tags:** makie
**Created:** [December 21, 2025, 6:24am UTC](https://discourse.julialang.org/t/meshscatter-shapes/134662 "2025-12-21T06:24:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mahmah](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mahmah/32/214326_2.png) [@mahmah](https://discourse.julialang.org/u/mahmah)
#### Post date: [December 21, 2025, 6:24am UTC](https://discourse.julialang.org/t/meshscatter-shapes/134662/1 "2025-12-21T06:24:04Z")

</div>

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! ☺

---

<div class="post-metadata">

### Author: ![sdanisch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sdanisch/32/1406_2.png) [@sdanisch](https://discourse.julialang.org/u/sdanisch)
#### Post date: [December 21, 2025, 9:59am UTC](https://discourse.julialang.org/t/meshscatter-shapes/134662/2 "2025-12-21T09:59:05Z")

</div>

You can use the shapes in GeometryBasics: [Primitives · GeometryBasics.jl](https://juliageometry.github.io/GeometryBasics.jl/dev/primitives/)  
Or use MeshIO, to load most existing mesh files:  
[GitHub - JuliaIO/MeshIO.jl: IO for Meshes](https://github.com/JuliaIO/MeshIO.jl)

---

<div class="post-metadata">

### Author: ![mahmah](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mahmah/32/214326_2.png) [@mahmah](https://discourse.julialang.org/u/mahmah)
#### Post date: [December 21, 2025, 12:38pm UTC](https://discourse.julialang.org/t/meshscatter-shapes/134662/3 "2025-12-21T12:38:39Z")

</div>

Thanks, can you give a MWE?
