Skip to content

Commit

Permalink
fix lighting for vectors example (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Sep 19, 2023
1 parent 86ec52f commit af8cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geovista/examples/vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main() -> None:
# plot mesh
plotter = gv.GeoPlotter()
plotter.add_base_layer(texture=gv.natural_earth_1(), zlevel=0, lighting=False)
plotter.add_mesh(sphere.arrows, lighting=None)
plotter.add_mesh(sphere.arrows, lighting=False)
plotter.camera.zoom(1.5)
plotter.add_axes()
plotter.show()
Expand Down

0 comments on commit af8cc09

Please sign in to comment.