项目作者: alicevision

项目描述 :
Qml Alembic plugin to visualize Alembic Point Clouds
高级语言: C++
项目地址: git://github.com/alicevision/qmlAlembic.git
创建时间: 2018-01-09T12:00:42Z
项目社区:https://github.com/alicevision/qmlAlembic

开源协议:Other

下载


qmlAlembic - Alembic QML plugin for Qt3D

qmlAlembic is a C++ QML plugin providing classes to load and visualize Alembic point cloud files in Qt3D.
It has been developed to load AliceVision sparse reconstruction results inside Meshroom.

qmlAlembic - Meshroom

For now, it only handles point clouds and cameras.

Continuous integration:

  • Windows: Build status

License

The project is released under MPLv2, see COPYING.md.

Get the project

Get the source code:

  1. git clone --recursive git://github.com/alicevision/qmlAlembic
  2. cd qmlAlembic

See INSTALL.md to build and install the project.

Usage

Once built and with the plugin installation folder in QML2_IMPORT_PATH:

  1. import AlembicEntity 1.0
  2. Scene3D {
  3. AlembicEntity {
  4. url: "myfile.abc"
  5. }
  6. }