Matthew Petroff

Results 328 comments of Matthew Petroff

Unless I'm missing something, this can already be done by setting the `cssClass` hot spot parameter and using the `:hover` selector for the custom CSS class. Doing this styling using...

> This feature cannot be implement by a custom CSS class with :hover because hotspots don't share same thumbnail. Yes, it can. You just give each hot spot a different...

The hot spots are positioned and styled using CSS, and there's no way that I know of to draw lines like that with CSS. Thus, you would probably want to...

> Why TEXTURE_WRAP_S is set to REPEAT when the image is a power-of-two? This makes it less likely that an artifact is visible at the seam where the panorama texture...

That's currently the simplest way, other than ensuring that the initial width is never a power of two. Now that Safari has supported WebGL2 for more than a year, the...

I don't know what you mean by "manage view," so you're going to have to clarify what you mean. Otherwise, I can't offer any help.

> can it be done? Yes, you should be able to do something like that by expanding on the method used in the custom hot spots example, as you suggested.

> I'd sure love to know the code to make https://pannellum.org/documentation/examples/custom-hot-spots/ The code for that is all on that page, so I'm not sure what you're asking.

The example is for custom hot spots, and it includes the complete HTML, JavaScript, and CSS for doing that. Embedding video is something different, so it isn't included in the...

The rotation order is yaw, pitch, roll. There's some discussion of this in the context of three.js in #1114. Do you have a question? I don't see one in your...