Page 1 of 1

White background on full screen Object2VR

Posted: Mon Dec 28, 2015 10:36 am
by Svendus
Hi i searched the forum but did not find a solution
i get white background on full screen 2560x1600 resulution display
are there any workaround , note: we also tried to edit the .html file afterwards
but did not find any luck :(

Image
the object has black background example

Re: White background on full screen Object2VR

Posted: Mon Dec 28, 2015 4:15 pm
by PhotoSpherix
look in the xml at...

<view>
<start row="0" column="0" state="0"/>
<zoom default="1" centerx="0" centery="0" min="1" max="2"/>
<viewer imagescaling="1" backgroundcolor="0xffffff" background="1"/>
</view>

Re: White background on full screen Object2VR

Posted: Mon Dec 28, 2015 5:47 pm
by Svendus
Thanks it made my day changed color to "0x000000" :

Code: Select all

<viewer imagescaling="1" backgroundcolor="0x000000" background="1"/>
now it is running

Re: White background on full screen Object2VR

Posted: Tue Dec 29, 2015 6:59 pm
by Hopki
Hi,
Just for more information and saves hacking the XML file, you will find this under the HTML5's output settings tab.
Screen-Shot.jpg
Screen-Shot.jpg (25.19 KiB) Viewed 4995 times
Regards,
Hopki

Re: White background on full screen Object2VR

Posted: Tue Dec 29, 2015 7:40 pm
by Svendus
All right i missed that Thank You