White background on full screen Object2VR

Q&A about the latest versions
Post Reply
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

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
Last edited by Svendus on Tue Dec 29, 2015 7:27 am, edited 1 time in total.
Image Image
PhotoSpherix
Posts: 314
Joined: Wed Oct 22, 2008 9:45 pm
Location: Beech Grove
Contact:

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>
PhotoSpherix
Starting a revolution in Photography
360 Product Photography
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Thanks it made my day changed color to "0x000000" :

Code: Select all

<viewer imagescaling="1" backgroundcolor="0x000000" background="1"/>
now it is running
Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

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 4647 times
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

All right i missed that Thank You
Image Image
Post Reply