Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add new 'theme' viewer option to Three.js doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Campbell committed Aug 28, 2020
1 parent 55127f7 commit c48a12d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/en/reference/plot3d/threejs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Options currently supported by the viewer:
- ``single_side`` -- (default: False) Boolean determining whether both sides of a surface material
are rendered; set to True to reduce rendering artifacts for closed transparent surfaces

- ``theme`` -- (default: 'light') the color scheme to use for the scene and user interface;
'light' or 'dark'

- ``thickness`` -- (default: 1) numeric value for thickness of lines

- ``viewpoint`` -- (default: None) list or tuple of the form [[x,y,z],angle] setting the initial
Expand Down

0 comments on commit c48a12d

Please sign in to comment.