osrf / gzweb

Web client for Gazebo classic simulation
http://gazebosim.org/gzweb
Other
63 stars 60 forks source link

Implement sky #67

Open osrf-migration opened 9 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by Isaac Saito (Bitbucket: 130s).


See http://answers.gazebosim.org/question/8421/no-skyx-texture-on-gzweb/

One thing I didn't mention in the QA post that I still don't know is that without sky setting, Gzweb showed the color of the sky as white/light gray, while with sky it's blacked out, as pictures below. So I assume it's <sky> tag in SDF that's not yet taken by Gzweb but <background> tag is considered (see the commit that is probably making the difference below).

Without tag: no sky setting on gzweb

With tag: with sky setting on gzweb

A related ticket in downstream.

osrf-migration commented 9 years ago

Original comment by Isaac Saito (Bitbucket: 130s).