This demo requires PyQt6-3D for QtQuick3D support:
pip install PyQt6-3DFor loading the antenna array 3D model (.glb), the assimp library must be installed on the system:
# Debian / Ubuntu
sudo apt install libassimp-dev
# Fedora
sudo dnf install assimp
# Arch Linux
sudo pacman -S assimp