Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
complete the switch!
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredclwong committed Apr 24, 2021
1 parent 2fa097e commit 4f12d31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 686 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ makedocs(
],
"Optical" => [
"Systems" => "systems.md",
"Emitters (NEW)" => "emitters_new.md",
"Emitters" => "emitters.md",
"Interfaces" => "interfaces.md",
"Lenses" => "lenses.md"
],
Expand Down
4 changes: 3 additions & 1 deletion docs/src/emitters_new.md → docs/src/emitters.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Emitters (NEW)
# Emitters

> :warning: **The old emitter implementation is deprecated as of v0.5!** See below for the new API.
Emitters create rays in a certain pattern, usually controlled by some parameters. Emitters are defined by Pixels and Spatial Layouts, and have a spectrum and an optical power distribution over the hemisphere. These are intrinsic physical properties of the emitter.

Expand Down
Loading

0 comments on commit 4f12d31

Please sign in to comment.