Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Please give insight on how to animate a 3D object using qml entity element.
Define a Transform { rotateX: angle } and change that angle via NumberAnimation or using timer. Attach this transform to your entity.