I'm trying to create a bcf file out of the ifc.js viewer. The ifc.js viewer is using a three.js webglrenderer with a camera and scene. Here is an example.
https://threejs.org/docs/#api/en/cameras/Camera
https://threejs.org/docs/#api/en/scenes/Scene
How can I transform this view to a bcf view with CameraUpVector, CameraDirection and CameraViewPoint.
https://github.com/BuildingSMART/BCF-XML/tree/release_3_0/Documentation
I found a transformation by my self.