nezticle / MeshViewer

MeshViewer for Qt Quick 3D .mesh files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt Quick 3D Mesh file Viewer

Application for viewing the contents of .mesh files used by Qt Quick 3D. These .mesh files contain the static mesh geometry data used by Qt Quick 3D models. These files are normally generated by the Balsam conditioning tool provided by Qt Quick 3D, but sometimes it is necessary to debug these .mesh files, so this viewer parses those and shows the content.

Currently editing of .mesh files is currently not possible.

MeshViewer Build Matrix

Screenshot

Dependencies

Qt 6.0 or higher

  • Qt Gui
  • Qt Widgets (needed for dialogs in 6.0)
  • Qt Quick 3D
  • Qt Quick Controls (2)

Usage

This application is licensed under the the terms of the 2-Clause BSD license.

About

MeshViewer for Qt Quick 3D .mesh files

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 75.0%Language:QML 22.9%Language:CMake 1.2%Language:QMake 0.5%Language:GLSL 0.4%