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

Commit

Permalink
Fix typo in comment (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored May 24, 2021
1 parent 971924c commit 6b2e054
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6b2e054

Please sign in to comment.