WebVfx 0.1.6-6-g5144893-dirty
3D Effects Authoring

QML is more interesting as a video effects technology when it is extended with QtQuick3D.

Textured 3D scenes can be modeled in a tool like Blender. This can be exported as a Wavefront *.obj file which the QtQuick3D asset importer can load. Then frames of video can be applied as textures to named pieces of the model, while the camera view is animated for the duration of the effect.

If your QML imports the org.webvfx.WebVfx namespace, this will make available some additional useful QML elements.

import org.webvfx.WebVfx 1.0

See demo/examples/transition-demo3d.qml for an example.

 All Classes Namespaces Functions Variables Enumerations Enumerator