Markus Hoelzner

Results 3 comments of Markus Hoelzner

I'm sorry but this is skipping frames all over the place when capturing webgl canvas. On longer animations just at the beginning but with shorter animations < 1 minute its...

Hey, thanks for the quick answer, the file I am refering to is found in the api docs on xeogl.org http://xeogl.org/docs/files/_home_lindsay_xeolabs_xeogl-next_xeogl_examples_js_controls_BIMClipControl2.js.html#l1 I dont need the BIM support per se, just...

I use this function to get the current camera position ``` function _getCameraPos() { return { eye: [..._camera.eye], look: [..._camera.look], up: [..._camera.up], }; } ``` where `_camera = scene.camera;`