I'm finding that if you have a an opaque background on a text field hotspot, it always appears above an image hotspot regardless of the Z order setting. Is there a way that you can override this?
Textfield hotspots always above image hotspots
-
-
- Official Post
Hi,
that's because textfields are rendered using HTML/CSS by default and therefore always be above the WebGL content (the pano and image-hotspot by default).
Add renderer="webgl" to the textfield hotspots to change that:
krpano.com - Documentation - XML Reference
Best regards,
Klaus -
Thanks Klaus, I'm finding that if I want images above the text with a background that I need to use a series of objects - The text with a transparent background and then a solid background object behind. It's kind of fiddly but it's at least functional in VR as well as on the desktop.
-
- Official Post
When all hotspots have set renderer="webgl", then mixing them using zorder should be working.
-
But the text looks so much better in CSS 3-D!
-
- Official Post
Try using a larger oversampling setting and enable mipmapping:
-
I'll give it a go when I get a moment.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!