potree
potree copied to clipboard
Panorama|360 sharing working example - non-georeferenced coordinates
Can somebody share a working example that includes images, coordinates.txt file, pointcloud and if any modifications have been made to the class Image360 code (or more).
At the moment we are struggeling to understand the class Image360{ { // orientation let {course, pitch, roll} = image360; this.sphere.rotation.set( MathUtils.degToRad(+roll + 90), MathUtils.degToRad(-pitch), MathUtils.degToRad(-course + 90), "ZYX" ); } So if anybody can share an working example we can figure out what we are doing differently.
We are using info from here
https://github.com/potree/potree/commit/b845e49bdabb0a455df56bc792eed0062cf88449#commitcomment-37472780
hey, have you made any progress? I have the same problem.
Hello, no sorry we cannot figure out the problem. We need some more documentation and working examples to understand the integration.