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

Typo #192

Merged
merged 2 commits into from
May 24, 2021
Merged

Typo #192

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/notebooks/EmittersIntro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ begin
local O = Origins.RectGrid(1.0, 1.0, 3, 3)
local D = Directions.HexapolarCone(deg2rad(5.0), 3)

# construct the srouce. in this example a "pixel" source will contain only one source as we are simulating a "b/w" display.
# construct the source. in this example a "pixel" source will contain only one source as we are simulating a "b/w" display.
# for RGB displays we can combine 3 sources to simulate "a pixel".
local Tr = Transform(Geometry.Vec3(0.5, 0.5, 0.0))
local source1 = Sources.Source(Tr, S, O, D, P)
Expand Down