scenevr / janus

Issue tracker for JanusVR's scene support
0 stars 0 forks source link

Billboards don't render images #1

Open bnolan opened 9 years ago

bnolan commented 9 years ago

Image tags in billboards need to have their src url rewritten to incorporate the url of the scene.

For example:

http://client.scenevr.com/?connect=reddit.scenevr.hosting/r-art.xml Has this billboard:

<center style="margin-top: -1px; font-size: 24px"> <img src="/images/r-art-1.png" style="max-width: 100%" /><br /> "Dream Theory" by, Archen Nair </center>

This needs to be rewritten to http://reddit.scenevr.hosting/images/r-art-1.png by using something like Qurl::resolved.

That should make the images in the galleries load. :)

I can't work out how to take screenshots of janus - so here's what it should look like in Scene.

screen shot 2015-04-29 at 7 00 55 pm