Skip to content

Commit

Permalink
fix folder link
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Oct 13, 2023
1 parent dbe8d66 commit 4f653d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/scene.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scene

{{list_folder_with_images plots}}
{{list_folder_with_images scene}}

See also: [Scene page](https://docs.makie.org/stable/explanations/scenes/)
3 changes: 2 additions & 1 deletion docs/reference/scene/lighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,12 @@ fig
\begin{examplefigure}{}
```julia
using GLMakie
GLMakie.closeall() # hide

lights = [
SpotLight(RGBf(1, 0, 0), Point3f(-3, 0, 3), Vec3f(0, 0, -1), Vec2f(0.0, 0.3pi)),
SpotLight(RGBf(0, 1, 0), Point3f( 0, 3, 3), Vec3f(0, -0.5, -1), Vec2f(0.2pi, 0.25pi)),
SpotLight(RGBf(0, 0, 1), Point3f( 3, 0, 3), Vec3f(0, 0, -1), Vec2f(0.3pi, 0.3pi)),
SpotLight(RGBf(0, 0, 1), Point3f( 3, 0, 3), Vec3f(0, 0, -1), Vec2f(0.25pi, 0.25pi)),
]

fig = Figure(resolution = (600, 600))
Expand Down

0 comments on commit 4f653d3

Please sign in to comment.