It's like it jumping out of webvr then straight back in
Posts by David Cahill
-
-
I'm having an issue with the Navigation arrows on the Wolvic Browser on the Meta Quest 3, the Oculus browser works fine but when you click an arrow on the Wolvic brower, the scene you are in uses the two eyes viewing a single image rather than an image in each eye before fading out to the new scene which is correct.
Anyone any idea, I've tried messing about with the transitions but no success. -
Interested in this as well, if i've missed it in any of the releases
-
Noticed in the update the possibility to utilise laser scanned data to create Depth maps
"For laser-scanned depthmap-images, there is now also the possibility to use 16- or 24-bit images for more precision. As the browsers theirself are only able to load 8-bit gray-scale or 3x8-bit RGB images, the 16- or 24-bits need to be encoded into the RGB channels - details here."
Does any one have a workflow for this or suggested software for converting Laser scans -
-
-
Brilliant Klaus can't wait for this next update!!
-
Any Update on this?
-
-
-
I'm trying to take a screen shot that captures all elements within a panoramic, hotspots, polygon hotspots, text etc..
I have tried the plugin on the plugin page, but it doesn't capture all the elements I want
I am using html2canvas and canvas.toblog to out put a jpg
but when I output I get text, and skin element but the scene and lines/polygons do not appear.
The embedded pano has these settings
html5:"only+webgl", webglsettings:{preserveDrawingBuffer:true}anyone got any ideas, I'm using the script below to take the screenshot...
<script>
document.querySelector(".print-btn").addEventListener("click", function() {
html2canvas(document.body).then(function(canvas) {
canvas.toBlob(function(blob) {
saveAs(blob, "screenshot.jpeg");
}, "image/jpeg");
});}, false);
</script>Attached are the the output and what it should look like
-
No one tried this yet?
-
I know you can use bing and google, but how difficult would it be to get an openlayers map into the panoramic, http://openlayers.org/
Any ideas
Thanks
-
Does anyone know how to remove the grey border on the left and top of the html window.
I've looked in the css and xml but cant see anything.
Thanks
-
Klaus
Below is a link to the tour, I'm having trouble with
https://www.starnetisite.com/krtest/main_panoramic.html
Thanks
-
Thanks Klaus
This works in fine this example, but in my virtual tour I already have a zorder on the lines, and my lines are still fading out.
-
I've added the Keep attribute to the line but still no joy...
-
Klaus
Still working on it on a testing server at the moment, but I added a line into the demo slider and it does the same
https://www.starnetisite.com/krtest/slider.html
The line appears but when you move the slider it dissappears.
Thanks
-
Anyone got any other ideas on this one?
-
Unfortunately that didn't work, normal hotspots appear above already, it is just the polygon hotspot that appears then dissapears.
I tried adding zorder2 to the polygon hotspot, but no luck