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

Commit c48a12d

Browse files
author
Joshua Campbell
committed
Add new 'theme' viewer option to Three.js doc
1 parent 55127f7 commit c48a12d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/en/reference/plot3d/threejs.rst

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Options currently supported by the viewer:
5858
- ``single_side`` -- (default: False) Boolean determining whether both sides of a surface material
5959
are rendered; set to True to reduce rendering artifacts for closed transparent surfaces
6060

61+
- ``theme`` -- (default: 'light') the color scheme to use for the scene and user interface;
62+
'light' or 'dark'
63+
6164
- ``thickness`` -- (default: 1) numeric value for thickness of lines
6265

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

0 commit comments

Comments
 (0)