Skip to content

Commit

Permalink
Improved description of skybox parameter in interactive demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
guaje committed Jan 28, 2022
1 parent 6bb04de commit cb20572
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/examples/viz_pbr_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ def win_callback(obj, event):
"""
The Scene object in FURY can handle cube map textures and extract light
information from them, so it can be used to create more plausible materials
interactions. The ``skybox_tex`` parameter is the one performing the previously
described process. On the other hand, the ``render_skybox`` parameter toggles
the rendering of the skybox.
interactions. The ``skybox`` parameter takes as input a cube map texture and
performs the previously described process.
"""

scene = window.Scene(skybox=cubemap)
Expand Down

0 comments on commit cb20572

Please sign in to comment.